Ehhhh. I think I figured it out!!!!

You need to make sure that the param-value for the jndipattern in your web.xml 
is set to the correct JNDI tree set up.

    <context-param>
        <param-name>org.jboss.seam.core.init.jndiPattern</param-name>
        <param-value>PUT YOUR PERSISTENCE CONTEXT 
HERE!!!!!!!/#{ejbName}/local</param-value>
    </context-param>

If you don't know what your jndi looks like then look here 
http://localhost:8080/jmx-console/HtmlAdaptor?action=inspectMBean&name=jboss%3Aservice%3DJNDIView

and click on list invoke.

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

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


_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to