[jboss-user] [JBoss jBPM] - Re: BPEL Eclipse designer deployment error

alex.guizar@jboss.com do-not-reply at jboss.com
Mon May 26 19:09:53 EDT 2008


Let me confirm my understanding of the problem. The following import is created by the designer when adding partners to the process.
<bpws:import importType="http://schemas.xmlsoap.org/wsdl/" namespace="http://lins.errores.bpel.designerArtifacts"/>
This is the import you changed manually:
<bpws:import importType="http://schemas.xmlsoap.org/wsdl/"
  | location="ExcepcionBPELDesignerArtifacts.wsdl" namespace="http://lins.errores.bpel.designerArtifacts"/>
If this description is correct, then the cause of the problem is that jBPM BPEL assumes all import elements have the location attribute set.

The solution is to skip import elements that have no location attribute, and the workaround to delete such elements before deploying or set the location attribute on them.

P.S. Saludos a Uruguay, suelo que vio nacer a Mario Benedetti :-)

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

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



More information about the jboss-user mailing list