You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jdbcdslog-discuss
How do I have to configure jdbcdslog for JBoss 6.0.0 final and
Jaybird? Right now I always do run into an exception
java.sql.SQLException: targetDS parameter has not been passed to
Database or URL property.
at
org.jdbcdslog.DataSourceProxyBase.getXAConnection(DataSourceProxyBase.java:
124)
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jdbcdslog-discuss
Hmm... strange... it seems to work if I use URL parameter instead of
Database and change the code inside setURL to invoke setDatabase on
target. But I can't use URL if I use use jaybird directly.
BTW, does anybody know how to setup JBoss 6 to see DEBUG messages of
org.jdbcdslog on JBoss startup?