[jboss-user] [JBoss jBPM] - Re: JobExecutorThread

alex.guizar@jboss.com do-not-reply at jboss.com
Thu Aug 6 01:41:48 EDT 2009


J2EE containers are required to make the UserTransaction object available to enterprise beans and web components under the name java:comp/UserTransaction. If the JtaDbPersistenceService runs outside an EJB or web component, the user transaction will be unavailable under that name.

Set the jta.UserTransaction property in your hibernate configuration to the global JNDI name under which the application server provides the UserTransaction object. For JBoss AS the correct value is "UserTransaction".

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

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4248295



More information about the jboss-user mailing list