I am using seam pojo and everytime i get the warning below

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=4126463#4126463

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126463
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to