Hi Profiling my EJB 3.0 project I've found that every EJB method that calls a select query or an entity manager em.find, executed a oracle.jdbc.driver.PhysicalConnection.commit().
How can avoid this? I've tried changing the transaction attribute of the method but nothing hapend. Is there any read only way to execute the queries? I'm using JBoss-4.2.0.GA and Oracle 10. Regards Fabian View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4209659#4209659 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4209659 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
