sql server - Jackrabbit MSSQL database repository -


any specific reason why abruptly connection mssql server lost. running web application on same machine network connectivity issues out of question. application uses jackrabbit configured store content mssql. application running on wildfly v9 java_home set jdk1.8 , have verified wildfly picking well. also, sqljdbc4-3.0.jar available wildfly modules proper driver configuration in standalone. baffled why jdk7 adapter called manage connection. however, interesting observation not occur wildfly 10.

standalone.xml

<driver name="sqlserver" module="com.microsoft.sqlserver">        <driver-class>com.microsoft.sqlserver.jdbc.sqlserverdriver</driver-class>        <xa-datasource-class>com.microsoft.sqlserver.jdbc.sqlserverxadatasource</xa-datasource-class> </driver> 

exception:

error 21-07 16:41:13,636 (dbutility.java:logexception:92)    failed close resultset error 21-07 16:41:13,637 (dbutility.java:logexception:94)           reason: ij031040: connection not associated managed connection: org.jboss.jca.adapters.jdbc.jdk7.wrappedconnectionjdk7@386eff84 error 21-07 16:41:13,639 (dbutility.java:logexception:95)       state/code: null/0 


Comments

Popular posts from this blog

python - Selenium remoteWebDriver (& SauceLabs) Firefox moseMoveTo action exception -

html - How to custom Bootstrap grid height? -

transpose - Maple isnt executing function but prints function term -