[jboss-cvs] JBossAS SVN: r81902 - trunk/build.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Mon Dec 1 08:53:42 EST 2008
Author: adrian at jboss.org
Date: 2008-12-01 08:53:41 -0500 (Mon, 01 Dec 2008)
New Revision: 81902
Modified:
trunk/build/build.xml
Log:
Temporary fix - servlets shouldn't be using the ejb3 usertransaction
Modified: trunk/build/build.xml
===================================================================
--- trunk/build/build.xml 2008-12-01 13:53:19 UTC (rev 81901)
+++ trunk/build/build.xml 2008-12-01 13:53:41 UTC (rev 81902)
@@ -821,6 +821,8 @@
<include name="ROOT.war/**"/>
<include name="security/**"/>
<include name="transaction-jboss-beans.xml"/>
+ <!-- FIXME serlvets shouldn't be using the ejb3 user transaction -->
+ <include name="ejb3-container-jboss-beans.xml"/>
</fileset>
<fileset dir="${project.root}/server/output/etc/conf/web">
<include name="jmx-invoker-service.xml"/>
More information about the jboss-cvs-commits
mailing list