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

atiwoto do-not-reply at jboss.com
Tue Jan 22 03:57:44 EST 2008


I am also facing a similar problem with 

WARN  [AbstractEntityManagerImpl] Cannot join transaction, not a JoinableCMTTransaction


I would be grateful if you assist
Below is my configuration
Thanks 

<?xml version="1.0" encoding="UTF-8"?>
<components xmlns="http://jboss.com/products/seam/components"
            xmlns:core="http://jboss.com/products/seam/core"
            xmlns:drools="http://jboss.com/products/seam/drools"
            xmlns:security="http://jboss.com/products/seam/security"
            xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
            xsi:schemaLocation=
                "http://jboss.com/products/seam/core http://jboss.com/products/seam/core-1.1.xsd 
                 http://jboss.com/products/seam/drools http://jboss.com/products/seam/drools-1.1.xsd
                 http://jboss.com/products/seam/security http://jboss.com/products/seam/security-1.1.xsd
                 http://jboss.com/products/seam/components http://jboss.com/products/seam/components-1.1.xsd">

   <core:init debug="true" jndi-pattern="@jndiPattern@"/>
     
   <core:manager concurrent-request-timeout="500" 
                 conversation-timeout="120000" 
                 conversation-id-parameter="cid" 
                 conversation-is-long-running-parameter="clr"/>
    
   <core:managed-persistence-context name="entityManager"
                              auto-create="true"
                   entity-manager-factory="#{yayraEntityManagerFactory}"/>

   <core:entity-manager-factory name="yayraEntityManagerFactory" 
               persistence-unit-name="yayra"/>
    
	        
    
   
   <core:ejb installed="@embeddedEjb@"/>
    
   <drools:rule-base name="securityRules">
       <drools:rule-files>/security.drl</drools:rule-files>
   </drools:rule-base>

   <security:identity authenticate-method="#{authenticator.authenticate}"
                           security-rules="#{securityRules}"
                              remember-me="true"/>
                              
   
       
   
   
       
   
        
   <!-- For use with jBPM pageflow or process management -->
   <!--  
   <core:jbpm>
      <core:process-definitions></core:process-definitions>
      <core:pageflow-definitions></core:pageflow-definitions>
   </core:jbpm>
   -->
      


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

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



More information about the jboss-user mailing list