"wwebber" wrote : I don't think using the XA configuration will work. The 
DataSource wrapper we use (thew 'standard' one everyone here is supposed to be 
using) is not an 'XA" type connection. Also, we use a scheduler called Quartz 
that requires you to give it a non-transactional (i.e.: 'manual commit') type 
connection for it to use. My thought so far is that some technique involving 
firing something up manually using an MBean is what might be a solution. It's 
tough for me to believe no-one has had the need so far to use their own 
DataSource implmentation stuff in JBoss.
If you so keen to use it in a jboss style which is a JCA way , then you would 
need to write your own ResourceAdapter and configure the vendor specific 
DataSource implementation through the conf-property in the connection factory 
definition xml . 
Have a look at 
http://docs.jboss.org/jbossas/jboss4guide/r5/html/ch7.chapt.html


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4085862#4085862

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4085862
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to