I don;t know why, following error is :
Caused by: class org.apache.ignite.IgniteCheckedException: Failed to
instantiate Spring XML application context
[springUrl=file:/home/tomk/downloads/apache-ignite-fabric-1.5.0.final-bin/bin/../config/turbines_table_cluster-server.xml,
err=Error creating bean with name 'turbines_table_datasource' defined in URL
[file:/home/tomk/downloads/apache-ignite-fabric-1.5.0.final-bin/bin/../config/turbines_table_cluster-server.xml]:
Error setting property values; nested exception is
org.springframework.beans.NotWritablePropertyException: Invalid property
'url' of bean class [org.postgresql.ds.PGPoolingDataSource]: Bean property
'url' is not writable or has an invalid setter method. Did you mean 'ssl'?]

xml file: 
http://pastebin.com/PWi3wWmy

database.properties:
turbines_table_datasource.jdbc.url=jdbc:postgresql://localhost:5432/testdb
turbines_table_datasource.jdbc.username=ignite
turbines_table_datasource.jdbc.password=ignite


Can you help me ?



--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/error-in-xml-config-file-tp4235.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to