Adrian, I am getting an error as below in JBoss and not in Weblogic or Websphere. You mention that as per the spec the autoCommit has to be set to true when we start. Where can I get this documentation? Is it in the free documentation. If not I am willing to pay for it.
Here is where I am getting a problem. connection = dataSource.getConnection(); /** SUCCESS **/ connection.setAutoCommit(false); /** FAILURE **/ Thanks Subri View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850977#3850977 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3850977 ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
