scalar-labs / btm

JTA Transaction Manager
Apache License 2.0
424 stars 152 forks source link

Question: Tomcat isn't reading the conf/resources.properties file. #81

Closed skis closed 7 years ago

skis commented 7 years ago

Hello, I am new at using this artifact. I am trying to configure the application with BTM. Followed the documentation and yet, unable to get a successful startup of the application. Below is the message that I see in the start up log because of which the application appears to be failing to acquire the database connection.

WARNING: Failed to register in JMX: javax.naming.NamingException: no resource registered with uniqueName 'jdbc/jbpm', available resources: []

Please advice how to address this issue. Let me know if any additional information is needed to help.

Thanks

skis commented 7 years ago

Was using incorrect driver class. Supposed to have configured the XA Datasource implementation instead. This is now fixed.