Hi In symmetric-ds 3.14.2 version , under symmetric-ds $SYM_HOME\web\WEB-INF\lib folder there is the commons-text-1.9.jar that has the issue CVE-2022-42889 : https://securitylab.github.com/advisories/GHSL-2022-018_Apache_Commons_Text/ Do you you plain to deploy a new version of symmetric-ds to fix this? When? Thank you.
In web.xml i enabled this tag : <context-param> <param-name>singleServerPropertiesFile</param-name> <param-value>symmetric.properties</param-value> </context-param> I put symmetric.properties file in this folder: D:\ApplicationServer\wildfly-8.1.0.Final\bin I'm sure that this file is used by symmetric-ds because if i change params from jndi to the followings all works fine : db.driver=org.postgresql.Driver db.url=jdbc:postgresql://localhost:5432/dbssms?protocolVersion=3&stringtype=unspecified db.user=.......
Hi, I'm trying to migrate symmetric-ds from 3.7.22 to 3.11.5 on a wildfly 8.1 installation. In 3.7.22 i used the db.jndi.name property but using 3.11.5 it does't work. Reading the symmetric-ds source code i found that this property is defined (DB_JNDI_NAME = "db.jndi.name") but is never used. How i can configure a JNDI name in 3.11.5 version ? Thanks in advance!
Hi, In symmetric-ds 3.7.21 i used sym_node_communication table to check symmetric-ds connectivity with server. I setup a client with symmetric-ds 3.8.43 ( the server has rev 3.7.22 ) and the synchronization is ok but sym_node_communication table is always empty (for me in the past this was a condition to say : "symmetric-ds is not connected with server"). Questions: 1. why sym_node_communication is always empty ? 2. Which condition can be used to detect if symmetric-ds is connected to server ? Machine...
Hi, In symmetric-ds 3.7.21 i used sym_node_communication table to check symmetric-ds connectivity with server. I setup a client with symmetric-ds 3.8.43 ( the server has rev 3.7.22 ) and the synchronization is ok but sym_node_communication table is always empty (for me in the past this was a condition to say : "symmetric-ds is not connected with server"). Questions: 1. why sym_node_communication is always empty ? 2. Which condition can be used to detect if symmetric-ds is connected to server ? T...
Hi, Is possibile to use offline nodes and online nodes in the same network ? First...
The test in a simple client-server configuration is ok,but now i have another problem....