Hi Alex, I express myself wrong. I changed the wsdl of the partner, the bpel and removed
the artifacts.wsdl. Fortunatelly, I tried what you suggested and worked correctly. So, to
fix this issue you have to:
1- Remove the import with no location
| <bpws:import
importType="http://schemas.xmlsoap.org/wsdl/"
namespace="http://lins.errores.bpel.designerArtifacts"/>
|
2- Put the import statement before the partnerLinkType tag. If not, the BPELDeployer
can't find the port type
| <?xml version="1.0" encoding="UTF-8"?>
| <definitions
xmlns:plnk="http://docs.oasis-open.org/wsbpel/2.0/plnktype"
xmlns:tns="http://lins.errores.bpel.designerArtifacts"
xmlns:vprop="http://docs.oasis-open.org/wsbpel/2.0/varprop"
xmlns:wsdl="http://www.fing.edu.uy/ReservaPaquetesViaje/"
name="ExcepcionBPELDesignerArtifacts"
targetNamespace="http://lins.errores.bpel.designerArtifacts"
xmlns="http://schemas.xmlsoap.org/wsdl/">
| <import location="ExcepcionBPELDesigner.wsdl"
namespace="http://www.fing.edu.uy/ReservaPaquetesViaje/"/>
| <plnk:partnerLinkType name="ErrorPartner">
| <plnk:role name="ErrorMaker"
portType="wsdl:ReservaPaquetesViaje"/>
| </plnk:partnerLinkType>
| </definitions>
|
Muchas gracias for the tip :P
Saludos!
Guzman
PD: Benedetti, grande entre los grandes! :)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4153459#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...