[seam-commits] Seam SVN: r14011 - branches/community/Seam_2_2/examples.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Fri Jan 21 03:52:16 EST 2011
Author: manaRH
Date: 2011-01-21 03:52:16 -0500 (Fri, 21 Jan 2011)
New Revision: 14011
Modified:
branches/community/Seam_2_2/examples/build.xml
Log:
JBSEAM-4685 commented seambay jaxws-endpoint configuration as now it is handled by standard SOAP handlers defined in @HandlerChain
Modified: branches/community/Seam_2_2/examples/build.xml
===================================================================
--- branches/community/Seam_2_2/examples/build.xml 2011-01-21 08:49:03 UTC (rev 14010)
+++ branches/community/Seam_2_2/examples/build.xml 2011-01-21 08:52:16 UTC (rev 14011)
@@ -547,7 +547,7 @@
<include name="META-INF/jboss.xml" />
<include name="META-INF/security-config.xml" />
<include name="META-INF/security-rules.drl" />
- <include name="META-INF/standard-jaxws-endpoint-config.xml" />
+ <!--<include name="META-INF/standard-jaxws-endpoint-config.xml" /> -->
<include name="*.jpdl.xml" />
<exclude name=".gpd*" />
</fileset>
More information about the seam-commits
mailing list