Author: norman.richards(a)jboss.com
Date: 2009-05-18 09:30:48 -0400 (Mon, 18 May 2009)
New Revision: 10926
Modified:
branches/community/Seam_2_1/seam-gen/build.xml
Log:
JBSEAM-4183
Modified: branches/community/Seam_2_1/seam-gen/build.xml
===================================================================
--- branches/community/Seam_2_1/seam-gen/build.xml 2009-05-18 08:49:55 UTC (rev 10925)
+++ branches/community/Seam_2_1/seam-gen/build.xml 2009-05-18 13:30:48 UTC (rev 10926)
@@ -915,6 +915,10 @@
<filterset refid="project"/>
<filterset refid="jdbc"/>
</copy>
+ <replace
file="${project.home}/resources/META-INF/persistence-dev.xml">
+ <replacefilter
token="org.hibernate.transaction.JBossTransactionManagerLookup"
value="@transactionManagerLookupClass@"/>
+ <replacefilter token="<jta-data-source>java:/"
value="<jta-data-source>"/>
+ </replace>
<replace
file="${project.home}/resources/WEB-INF/components.xml">
<replacefilter token="java:/${project.name}EntityManagerFactory"
value="@puJndiName@"/>
</replace>
Show replies by date