Oops...

Thank you. that worked. 
If a partner is getting invoke by the process then it should also be in 
deploy.xml?

Another thing I want to ask is that if i make this process async would there be 
change in deployment script? keeping every thing same but invoke instead of 
reply?

 
thank you.

----
AL




________________________________
From: Brian Lund <[email protected]>
To: [email protected]
Sent: Thu, 15 April, 2010 18:29:32
Subject: Re: Playing between unintializedRole AND {Partner Link} must be bound 
to an endpoint in deploy.xml

Have you tried adding a service definition to your invoke partnerlinks?

For instance: 
        <invoke partnerLink=²CalcPartnerLink1²>
            <service name="calc:CalcService1" port="CalcPort1"/>
        </invoke>

On 4/15/10 9:24 AM, "Adnan" <[email protected]> wrote:

> Hi 
> 
> I am playing between these two error for long... When I specify the
> initializePartnerRole="yes" and initialize the partner role like
> <bpel:copy>
>                 <bpel:from>
>                        http://localhost:8080/Validate/ValidateWSService
>                 </bpel:from>
>                 <bpel:to partnerLink="CalcPartnerLink1"></bpel:to>
>  </bpel:copy>
>  
> then i encounter by "java.lang.IllegalArgumentException: {Partner Link} must
> be bound to an endpoint in deploy.xml"
> 
> AND 
> 
> When I omitt the initializePartnerRole attribute then it says
> xmlns:axis2ns34="http://docs.oasis-open.org/wsbpel/2.0/process/executable";>axi
> s2ns34:uninitializedPartnerRole
> <http://docs.oasis-open.org/wsbpel/2.0/process/executable%22%3Eaxis2ns34:unini
> tializedPartnerRole>
> 
> Some one tell me where i should go... any solution... ??? and urgent please
> BELOW IS DEPLOY.XML.  ATTACHED BPEL FILE AS WELL
> 
> <?xml version="1.0" encoding="UTF-8"?>
> 
> xmlns:Calc="http://odebpel/Calc/"; xmlns:calc="http://calc";>
>   <process name="calc:Calc">
>     <active>true</active>
>     <retired>false</retired>
>     <process-events generate="all"/>
>     <provide partnerLink="CalcPL">
>       <service name="Calc:Calc" port="CalcSOAP"/>
>     </provide>
>     <invoke partnerLink="CalcPartnerLink1"/>
>     <invoke partnerLink="SubPartnerLink1"/>
>     <invoke partnerLink="AddPartnerLink1"/>
>   </process>
> </deploy>
> 
> 
> ----
> AL
> 
> 
>  


      

Reply via email to