Author: objectiser
Date: 2009-11-27 11:05:34 -0500 (Fri, 27 Nov 2009)
New Revision: 346
Added:
trunk/samples/esb/webservice_esb_bpel/jboss-structure.xml
Log:
Added jboss-structure.xml to enable Webservice_esb_bpel example to work with ESB4.7, which
no longer examines sub-folders for deployable components. This was preventing the BPEL
processes from being deployed.
Added: trunk/samples/esb/webservice_esb_bpel/jboss-structure.xml
===================================================================
--- trunk/samples/esb/webservice_esb_bpel/jboss-structure.xml (rev
0)
+++ trunk/samples/esb/webservice_esb_bpel/jboss-structure.xml 2009-11-27 16:05:34 UTC (rev
346)
@@ -0,0 +1,24 @@
+<structure>
+ <context>
+ <path name=""/>
+ <metaDataPath>
+ <path name="META-INF"/>
+ </metaDataPath>
+ <classpath>
+ <path name=""/>
+ <path name="" suffixes=".jar"/>
+ </classpath>
+ </context>
+ <context>
+ <path name="Quickstart_webservice_bpel.war"/>
+ <metaDataPath>
+ <path name="META-INF"/>
+ </metaDataPath>
+ </context>
+ <context>
+ <path name="jbm-queue-service.xml"/>
+ </context>
+ <context>
+ <path name="bpel/bpel-deploy.xml"/>
+ </context>
+</structure>
Show replies by date