Hi, I would like to know how to define a datasource in JBoss, which is not under the transaction control of the container.
Why? Because I am using Quartz Scheduler with persistent Jobs and it needs to obtain a datasource from JNDI from which it can get a connection where it can commit whenever it wants/needs to. I got this running easily under BEA Weblogic, but in JBoss I always get: java.sql.SQLException: You cannot set autocommit during a managed transaction! So how can I configure a datasource which allows me to execute a commit? Best regards from sunny Black Forest, Germany, Mattin View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3839863#3839863 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3839863 ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
