[seam-commits] Seam SVN: r11400 - branches/community/Seam_2_2/seam-gen/resources/WEB-INF.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Tue Aug 18 11:00:22 EDT 2009


Author: pete.muir at jboss.org
Date: 2009-08-18 11:00:22 -0400 (Tue, 18 Aug 2009)
New Revision: 11400

Modified:
   branches/community/Seam_2_2/seam-gen/resources/WEB-INF/components-war.xml
Log:
JBDS-828, JBSEAM-4276

Modified: branches/community/Seam_2_2/seam-gen/resources/WEB-INF/components-war.xml
===================================================================
--- branches/community/Seam_2_2/seam-gen/resources/WEB-INF/components-war.xml	2009-08-18 13:55:31 UTC (rev 11399)
+++ branches/community/Seam_2_2/seam-gen/resources/WEB-INF/components-war.xml	2009-08-18 15:00:22 UTC (rev 11400)
@@ -36,7 +36,7 @@
 <!--                          entity-manager-factory="#{entityManagerFactory}"/>-->
 
    <persistence:managed-persistence-context name="entityManager" auto-create="true"
-                           persistence-unit-jndi-name="@projectName at EntityManagerFactory"/>
+                           persistence-unit-jndi-name="java:/@projectName at EntityManagerFactory"/>
 
    <drools:rule-base name="securityRules">
       <drools:rule-files><value>/security.drl</value></drools:rule-files>



More information about the seam-commits mailing list