[jboss-user] [JBoss Seam] - Cannot join transaction, not a JoinableCMTTransaction

amitev do-not-reply at jboss.com
Mon Aug 20 09:40:09 EDT 2007


Hi! I'm using seam with pojos and SMPC


  | 	<core:managed-persistence-context auto-create="true"
  | 		entity-manager-factory="#{BtsEntityManagerFactory}"
  | 		name="entityManager" />
  | 		
  | 	<core:entity-manager-factory name="BtsEntityManagerFactory"
  | 		persistence-unit-name="Bts" />
  | 

I also configured seam transaction phase listener.
On each request i got this warning several times:

WARN [AbstractEntityManagerImpl] Cannot join transaction, not a JoinableCMTTransaction

Idea where is the problem?

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

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



More information about the jboss-user mailing list