[seam-commits] Seam SVN: r14838 - branches/community/Seam_2_3/jboss-seam-gen/dist/build-scripts.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Tue Jun 5 18:18:32 EDT 2012


Author: manaRH
Date: 2012-06-05 18:18:31 -0400 (Tue, 05 Jun 2012)
New Revision: 14838

Modified:
   branches/community/Seam_2_3/jboss-seam-gen/dist/build-scripts/build.xml
Log:
JBSEAM-4975 fixed  correct puJndiName

Modified: branches/community/Seam_2_3/jboss-seam-gen/dist/build-scripts/build.xml
===================================================================
--- branches/community/Seam_2_3/jboss-seam-gen/dist/build-scripts/build.xml	2012-06-05 22:09:49 UTC (rev 14837)
+++ branches/community/Seam_2_3/jboss-seam-gen/dist/build-scripts/build.xml	2012-06-05 22:18:31 UTC (rev 14838)
@@ -67,9 +67,7 @@
         <property name="ejbJndiPattern" value="${project.name}/#{ejbName}/local"/>
         <property name="seamBootstrapsPu" value="false"/>
         <property name="seamEmfRef" value="#{null}"/>
-        <condition property="puJndiName" value="java:comp/env/${project.name}/pu" else="java:/${project.name}EntityManagerFactory">
-            <available file="${jboss.home}/lib/jboss-vfs.jar"/> <!-- JBoss AS >= 5.0 -->
-        </condition>
+        <property name="puJndiName" value="java:/${project.name}EntityManagerFactory"/>
 
         <filterset id="persistence">
             <filter token="transactionManagerLookupClass" value="${transactionManagerLookupClass}"/>



More information about the seam-commits mailing list