Community

jBPM BPEL & Eclipse Process Designer

created by Annette Glindmeyer in jBPM - View the full discussion

HI, I get an exception when I try to deploy a BPEL file generated by aid of the Eclipse BPEL Designer.

 

I'm using following versions:

 

JBoss 4.2.0.GA

JBPM BPEL 1.1.1

BPEL Editor 0.4.0

 

http://community.jboss.org/servlet/JiveServlet/downloadImage/2575/450-256/Exception.jpg

The corresponding section of the BPEL file:

 

[...]

 

<!-- Import the client WSDL -->
    <bpel:import location="DBTestArtifacts.wsdl" namespace="http://eclipse.org/bpel/sample"
            importType="http://schemas.xmlsoap.org/wsdl/" />
        
    <!-- ================================================================= -->        
    <!-- PARTNERLINKS                                                      -->
    <!-- List of services participating in this BPEL process               -->
    <!-- ================================================================= -->        
    <bpel:partnerLinks>
        <!-- The 'client' role represents the requester of this service. -->
        <bpel:partnerLink name="client"
                     partnerLinkType="tns:DBTest"
                     myRole="DBTestProvider"
                     />
       
        <bpel:partnerLink name="DBServ" partnerLinkType="tns:DBServT" partnerRole="DBServType"></bpel:partnerLink>
    </bpel:partnerLinks>

 

[...]

 

 

I would be very thankful for any suggestions!

 

Best regards,

Annette

Reply to this message by going to Community

Start a new discussion in jBPM at Community