[seam-commits] Seam SVN: r12494 - branches/community/Seam_2_2/examples/seambay/resources/META-INF.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Wed Apr 14 09:36:35 EDT 2010
Author: manaRH
Date: 2010-04-14 09:36:34 -0400 (Wed, 14 Apr 2010)
New Revision: 12494
Added:
branches/community/Seam_2_2/examples/seambay/resources/META-INF/jboss.xml
Log:
JBSEAM-4601 - added jboss.xml for web services
Added: branches/community/Seam_2_2/examples/seambay/resources/META-INF/jboss.xml
===================================================================
--- branches/community/Seam_2_2/examples/seambay/resources/META-INF/jboss.xml (rev 0)
+++ branches/community/Seam_2_2/examples/seambay/resources/META-INF/jboss.xml 2010-04-14 13:36:34 UTC (rev 12494)
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<jboss>
+ <webservices>
+ <context-root>auction</context-root>
+ </webservices>
+</jboss>
\ No newline at end of file
More information about the seam-commits
mailing list