I know that we currently have an issue with UserTransaction not being bound to JNDI in JBoss embeddable EJB3. This will be fixed in the next release of embeddable EJB3.
However, we *do* bind it to JNDI when using microcontainer with org.jboss.seam.microcontainer.TransactionManagerFactory. So it should work, as long as you have specified the right stuff in seam-jndi.properties. Are you starting Hibernate via org.jboss.seam.microcontainer.HibernateFactory or some other way? If some other way, you also need these properties in hibernate.cfg.xml or hibernate.properties. Do you see in your log that Seam find seam-jndi.properties? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916071#3916071 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3916071 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
