--
You received this message because you are subscribed to the Google Groups "javasimon" group.
To unsubscribe from this group and stop receiving emails from it, send an email to javasimon+...@googlegroups.com.
To post to this group, send email to java...@googlegroups.com.
Visit this group at http://groups.google.com/group/javasimon.
For more options, visit https://groups.google.com/groups/opt_out.
I'm sorry but I can't help you with JBoss. Did you try the original Microsoft JDBC driver? Did you try another database? Does it work without Simon, and in this case what's the config?
Gérald
Ok .I added the slf4j dependency and it worked well. Thanks.But when I try to testing to integrate jtds driver ,seems still have some dependency missing?I can't told you which one is missing ,because jboss don't log any more information .I have
1)xa datasource configuration in datasource subsystem<datasources><xa-datasource jndi-name="java:/MyDS" pool-name="MyDS"enabled="true" jta="true" use-java-context="true" use-ccm="true">
<xa-datasource-property name="url">jdbc:simon:jtds:sqlserver://127.0.0.1:1433/test;instance=sqlexpress2010</xa-datasource-property>
<xa-datasource-property name="user">admin</xa-datasource-property><xa-datasource-property name="password">password</xa-datasource-property><driver>simon</driver></xa-datasource><drivers><driver name=" simon " module="org.javasimon.driver"><xa-datasource-class>org.javasimon.jdbcx4.SimonXADatasource</xa-datasource-class></driver></drivers></datasources>
module.xml
<module xmlns="urn:jboss:module:1.1" name="org.javasimon.driver"><resources><resource-root path="javasimon-core-3.4.0.jar"/><resource-root path="javasimon-jdbcx4-3.4.0.jar"/>
<resource-root path="jtds-1.2.4.jar"/>
</resources><dependencies><module name="javax.api"/><module name="javax.transaction.api"/>
<module name="org.slf4j" /></dependencies></module>
On Thursday, October 31, 2013 12:02:11 AM UTC+8, Gérald wrote: