0 Replies Latest reply on Jul 26, 2008 4:35 AM by gothmog

    Persistence Context not deployed

      Not sure if this is Seam related or not, but the following components.xml


         <persistence:managed-persistence-context name="entityManager"
                                           auto-create="true"
                            persistence-unit-jndi-name="java:/votemeDbEntityManagerFactory"/>



      Is not correctly deploying on jboss-4.2.2 on a windows machine only. It works fine mac but not windows. There are no errors in the log, so where do I start looking to find out why this JNDI reference is not setup?


      Troy