Hi all,

Anyone now a solution to get one Wsdl and one endpoint from multiple BPEL
processes ?

i've got the error : 
javax.jbi.JBIException: An internal endpoint for service xxxxxx and endpoint
xxxxxxPort is already registered

I have tried this :
=> one wsdl with multiple operations
=> one BPEL process by operation

Example :
Wsdl with operation opeA, opeB, opeC and one End Point for this wsdl
My deploy.xml is like this:
<process name="procA">
        <active>true</active>
        <provide partnerLink="myWsdlPartnerLink">
                <service name="myWsdlService" port="myWsdlPort"/>
        </provide>
</process>
<process name="procB">
        <active>true</active>
        <provide partnerLink="myWsdlPartnerLink">
                <service name="myWsdlService" port="myWsdlPort"/>
        </provide>
</process>

Thanks for help.
-- 
View this message in context: 
http://old.nabble.com/One-Wsdl-and-one-endpoint-from-multiple-BPEL-processes-tp28080175p28080175.html
Sent from the Apache Ode User mailing list archive at Nabble.com.

Reply via email to