[jboss-user] [JBoss jBPM] - Re: Error while deploying a JBPM-BPEL file

alex.guizar@jboss.com do-not-reply at jboss.com
Wed Oct 22 20:24:28 EDT 2008


Can you show me your WSDL document? if possible post a trimmed down document that only shows how the XML schema document is referenced from the WSDL document. Please describe the contents of your process archive as well.

Note that jBPM BPEL is not XML schema aware as of version 1.1.1. The app server web services stack is, tough. During deployment jBPM BPEL builds a .war according to the WS4EE 1.1 specification. It looks for files named *.xsd and puts them in the same directory under WEB-INF/wsdl as they were in the process archive.

For example, if your process archive contains the following file:

/xsd/mytypes.xsd

The resulting web module will contain:

/WEB-INF/wsdl/xsd/mytypes.xsd

It follows that WSDL files should use relative URLs to specify the location of its associated XML schema files, and that such relative placement must be reproduced in the process archive.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4184014#4184014

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4184014



More information about the jboss-user mailing list