[seam-commits] Seam SVN: r11391 - branches/community/Seam_2_2/seam-gen/resources/WEB-INF.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Mon Aug 17 08:08:47 EDT 2009
Author: pete.muir at jboss.org
Date: 2009-08-17 08:08:47 -0400 (Mon, 17 Aug 2009)
New Revision: 11391
Modified:
branches/community/Seam_2_2/seam-gen/resources/WEB-INF/components-war-tokenized.xml
branches/community/Seam_2_2/seam-gen/resources/WEB-INF/components-war.xml
Log:
JBSEAM-4276, JBDS-826
Modified: branches/community/Seam_2_2/seam-gen/resources/WEB-INF/components-war-tokenized.xml
===================================================================
--- branches/community/Seam_2_2/seam-gen/resources/WEB-INF/components-war-tokenized.xml 2009-08-17 12:02:26 UTC (rev 11390)
+++ branches/community/Seam_2_2/seam-gen/resources/WEB-INF/components-war-tokenized.xml 2009-08-17 12:08:47 UTC (rev 11391)
@@ -28,7 +28,7 @@
<!-- Make sure this URL pattern is the same as that used by the Faces Servlet -->
<web:hot-deploy-filter url-pattern="*.seam"/>
- <!-- If you are still using JBoss 4, uncomment this to have you PU started -->
+ <!-- If you are still using JBoss 4, uncomment this to have your PU started -->
<!-- <persistence:entity-manager-factory name="entityManagerFactory"
persistence-unit-name="@projectName@"
installed="@seamBootstrapsPu@"/>-->
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-17 12:02:26 UTC (rev 11390)
+++ branches/community/Seam_2_2/seam-gen/resources/WEB-INF/components-war.xml 2009-08-17 12:08:47 UTC (rev 11391)
@@ -28,8 +28,9 @@
<!-- Make sure this URL pattern is the same as that used by the Faces Servlet -->
<web:hot-deploy-filter url-pattern="*.seam"/>
- <persistence:entity-manager-factory name="entityManagerFactory"
- persistence-unit-name="@projectName@"/>
+ <!-- If you are still using JBoss 4, uncomment this to have you PU started -->
+<!-- <persistence:entity-manager-factory name="entityManagerFactory"-->
+<!-- persistence-unit-name="@projectName@"/>-->
<persistence:managed-persistence-context name="entityManager" auto-create="true"
entity-manager-factory="#{entityManagerFactory}"/>
More information about the seam-commits
mailing list