Re: [Dev] Adder BPEL Sample - Issue

2014-08-27 Thread Godwin Amila Shrimal
Hi Hasitha,

As you pointed problem was initialization. Now its working fine. Thanks


On Wed, Aug 27, 2014 at 1:31 PM, Hasitha Aravinda  wrote:

> Initialize CaclPLRequest variable and deploy sample again, this should fix
> the selectionFailure issue.
>
>
> On Wed, Aug 27, 2014 at 1:17 PM, Godwin Amila Shrimal 
> wrote:
>
>> Devs version is 3.7.0
>>
>>
>> On Wed, Aug 27, 2014 at 12:53 PM, Hasitha Aravinda 
>> wrote:
>>
>>> The variable "CaclPLRequest" is not initialized. That is why you are
>>> getting selectionFailure.
>>>
>>> Usually when you do the variable assignment, BPEL editor asks whether do
>>> you need to initialize the variables if that variable is not initialized
>>> yet. What is the DevS version you are using ?
>>>
>>> Thanks,
>>> Hasitha,
>>>
>>>
>>> On Wed, Aug 27, 2014 at 12:25 PM, Godwin Amila Shrimal 
>>> wrote:
>>>
 Hi Hasitha,

 Please see below the error in the wso2carbon.log, I have attached both
 sample and wso2carbon.log file herewith.

 TID: [0] [BPS] [2014-08-27 12:20:48,899]  INFO
 {org.apache.ode.bpel.runtime.ASSIGN} -  Assignment Fault: {
 http://docs.oasis-open.org/wsbpel/2.0/process/executable}selectionFailure,lineNo=64,faultExplanation={http://docs.oasis-open.org/wsbpel/2.0/process/executable}selectionFailure:
 No results for expression: 'ns:y' against '>>> encoding="UTF-8"?>

 http://service.wso2.org"/>'
 {org.apache.ode.bpel.runtime.ASSIGN}

 TID: [0] [BPS] [2014-08-27 12:20:48,911]  WARN
 {org.apache.ode.bpel.engine.BpelProcess} -  Instance 2951 of {
 http://wso2.org/bps/sample}AdderService-8 has completed with fault:
 FaultData: [faultName={
 http://docs.oasis-open.org/wsbpel/2.0/process/executable}selectionFailure,
 faulType=null ({
 http://docs.oasis-open.org/wsbpel/2.0/process/executable}selectionFailure:
 No results for expression: 'ns:y' against '>>> encoding="UTF-8"?>

 http://service.wso2.org"/>')] @64
 {org.apache.ode.bpel.engine.BpelProcess}



 Thanks

 Godwin




 On Wed, Aug 27, 2014 at 12:13 PM, Hasitha Aravinda 
 wrote:

> What is the error your are getting in the wso2carbon.log ? could you
> please attach your BPEL sample ?
>
> Thanks,
> Hasitha.
>
>
> On Wed, Aug 27, 2014 at 12:09 PM, Godwin Amila Shrimal <
> god...@wso2.com> wrote:
>
>>  Hi,
>>
>> I am working on adder BPEL sample. Adder axis service is working
>> properly. I checked BPEL and its giving axis2ns1:selectionFailure error
>> when test it using Try it.
>>
>> Can any one let me know the reason for this ?
>>
>> Thanks
>> Godwin
>>
>>
>> --
>> *Godwin Amila Shrimal*
>>  Senior Software Engineer
>> WSO2 Inc.; http://wso2.com
>> lean.enterprise.middleware
>>
>> mobile: *+94772264165*
>> linkedin: *http://lnkd.in/KUum6D *
>> twitter: https://twitter.com/godwinamila
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Hasitha Aravinda,
> Software Engineer,
> WSO2 Inc.
> Email: hasi...@wso2.com
> Mobile: +94 71 8 210 200
>
>


 --
 *Godwin Amila Shrimal*
 Senior Software Engineer
 WSO2 Inc.; http://wso2.com
 lean.enterprise.middleware

 mobile: *+94772264165*
 linkedin: *http://lnkd.in/KUum6D *
 twitter: https://twitter.com/godwinamila

>>>
>>>
>>>
>>> --
>>> Hasitha Aravinda,
>>> Software Engineer,
>>> WSO2 Inc.
>>> Email: hasi...@wso2.com
>>> Mobile: +94 71 8 210 200
>>>
>>>
>>
>>
>> --
>> *Godwin Amila Shrimal*
>> Senior Software Engineer
>> WSO2 Inc.; http://wso2.com
>> lean.enterprise.middleware
>>
>> mobile: *+94772264165*
>> linkedin: *http://lnkd.in/KUum6D *
>> twitter: https://twitter.com/godwinamila
>>
>
>
>
> --
> Hasitha Aravinda,
> Software Engineer,
> WSO2 Inc.
> Email: hasi...@wso2.com
> Mobile: +94 71 8 210 200
>
>


-- 
*Godwin Amila Shrimal*
Senior Software Engineer
WSO2 Inc.; http://wso2.com
lean.enterprise.middleware

mobile: *+94772264165*
linkedin: *http://lnkd.in/KUum6D *
twitter: https://twitter.com/godwinamila
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Adder BPEL Sample - Issue

2014-08-27 Thread Firzhan Naqash
Can you please attach your BPEL process and wso2carbon log file ?

Regards,
Firzhan


On Wed, Aug 27, 2014 at 2:52 PM, Godwin Amila Shrimal 
wrote:

> Hi Firzhan,
>
> Tried by copying the CaclPLResponse to output variable, still same issue
> is there
>
>
> On Wed, Aug 27, 2014 at 2:29 PM, Firzhan Naqash  wrote:
>
>>
>> Hi,
>>
>> There seems to be some logic issues in your BPEL workflow.
>>
>> When you are trying to perform "AssignOutput" operation you are copying
>> the value from AdderServiceResponse to CaclPLResponse. which is totally
>> wrong
>>
>> Ideally you should be copying the CaclPLResponse to output variable.
>>
>> Thanks
>>
>>
>>
>> Regards,
>> Firzhan
>>
>>
>> On Wed, Aug 27, 2014 at 2:10 PM, Godwin Amila Shrimal 
>> wrote:
>>
>>> Hi Jasitntha/Hasitha.
>>>
>>> Thanks for the responses, sorted out the initialize issue and now there
>>> is error as axis2ns6:selectionFailure
>>>
>>>
>>> On Wed, Aug 27, 2014 at 1:50 PM, Jasintha Dasanayake 
>>> wrote:
>>>
 Hi Godwin

 You need to initialize a variable before it assign  into a value,  By
 default IDE provide option to generate initialization code ,of course DevS
 has this feature however there is a issue when you try to initialize a
 complex type variable

 Thanks
 /Jasintha


 On Wed, Aug 27, 2014 at 1:34 PM, Godwin Amila Shrimal 
 wrote:

> Hi Hasitha,
>
> What exactly you mean by Initialize here ?, could you please point me
> how to do it ?
>
> Thanks
> Godwin
>
>
>
>
> On Wed, Aug 27, 2014 at 1:31 PM, Hasitha Aravinda 
> wrote:
>
>> Initialize CaclPLRequest variable and deploy sample again, this
>> should fix the selectionFailure issue.
>>
>>
>> On Wed, Aug 27, 2014 at 1:17 PM, Godwin Amila Shrimal <
>> god...@wso2.com> wrote:
>>
>>> Devs version is 3.7.0
>>>
>>>
>>> On Wed, Aug 27, 2014 at 12:53 PM, Hasitha Aravinda >> > wrote:
>>>
 The variable "CaclPLRequest" is not initialized. That is why you
 are getting selectionFailure.

 Usually when you do the variable assignment, BPEL editor asks
 whether do you need to initialize the variables if that variable is not
 initialized yet. What is the DevS version you are using ?

 Thanks,
 Hasitha,


 On Wed, Aug 27, 2014 at 12:25 PM, Godwin Amila Shrimal <
 god...@wso2.com> wrote:

> Hi Hasitha,
>
> Please see below the error in the wso2carbon.log, I have attached
> both sample and wso2carbon.log file herewith.
>
> TID: [0] [BPS] [2014-08-27 12:20:48,899]  INFO
> {org.apache.ode.bpel.runtime.ASSIGN} -  Assignment Fault: {
> http://docs.oasis-open.org/wsbpel/2.0/process/executable}selectionFailure,lineNo=64,faultExplanation={http://docs.oasis-open.org/wsbpel/2.0/process/executable}selectionFailure:
> No results for expression: 'ns:y' against ' encoding="UTF-8"?>
>
> http://service.wso2.org"/>'
> {org.apache.ode.bpel.runtime.ASSIGN}
>
> TID: [0] [BPS] [2014-08-27 12:20:48,911]  WARN
> {org.apache.ode.bpel.engine.BpelProcess} -  Instance 2951 of {
> http://wso2.org/bps/sample}AdderService-8 has completed with
> fault: FaultData: [faultName={
> http://docs.oasis-open.org/wsbpel/2.0/process/executable}selectionFailure,
> faulType=null ({
> http://docs.oasis-open.org/wsbpel/2.0/process/executable}selectionFailure:
> No results for expression: 'ns:y' against ' encoding="UTF-8"?>
>
> http://service.wso2.org"/>')] @64
> {org.apache.ode.bpel.engine.BpelProcess}
>
>
>
> Thanks
>
> Godwin
>
>
>
>
> On Wed, Aug 27, 2014 at 12:13 PM, Hasitha Aravinda <
> hasi...@wso2.com> wrote:
>
>> What is the error your are getting in the wso2carbon.log ? could
>> you please attach your BPEL sample ?
>>
>> Thanks,
>> Hasitha.
>>
>>
>> On Wed, Aug 27, 2014 at 12:09 PM, Godwin Amila Shrimal <
>> god...@wso2.com> wrote:
>>
>>>  Hi,
>>>
>>> I am working on adder BPEL sample. Adder axis service is working
>>> properly. I checked BPEL and its giving
>>> axis2ns1:selectionFailure error when test it using Try it.
>>>
>>> Can any one let me know the reason for this ?
>>>
>>> Thanks
>>> Godwin
>>>
>>>
>>> --
>>> *Godwin Amila Shrimal*
>>>  Senior Software Engineer
>>> WSO2 Inc.; http://wso2.com
>>> lean.enterprise.middleware
>>>
>>> mobile: *+94772264165*
>>> linkedin: *http://lnkd.in/KUum6D *

Re: [Dev] Adder BPEL Sample - Issue

2014-08-27 Thread Godwin Amila Shrimal
Hi Firzhan,

I have attached BPEL process and wso2carbon.log file.


On Wed, Aug 27, 2014 at 2:46 PM, Firzhan Naqash  wrote:

> Can you please attach your BPEL process and wso2carbon log file ?
>
> Regards,
> Firzhan
>
>
> On Wed, Aug 27, 2014 at 2:52 PM, Godwin Amila Shrimal 
> wrote:
>
>> Hi Firzhan,
>>
>> Tried by copying the CaclPLResponse to output variable, still same issue
>> is there
>>
>>
>> On Wed, Aug 27, 2014 at 2:29 PM, Firzhan Naqash  wrote:
>>
>>>
>>> Hi,
>>>
>>> There seems to be some logic issues in your BPEL workflow.
>>>
>>> When you are trying to perform "AssignOutput" operation you are copying
>>> the value from AdderServiceResponse to CaclPLResponse. which is totally
>>> wrong
>>>
>>> Ideally you should be copying the CaclPLResponse to output variable.
>>>
>>> Thanks
>>>
>>>
>>>
>>> Regards,
>>> Firzhan
>>>
>>>
>>> On Wed, Aug 27, 2014 at 2:10 PM, Godwin Amila Shrimal 
>>> wrote:
>>>
 Hi Jasitntha/Hasitha.

 Thanks for the responses, sorted out the initialize issue and now
 there is error as axis2ns6:selectionFailure


 On Wed, Aug 27, 2014 at 1:50 PM, Jasintha Dasanayake >>> > wrote:

> Hi Godwin
>
> You need to initialize a variable before it assign  into a value,  By
> default IDE provide option to generate initialization code ,of course DevS
> has this feature however there is a issue when you try to initialize a
> complex type variable
>
> Thanks
> /Jasintha
>
>
> On Wed, Aug 27, 2014 at 1:34 PM, Godwin Amila Shrimal  > wrote:
>
>> Hi Hasitha,
>>
>> What exactly you mean by Initialize here ?, could you please point me
>> how to do it ?
>>
>> Thanks
>> Godwin
>>
>>
>>
>>
>> On Wed, Aug 27, 2014 at 1:31 PM, Hasitha Aravinda 
>> wrote:
>>
>>> Initialize CaclPLRequest variable and deploy sample again, this
>>> should fix the selectionFailure issue.
>>>
>>>
>>> On Wed, Aug 27, 2014 at 1:17 PM, Godwin Amila Shrimal <
>>> god...@wso2.com> wrote:
>>>
 Devs version is 3.7.0


 On Wed, Aug 27, 2014 at 12:53 PM, Hasitha Aravinda <
 hasi...@wso2.com> wrote:

> The variable "CaclPLRequest" is not initialized. That is why you
> are getting selectionFailure.
>
> Usually when you do the variable assignment, BPEL editor asks
> whether do you need to initialize the variables if that variable is 
> not
> initialized yet. What is the DevS version you are using ?
>
> Thanks,
> Hasitha,
>
>
> On Wed, Aug 27, 2014 at 12:25 PM, Godwin Amila Shrimal <
> god...@wso2.com> wrote:
>
>> Hi Hasitha,
>>
>> Please see below the error in the wso2carbon.log, I have attached
>> both sample and wso2carbon.log file herewith.
>>
>> TID: [0] [BPS] [2014-08-27 12:20:48,899]  INFO
>> {org.apache.ode.bpel.runtime.ASSIGN} -  Assignment Fault: {
>> http://docs.oasis-open.org/wsbpel/2.0/process/executable}selectionFailure,lineNo=64,faultExplanation={http://docs.oasis-open.org/wsbpel/2.0/process/executable}selectionFailure:
>> No results for expression: 'ns:y' against '> encoding="UTF-8"?>
>>
>> http://service.wso2.org"/>'
>> {org.apache.ode.bpel.runtime.ASSIGN}
>>
>> TID: [0] [BPS] [2014-08-27 12:20:48,911]  WARN
>> {org.apache.ode.bpel.engine.BpelProcess} -  Instance 2951 of {
>> http://wso2.org/bps/sample}AdderService-8 has completed with
>> fault: FaultData: [faultName={
>> http://docs.oasis-open.org/wsbpel/2.0/process/executable}selectionFailure,
>> faulType=null ({
>> http://docs.oasis-open.org/wsbpel/2.0/process/executable}selectionFailure:
>> No results for expression: 'ns:y' against '> encoding="UTF-8"?>
>>
>> http://service.wso2.org"/>')] @64
>> {org.apache.ode.bpel.engine.BpelProcess}
>>
>>
>>
>> Thanks
>>
>> Godwin
>>
>>
>>
>>
>> On Wed, Aug 27, 2014 at 12:13 PM, Hasitha Aravinda <
>> hasi...@wso2.com> wrote:
>>
>>> What is the error your are getting in the wso2carbon.log ? could
>>> you please attach your BPEL sample ?
>>>
>>> Thanks,
>>> Hasitha.
>>>
>>>
>>> On Wed, Aug 27, 2014 at 12:09 PM, Godwin Amila Shrimal <
>>> god...@wso2.com> wrote:
>>>
  Hi,

 I am working on adder BPEL sample. Adder axis service is
 working properly. I checked BPEL and its giving
 axis2ns1:selectionFailure error when test it using Try it.

 Can any one let me know the reason for this ?

 Thanks

Re: [Dev] Adder BPEL Sample - Issue

2014-08-27 Thread Godwin Amila Shrimal
Hi Firzhan,

Tried by copying the CaclPLResponse to output variable, still same issue is
there


On Wed, Aug 27, 2014 at 2:29 PM, Firzhan Naqash  wrote:

>
> Hi,
>
> There seems to be some logic issues in your BPEL workflow.
>
> When you are trying to perform "AssignOutput" operation you are copying
> the value from AdderServiceResponse to CaclPLResponse. which is totally
> wrong
>
> Ideally you should be copying the CaclPLResponse to output variable.
>
> Thanks
>
>
>
> Regards,
> Firzhan
>
>
> On Wed, Aug 27, 2014 at 2:10 PM, Godwin Amila Shrimal 
> wrote:
>
>> Hi Jasitntha/Hasitha.
>>
>> Thanks for the responses, sorted out the initialize issue and now there
>> is error as axis2ns6:selectionFailure
>>
>>
>> On Wed, Aug 27, 2014 at 1:50 PM, Jasintha Dasanayake 
>> wrote:
>>
>>> Hi Godwin
>>>
>>> You need to initialize a variable before it assign  into a value,  By
>>> default IDE provide option to generate initialization code ,of course DevS
>>> has this feature however there is a issue when you try to initialize a
>>> complex type variable
>>>
>>> Thanks
>>> /Jasintha
>>>
>>>
>>> On Wed, Aug 27, 2014 at 1:34 PM, Godwin Amila Shrimal 
>>> wrote:
>>>
 Hi Hasitha,

 What exactly you mean by Initialize here ?, could you please point me
 how to do it ?

 Thanks
 Godwin




 On Wed, Aug 27, 2014 at 1:31 PM, Hasitha Aravinda 
 wrote:

> Initialize CaclPLRequest variable and deploy sample again, this should
> fix the selectionFailure issue.
>
>
> On Wed, Aug 27, 2014 at 1:17 PM, Godwin Amila Shrimal  > wrote:
>
>> Devs version is 3.7.0
>>
>>
>> On Wed, Aug 27, 2014 at 12:53 PM, Hasitha Aravinda 
>> wrote:
>>
>>> The variable "CaclPLRequest" is not initialized. That is why you are
>>> getting selectionFailure.
>>>
>>> Usually when you do the variable assignment, BPEL editor asks
>>> whether do you need to initialize the variables if that variable is not
>>> initialized yet. What is the DevS version you are using ?
>>>
>>> Thanks,
>>> Hasitha,
>>>
>>>
>>> On Wed, Aug 27, 2014 at 12:25 PM, Godwin Amila Shrimal <
>>> god...@wso2.com> wrote:
>>>
 Hi Hasitha,

 Please see below the error in the wso2carbon.log, I have attached
 both sample and wso2carbon.log file herewith.

 TID: [0] [BPS] [2014-08-27 12:20:48,899]  INFO
 {org.apache.ode.bpel.runtime.ASSIGN} -  Assignment Fault: {
 http://docs.oasis-open.org/wsbpel/2.0/process/executable}selectionFailure,lineNo=64,faultExplanation={http://docs.oasis-open.org/wsbpel/2.0/process/executable}selectionFailure:
 No results for expression: 'ns:y' against '>>> encoding="UTF-8"?>

 http://service.wso2.org"/>'
 {org.apache.ode.bpel.runtime.ASSIGN}

 TID: [0] [BPS] [2014-08-27 12:20:48,911]  WARN
 {org.apache.ode.bpel.engine.BpelProcess} -  Instance 2951 of {
 http://wso2.org/bps/sample}AdderService-8 has completed with
 fault: FaultData: [faultName={
 http://docs.oasis-open.org/wsbpel/2.0/process/executable}selectionFailure,
 faulType=null ({
 http://docs.oasis-open.org/wsbpel/2.0/process/executable}selectionFailure:
 No results for expression: 'ns:y' against '>>> encoding="UTF-8"?>

 http://service.wso2.org"/>')] @64
 {org.apache.ode.bpel.engine.BpelProcess}



 Thanks

 Godwin




 On Wed, Aug 27, 2014 at 12:13 PM, Hasitha Aravinda <
 hasi...@wso2.com> wrote:

> What is the error your are getting in the wso2carbon.log ? could
> you please attach your BPEL sample ?
>
> Thanks,
> Hasitha.
>
>
> On Wed, Aug 27, 2014 at 12:09 PM, Godwin Amila Shrimal <
> god...@wso2.com> wrote:
>
>>  Hi,
>>
>> I am working on adder BPEL sample. Adder axis service is working
>> properly. I checked BPEL and its giving axis2ns1:selectionFailure 
>> error
>> when test it using Try it.
>>
>> Can any one let me know the reason for this ?
>>
>> Thanks
>> Godwin
>>
>>
>> --
>> *Godwin Amila Shrimal*
>>  Senior Software Engineer
>> WSO2 Inc.; http://wso2.com
>> lean.enterprise.middleware
>>
>> mobile: *+94772264165*
>> linkedin: *http://lnkd.in/KUum6D *
>> twitter: https://twitter.com/godwinamila
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Hasitha Aravinda,
> Softwar

Re: [Dev] Adder BPEL Sample - Issue

2014-08-27 Thread Firzhan Naqash
Hi,

There seems to be some logic issues in your BPEL workflow.

When you are trying to perform "AssignOutput" operation you are copying the
value from AdderServiceResponse to CaclPLResponse. which is totally wrong

Ideally you should be copying the CaclPLResponse to output variable.

Thanks



Regards,
Firzhan


On Wed, Aug 27, 2014 at 2:10 PM, Godwin Amila Shrimal 
wrote:

> Hi Jasitntha/Hasitha.
>
> Thanks for the responses, sorted out the initialize issue and now there
> is error as axis2ns6:selectionFailure
>
>
> On Wed, Aug 27, 2014 at 1:50 PM, Jasintha Dasanayake 
> wrote:
>
>> Hi Godwin
>>
>> You need to initialize a variable before it assign  into a value,  By
>> default IDE provide option to generate initialization code ,of course DevS
>> has this feature however there is a issue when you try to initialize a
>> complex type variable
>>
>> Thanks
>> /Jasintha
>>
>>
>> On Wed, Aug 27, 2014 at 1:34 PM, Godwin Amila Shrimal 
>> wrote:
>>
>>> Hi Hasitha,
>>>
>>> What exactly you mean by Initialize here ?, could you please point me
>>> how to do it ?
>>>
>>> Thanks
>>> Godwin
>>>
>>>
>>>
>>>
>>> On Wed, Aug 27, 2014 at 1:31 PM, Hasitha Aravinda 
>>> wrote:
>>>
 Initialize CaclPLRequest variable and deploy sample again, this should
 fix the selectionFailure issue.


 On Wed, Aug 27, 2014 at 1:17 PM, Godwin Amila Shrimal 
 wrote:

> Devs version is 3.7.0
>
>
> On Wed, Aug 27, 2014 at 12:53 PM, Hasitha Aravinda 
> wrote:
>
>> The variable "CaclPLRequest" is not initialized. That is why you are
>> getting selectionFailure.
>>
>> Usually when you do the variable assignment, BPEL editor asks whether
>> do you need to initialize the variables if that variable is not 
>> initialized
>> yet. What is the DevS version you are using ?
>>
>> Thanks,
>> Hasitha,
>>
>>
>> On Wed, Aug 27, 2014 at 12:25 PM, Godwin Amila Shrimal <
>> god...@wso2.com> wrote:
>>
>>> Hi Hasitha,
>>>
>>> Please see below the error in the wso2carbon.log, I have attached
>>> both sample and wso2carbon.log file herewith.
>>>
>>> TID: [0] [BPS] [2014-08-27 12:20:48,899]  INFO
>>> {org.apache.ode.bpel.runtime.ASSIGN} -  Assignment Fault: {
>>> http://docs.oasis-open.org/wsbpel/2.0/process/executable}selectionFailure,lineNo=64,faultExplanation={http://docs.oasis-open.org/wsbpel/2.0/process/executable}selectionFailure:
>>> No results for expression: 'ns:y' against '>> encoding="UTF-8"?>
>>>
>>> http://service.wso2.org"/>'
>>> {org.apache.ode.bpel.runtime.ASSIGN}
>>>
>>> TID: [0] [BPS] [2014-08-27 12:20:48,911]  WARN
>>> {org.apache.ode.bpel.engine.BpelProcess} -  Instance 2951 of {
>>> http://wso2.org/bps/sample}AdderService-8 has completed with fault:
>>> FaultData: [faultName={
>>> http://docs.oasis-open.org/wsbpel/2.0/process/executable}selectionFailure,
>>> faulType=null ({
>>> http://docs.oasis-open.org/wsbpel/2.0/process/executable}selectionFailure:
>>> No results for expression: 'ns:y' against '>> encoding="UTF-8"?>
>>>
>>> http://service.wso2.org"/>')] @64
>>> {org.apache.ode.bpel.engine.BpelProcess}
>>>
>>>
>>>
>>> Thanks
>>>
>>> Godwin
>>>
>>>
>>>
>>>
>>> On Wed, Aug 27, 2014 at 12:13 PM, Hasitha Aravinda >> > wrote:
>>>
 What is the error your are getting in the wso2carbon.log ? could
 you please attach your BPEL sample ?

 Thanks,
 Hasitha.


 On Wed, Aug 27, 2014 at 12:09 PM, Godwin Amila Shrimal <
 god...@wso2.com> wrote:

>  Hi,
>
> I am working on adder BPEL sample. Adder axis service is working
> properly. I checked BPEL and its giving axis2ns1:selectionFailure 
> error
> when test it using Try it.
>
> Can any one let me know the reason for this ?
>
> Thanks
> Godwin
>
>
> --
> *Godwin Amila Shrimal*
>  Senior Software Engineer
> WSO2 Inc.; http://wso2.com
> lean.enterprise.middleware
>
> mobile: *+94772264165*
> linkedin: *http://lnkd.in/KUum6D *
> twitter: https://twitter.com/godwinamila
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


 --
 Hasitha Aravinda,
 Software Engineer,
 WSO2 Inc.
 Email: hasi...@wso2.com
 Mobile: +94 71 8 210 200


>>>
>>>
>>> --
>>> *Godwin Amila Shrimal*
>>> Senior Software Engineer
>>> WSO2 Inc.; http://wso2.com
>>> lean.enterprise.middleware
>>>
>>> mobile: *+94772264165*
>>> linkedin: *http://lnkd.in/

Re: [Dev] Adder BPEL Sample - Issue

2014-08-27 Thread Godwin Amila Shrimal
Hi Jasitntha/Hasitha.

Thanks for the responses, sorted out the initialize issue and now there is
error as axis2ns6:selectionFailure


On Wed, Aug 27, 2014 at 1:50 PM, Jasintha Dasanayake 
wrote:

> Hi Godwin
>
> You need to initialize a variable before it assign  into a value,  By
> default IDE provide option to generate initialization code ,of course DevS
> has this feature however there is a issue when you try to initialize a
> complex type variable
>
> Thanks
> /Jasintha
>
>
> On Wed, Aug 27, 2014 at 1:34 PM, Godwin Amila Shrimal 
> wrote:
>
>> Hi Hasitha,
>>
>> What exactly you mean by Initialize here ?, could you please point me how
>> to do it ?
>>
>> Thanks
>> Godwin
>>
>>
>>
>>
>> On Wed, Aug 27, 2014 at 1:31 PM, Hasitha Aravinda 
>> wrote:
>>
>>> Initialize CaclPLRequest variable and deploy sample again, this should
>>> fix the selectionFailure issue.
>>>
>>>
>>> On Wed, Aug 27, 2014 at 1:17 PM, Godwin Amila Shrimal 
>>> wrote:
>>>
 Devs version is 3.7.0


 On Wed, Aug 27, 2014 at 12:53 PM, Hasitha Aravinda 
 wrote:

> The variable "CaclPLRequest" is not initialized. That is why you are
> getting selectionFailure.
>
> Usually when you do the variable assignment, BPEL editor asks whether
> do you need to initialize the variables if that variable is not 
> initialized
> yet. What is the DevS version you are using ?
>
> Thanks,
> Hasitha,
>
>
> On Wed, Aug 27, 2014 at 12:25 PM, Godwin Amila Shrimal <
> god...@wso2.com> wrote:
>
>> Hi Hasitha,
>>
>> Please see below the error in the wso2carbon.log, I have attached
>> both sample and wso2carbon.log file herewith.
>>
>> TID: [0] [BPS] [2014-08-27 12:20:48,899]  INFO
>> {org.apache.ode.bpel.runtime.ASSIGN} -  Assignment Fault: {
>> http://docs.oasis-open.org/wsbpel/2.0/process/executable}selectionFailure,lineNo=64,faultExplanation={http://docs.oasis-open.org/wsbpel/2.0/process/executable}selectionFailure:
>> No results for expression: 'ns:y' against '> encoding="UTF-8"?>
>>
>> http://service.wso2.org"/>'
>> {org.apache.ode.bpel.runtime.ASSIGN}
>>
>> TID: [0] [BPS] [2014-08-27 12:20:48,911]  WARN
>> {org.apache.ode.bpel.engine.BpelProcess} -  Instance 2951 of {
>> http://wso2.org/bps/sample}AdderService-8 has completed with fault:
>> FaultData: [faultName={
>> http://docs.oasis-open.org/wsbpel/2.0/process/executable}selectionFailure,
>> faulType=null ({
>> http://docs.oasis-open.org/wsbpel/2.0/process/executable}selectionFailure:
>> No results for expression: 'ns:y' against '> encoding="UTF-8"?>
>>
>> http://service.wso2.org"/>')] @64
>> {org.apache.ode.bpel.engine.BpelProcess}
>>
>>
>>
>> Thanks
>>
>> Godwin
>>
>>
>>
>>
>> On Wed, Aug 27, 2014 at 12:13 PM, Hasitha Aravinda 
>> wrote:
>>
>>> What is the error your are getting in the wso2carbon.log ? could you
>>> please attach your BPEL sample ?
>>>
>>> Thanks,
>>> Hasitha.
>>>
>>>
>>> On Wed, Aug 27, 2014 at 12:09 PM, Godwin Amila Shrimal <
>>> god...@wso2.com> wrote:
>>>
  Hi,

 I am working on adder BPEL sample. Adder axis service is working
 properly. I checked BPEL and its giving axis2ns1:selectionFailure error
 when test it using Try it.

 Can any one let me know the reason for this ?

 Thanks
 Godwin


 --
 *Godwin Amila Shrimal*
  Senior Software Engineer
 WSO2 Inc.; http://wso2.com
 lean.enterprise.middleware

 mobile: *+94772264165*
 linkedin: *http://lnkd.in/KUum6D *
 twitter: https://twitter.com/godwinamila

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev


>>>
>>>
>>> --
>>> Hasitha Aravinda,
>>> Software Engineer,
>>> WSO2 Inc.
>>> Email: hasi...@wso2.com
>>> Mobile: +94 71 8 210 200
>>>
>>>
>>
>>
>> --
>> *Godwin Amila Shrimal*
>> Senior Software Engineer
>> WSO2 Inc.; http://wso2.com
>> lean.enterprise.middleware
>>
>> mobile: *+94772264165*
>> linkedin: *http://lnkd.in/KUum6D *
>> twitter: https://twitter.com/godwinamila
>>
>
>
>
> --
> Hasitha Aravinda,
> Software Engineer,
> WSO2 Inc.
> Email: hasi...@wso2.com
> Mobile: +94 71 8 210 200
>
>


 --
 *Godwin Amila Shrimal*
 Senior Software Engineer
 WSO2 Inc.; http://wso2.com
 lean.enterprise.middleware

 mobile: *+94772264165*
 linkedin: *http://lnkd.in/KUum6D *
 twitter: https://twitter.com/godwinamila

>>>
>>>
>>>
>>> -

Re: [Dev] Adder BPEL Sample - Issue

2014-08-27 Thread Jasintha Dasanayake
Hi Godwin

You need to initialize a variable before it assign  into a value,  By
default IDE provide option to generate initialization code ,of course DevS
has this feature however there is a issue when you try to initialize a
complex type variable

Thanks
/Jasintha


On Wed, Aug 27, 2014 at 1:34 PM, Godwin Amila Shrimal 
wrote:

> Hi Hasitha,
>
> What exactly you mean by Initialize here ?, could you please point me how
> to do it ?
>
> Thanks
> Godwin
>
>
>
>
> On Wed, Aug 27, 2014 at 1:31 PM, Hasitha Aravinda 
> wrote:
>
>> Initialize CaclPLRequest variable and deploy sample again, this should
>> fix the selectionFailure issue.
>>
>>
>> On Wed, Aug 27, 2014 at 1:17 PM, Godwin Amila Shrimal 
>> wrote:
>>
>>> Devs version is 3.7.0
>>>
>>>
>>> On Wed, Aug 27, 2014 at 12:53 PM, Hasitha Aravinda 
>>> wrote:
>>>
 The variable "CaclPLRequest" is not initialized. That is why you are
 getting selectionFailure.

 Usually when you do the variable assignment, BPEL editor asks whether
 do you need to initialize the variables if that variable is not initialized
 yet. What is the DevS version you are using ?

 Thanks,
 Hasitha,


 On Wed, Aug 27, 2014 at 12:25 PM, Godwin Amila Shrimal >>> > wrote:

> Hi Hasitha,
>
> Please see below the error in the wso2carbon.log, I have attached both
> sample and wso2carbon.log file herewith.
>
> TID: [0] [BPS] [2014-08-27 12:20:48,899]  INFO
> {org.apache.ode.bpel.runtime.ASSIGN} -  Assignment Fault: {
> http://docs.oasis-open.org/wsbpel/2.0/process/executable}selectionFailure,lineNo=64,faultExplanation={http://docs.oasis-open.org/wsbpel/2.0/process/executable}selectionFailure:
> No results for expression: 'ns:y' against ' encoding="UTF-8"?>
>
> http://service.wso2.org"/>'
> {org.apache.ode.bpel.runtime.ASSIGN}
>
> TID: [0] [BPS] [2014-08-27 12:20:48,911]  WARN
> {org.apache.ode.bpel.engine.BpelProcess} -  Instance 2951 of {
> http://wso2.org/bps/sample}AdderService-8 has completed with fault:
> FaultData: [faultName={
> http://docs.oasis-open.org/wsbpel/2.0/process/executable}selectionFailure,
> faulType=null ({
> http://docs.oasis-open.org/wsbpel/2.0/process/executable}selectionFailure:
> No results for expression: 'ns:y' against ' encoding="UTF-8"?>
>
> http://service.wso2.org"/>')] @64
> {org.apache.ode.bpel.engine.BpelProcess}
>
>
>
> Thanks
>
> Godwin
>
>
>
>
> On Wed, Aug 27, 2014 at 12:13 PM, Hasitha Aravinda 
> wrote:
>
>> What is the error your are getting in the wso2carbon.log ? could you
>> please attach your BPEL sample ?
>>
>> Thanks,
>> Hasitha.
>>
>>
>> On Wed, Aug 27, 2014 at 12:09 PM, Godwin Amila Shrimal <
>> god...@wso2.com> wrote:
>>
>>>  Hi,
>>>
>>> I am working on adder BPEL sample. Adder axis service is working
>>> properly. I checked BPEL and its giving axis2ns1:selectionFailure error
>>> when test it using Try it.
>>>
>>> Can any one let me know the reason for this ?
>>>
>>> Thanks
>>> Godwin
>>>
>>>
>>> --
>>> *Godwin Amila Shrimal*
>>>  Senior Software Engineer
>>> WSO2 Inc.; http://wso2.com
>>> lean.enterprise.middleware
>>>
>>> mobile: *+94772264165*
>>> linkedin: *http://lnkd.in/KUum6D *
>>> twitter: https://twitter.com/godwinamila
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> Hasitha Aravinda,
>> Software Engineer,
>> WSO2 Inc.
>> Email: hasi...@wso2.com
>> Mobile: +94 71 8 210 200
>>
>>
>
>
> --
> *Godwin Amila Shrimal*
> Senior Software Engineer
> WSO2 Inc.; http://wso2.com
> lean.enterprise.middleware
>
> mobile: *+94772264165*
> linkedin: *http://lnkd.in/KUum6D *
> twitter: https://twitter.com/godwinamila
>



 --
 Hasitha Aravinda,
 Software Engineer,
 WSO2 Inc.
 Email: hasi...@wso2.com
 Mobile: +94 71 8 210 200


>>>
>>>
>>> --
>>> *Godwin Amila Shrimal*
>>> Senior Software Engineer
>>> WSO2 Inc.; http://wso2.com
>>> lean.enterprise.middleware
>>>
>>> mobile: *+94772264165*
>>> linkedin: *http://lnkd.in/KUum6D *
>>> twitter: https://twitter.com/godwinamila
>>>
>>
>>
>>
>> --
>> Hasitha Aravinda,
>> Software Engineer,
>> WSO2 Inc.
>> Email: hasi...@wso2.com
>> Mobile: +94 71 8 210 200
>>
>>
>
>
> --
> *Godwin Amila Shrimal*
> Senior Software Engineer
> WSO2 Inc.; http://wso2.com
> lean.enterprise.middleware
>
> mobile: *+94772264165*
> linkedin: *http://lnkd.in/KUum6D *
> twitter: https://twitter.com/godwinamila
>
> 

Re: [Dev] Adder BPEL Sample - Issue

2014-08-27 Thread Godwin Amila Shrimal
Hi Hasitha,

What exactly you mean by Initialize here ?, could you please point me how
to do it ?

Thanks
Godwin




On Wed, Aug 27, 2014 at 1:31 PM, Hasitha Aravinda  wrote:

> Initialize CaclPLRequest variable and deploy sample again, this should fix
> the selectionFailure issue.
>
>
> On Wed, Aug 27, 2014 at 1:17 PM, Godwin Amila Shrimal 
> wrote:
>
>> Devs version is 3.7.0
>>
>>
>> On Wed, Aug 27, 2014 at 12:53 PM, Hasitha Aravinda 
>> wrote:
>>
>>> The variable "CaclPLRequest" is not initialized. That is why you are
>>> getting selectionFailure.
>>>
>>> Usually when you do the variable assignment, BPEL editor asks whether do
>>> you need to initialize the variables if that variable is not initialized
>>> yet. What is the DevS version you are using ?
>>>
>>> Thanks,
>>> Hasitha,
>>>
>>>
>>> On Wed, Aug 27, 2014 at 12:25 PM, Godwin Amila Shrimal 
>>> wrote:
>>>
 Hi Hasitha,

 Please see below the error in the wso2carbon.log, I have attached both
 sample and wso2carbon.log file herewith.

 TID: [0] [BPS] [2014-08-27 12:20:48,899]  INFO
 {org.apache.ode.bpel.runtime.ASSIGN} -  Assignment Fault: {
 http://docs.oasis-open.org/wsbpel/2.0/process/executable}selectionFailure,lineNo=64,faultExplanation={http://docs.oasis-open.org/wsbpel/2.0/process/executable}selectionFailure:
 No results for expression: 'ns:y' against '>>> encoding="UTF-8"?>

 http://service.wso2.org"/>'
 {org.apache.ode.bpel.runtime.ASSIGN}

 TID: [0] [BPS] [2014-08-27 12:20:48,911]  WARN
 {org.apache.ode.bpel.engine.BpelProcess} -  Instance 2951 of {
 http://wso2.org/bps/sample}AdderService-8 has completed with fault:
 FaultData: [faultName={
 http://docs.oasis-open.org/wsbpel/2.0/process/executable}selectionFailure,
 faulType=null ({
 http://docs.oasis-open.org/wsbpel/2.0/process/executable}selectionFailure:
 No results for expression: 'ns:y' against '>>> encoding="UTF-8"?>

 http://service.wso2.org"/>')] @64
 {org.apache.ode.bpel.engine.BpelProcess}



 Thanks

 Godwin




 On Wed, Aug 27, 2014 at 12:13 PM, Hasitha Aravinda 
 wrote:

> What is the error your are getting in the wso2carbon.log ? could you
> please attach your BPEL sample ?
>
> Thanks,
> Hasitha.
>
>
> On Wed, Aug 27, 2014 at 12:09 PM, Godwin Amila Shrimal <
> god...@wso2.com> wrote:
>
>>  Hi,
>>
>> I am working on adder BPEL sample. Adder axis service is working
>> properly. I checked BPEL and its giving axis2ns1:selectionFailure error
>> when test it using Try it.
>>
>> Can any one let me know the reason for this ?
>>
>> Thanks
>> Godwin
>>
>>
>> --
>> *Godwin Amila Shrimal*
>>  Senior Software Engineer
>> WSO2 Inc.; http://wso2.com
>> lean.enterprise.middleware
>>
>> mobile: *+94772264165*
>> linkedin: *http://lnkd.in/KUum6D *
>> twitter: https://twitter.com/godwinamila
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Hasitha Aravinda,
> Software Engineer,
> WSO2 Inc.
> Email: hasi...@wso2.com
> Mobile: +94 71 8 210 200
>
>


 --
 *Godwin Amila Shrimal*
 Senior Software Engineer
 WSO2 Inc.; http://wso2.com
 lean.enterprise.middleware

 mobile: *+94772264165*
 linkedin: *http://lnkd.in/KUum6D *
 twitter: https://twitter.com/godwinamila

>>>
>>>
>>>
>>> --
>>> Hasitha Aravinda,
>>> Software Engineer,
>>> WSO2 Inc.
>>> Email: hasi...@wso2.com
>>> Mobile: +94 71 8 210 200
>>>
>>>
>>
>>
>> --
>> *Godwin Amila Shrimal*
>> Senior Software Engineer
>> WSO2 Inc.; http://wso2.com
>> lean.enterprise.middleware
>>
>> mobile: *+94772264165*
>> linkedin: *http://lnkd.in/KUum6D *
>> twitter: https://twitter.com/godwinamila
>>
>
>
>
> --
> Hasitha Aravinda,
> Software Engineer,
> WSO2 Inc.
> Email: hasi...@wso2.com
> Mobile: +94 71 8 210 200
>
>


-- 
*Godwin Amila Shrimal*
Senior Software Engineer
WSO2 Inc.; http://wso2.com
lean.enterprise.middleware

mobile: *+94772264165*
linkedin: *http://lnkd.in/KUum6D *
twitter: https://twitter.com/godwinamila
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Adder BPEL Sample - Issue

2014-08-27 Thread Hasitha Aravinda
Initialize CaclPLRequest variable and deploy sample again, this should fix
the selectionFailure issue.


On Wed, Aug 27, 2014 at 1:17 PM, Godwin Amila Shrimal 
wrote:

> Devs version is 3.7.0
>
>
> On Wed, Aug 27, 2014 at 12:53 PM, Hasitha Aravinda 
> wrote:
>
>> The variable "CaclPLRequest" is not initialized. That is why you are
>> getting selectionFailure.
>>
>> Usually when you do the variable assignment, BPEL editor asks whether do
>> you need to initialize the variables if that variable is not initialized
>> yet. What is the DevS version you are using ?
>>
>> Thanks,
>> Hasitha,
>>
>>
>> On Wed, Aug 27, 2014 at 12:25 PM, Godwin Amila Shrimal 
>> wrote:
>>
>>> Hi Hasitha,
>>>
>>> Please see below the error in the wso2carbon.log, I have attached both
>>> sample and wso2carbon.log file herewith.
>>>
>>> TID: [0] [BPS] [2014-08-27 12:20:48,899]  INFO
>>> {org.apache.ode.bpel.runtime.ASSIGN} -  Assignment Fault: {
>>> http://docs.oasis-open.org/wsbpel/2.0/process/executable}selectionFailure,lineNo=64,faultExplanation={http://docs.oasis-open.org/wsbpel/2.0/process/executable}selectionFailure:
>>> No results for expression: 'ns:y' against '>> encoding="UTF-8"?>
>>>
>>> http://service.wso2.org"/>'
>>> {org.apache.ode.bpel.runtime.ASSIGN}
>>>
>>> TID: [0] [BPS] [2014-08-27 12:20:48,911]  WARN
>>> {org.apache.ode.bpel.engine.BpelProcess} -  Instance 2951 of {
>>> http://wso2.org/bps/sample}AdderService-8 has completed with fault:
>>> FaultData: [faultName={
>>> http://docs.oasis-open.org/wsbpel/2.0/process/executable}selectionFailure,
>>> faulType=null ({
>>> http://docs.oasis-open.org/wsbpel/2.0/process/executable}selectionFailure:
>>> No results for expression: 'ns:y' against '>> encoding="UTF-8"?>
>>>
>>> http://service.wso2.org"/>')] @64
>>> {org.apache.ode.bpel.engine.BpelProcess}
>>>
>>>
>>>
>>> Thanks
>>>
>>> Godwin
>>>
>>>
>>>
>>>
>>> On Wed, Aug 27, 2014 at 12:13 PM, Hasitha Aravinda 
>>> wrote:
>>>
 What is the error your are getting in the wso2carbon.log ? could you
 please attach your BPEL sample ?

 Thanks,
 Hasitha.


 On Wed, Aug 27, 2014 at 12:09 PM, Godwin Amila Shrimal >>> > wrote:

>  Hi,
>
> I am working on adder BPEL sample. Adder axis service is working
> properly. I checked BPEL and its giving axis2ns1:selectionFailure error
> when test it using Try it.
>
> Can any one let me know the reason for this ?
>
> Thanks
> Godwin
>
>
> --
> *Godwin Amila Shrimal*
>  Senior Software Engineer
> WSO2 Inc.; http://wso2.com
> lean.enterprise.middleware
>
> mobile: *+94772264165*
> linkedin: *http://lnkd.in/KUum6D *
> twitter: https://twitter.com/godwinamila
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


 --
 Hasitha Aravinda,
 Software Engineer,
 WSO2 Inc.
 Email: hasi...@wso2.com
 Mobile: +94 71 8 210 200


>>>
>>>
>>> --
>>> *Godwin Amila Shrimal*
>>> Senior Software Engineer
>>> WSO2 Inc.; http://wso2.com
>>> lean.enterprise.middleware
>>>
>>> mobile: *+94772264165*
>>> linkedin: *http://lnkd.in/KUum6D *
>>> twitter: https://twitter.com/godwinamila
>>>
>>
>>
>>
>> --
>> Hasitha Aravinda,
>> Software Engineer,
>> WSO2 Inc.
>> Email: hasi...@wso2.com
>> Mobile: +94 71 8 210 200
>>
>>
>
>
> --
> *Godwin Amila Shrimal*
> Senior Software Engineer
> WSO2 Inc.; http://wso2.com
> lean.enterprise.middleware
>
> mobile: *+94772264165*
> linkedin: *http://lnkd.in/KUum6D *
> twitter: https://twitter.com/godwinamila
>



-- 
Hasitha Aravinda,
Software Engineer,
WSO2 Inc.
Email: hasi...@wso2.com
Mobile: +94 71 8 210 200
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Adder BPEL Sample - Issue

2014-08-27 Thread Godwin Amila Shrimal
Devs version is 3.7.0


On Wed, Aug 27, 2014 at 12:53 PM, Hasitha Aravinda  wrote:

> The variable "CaclPLRequest" is not initialized. That is why you are
> getting selectionFailure.
>
> Usually when you do the variable assignment, BPEL editor asks whether do
> you need to initialize the variables if that variable is not initialized
> yet. What is the DevS version you are using ?
>
> Thanks,
> Hasitha,
>
>
> On Wed, Aug 27, 2014 at 12:25 PM, Godwin Amila Shrimal 
> wrote:
>
>> Hi Hasitha,
>>
>> Please see below the error in the wso2carbon.log, I have attached both
>> sample and wso2carbon.log file herewith.
>>
>> TID: [0] [BPS] [2014-08-27 12:20:48,899]  INFO
>> {org.apache.ode.bpel.runtime.ASSIGN} -  Assignment Fault: {
>> http://docs.oasis-open.org/wsbpel/2.0/process/executable}selectionFailure,lineNo=64,faultExplanation={http://docs.oasis-open.org/wsbpel/2.0/process/executable}selectionFailure:
>> No results for expression: 'ns:y' against '> encoding="UTF-8"?>
>>
>> http://service.wso2.org"/>'
>> {org.apache.ode.bpel.runtime.ASSIGN}
>>
>> TID: [0] [BPS] [2014-08-27 12:20:48,911]  WARN
>> {org.apache.ode.bpel.engine.BpelProcess} -  Instance 2951 of {
>> http://wso2.org/bps/sample}AdderService-8 has completed with fault:
>> FaultData: [faultName={
>> http://docs.oasis-open.org/wsbpel/2.0/process/executable}selectionFailure,
>> faulType=null ({
>> http://docs.oasis-open.org/wsbpel/2.0/process/executable}selectionFailure:
>> No results for expression: 'ns:y' against '> encoding="UTF-8"?>
>>
>> http://service.wso2.org"/>')] @64
>> {org.apache.ode.bpel.engine.BpelProcess}
>>
>>
>>
>> Thanks
>>
>> Godwin
>>
>>
>>
>>
>> On Wed, Aug 27, 2014 at 12:13 PM, Hasitha Aravinda 
>> wrote:
>>
>>> What is the error your are getting in the wso2carbon.log ? could you
>>> please attach your BPEL sample ?
>>>
>>> Thanks,
>>> Hasitha.
>>>
>>>
>>> On Wed, Aug 27, 2014 at 12:09 PM, Godwin Amila Shrimal 
>>> wrote:
>>>
  Hi,

 I am working on adder BPEL sample. Adder axis service is working
 properly. I checked BPEL and its giving axis2ns1:selectionFailure error
 when test it using Try it.

 Can any one let me know the reason for this ?

 Thanks
 Godwin


 --
 *Godwin Amila Shrimal*
  Senior Software Engineer
 WSO2 Inc.; http://wso2.com
 lean.enterprise.middleware

 mobile: *+94772264165*
 linkedin: *http://lnkd.in/KUum6D *
 twitter: https://twitter.com/godwinamila

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev


>>>
>>>
>>> --
>>> Hasitha Aravinda,
>>> Software Engineer,
>>> WSO2 Inc.
>>> Email: hasi...@wso2.com
>>> Mobile: +94 71 8 210 200
>>>
>>>
>>
>>
>> --
>> *Godwin Amila Shrimal*
>> Senior Software Engineer
>> WSO2 Inc.; http://wso2.com
>> lean.enterprise.middleware
>>
>> mobile: *+94772264165*
>> linkedin: *http://lnkd.in/KUum6D *
>> twitter: https://twitter.com/godwinamila
>>
>
>
>
> --
> Hasitha Aravinda,
> Software Engineer,
> WSO2 Inc.
> Email: hasi...@wso2.com
> Mobile: +94 71 8 210 200
>
>


-- 
*Godwin Amila Shrimal*
Senior Software Engineer
WSO2 Inc.; http://wso2.com
lean.enterprise.middleware

mobile: *+94772264165*
linkedin: *http://lnkd.in/KUum6D *
twitter: https://twitter.com/godwinamila
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Adder BPEL Sample - Issue

2014-08-27 Thread Hasitha Aravinda
The variable "CaclPLRequest" is not initialized. That is why you are
getting selectionFailure.

Usually when you do the variable assignment, BPEL editor asks whether do
you need to initialize the variables if that variable is not initialized
yet. What is the DevS version you are using ?

Thanks,
Hasitha,


On Wed, Aug 27, 2014 at 12:25 PM, Godwin Amila Shrimal 
wrote:

> Hi Hasitha,
>
> Please see below the error in the wso2carbon.log, I have attached both
> sample and wso2carbon.log file herewith.
>
> TID: [0] [BPS] [2014-08-27 12:20:48,899]  INFO
> {org.apache.ode.bpel.runtime.ASSIGN} -  Assignment Fault: {
> http://docs.oasis-open.org/wsbpel/2.0/process/executable}selectionFailure,lineNo=64,faultExplanation={http://docs.oasis-open.org/wsbpel/2.0/process/executable}selectionFailure:
> No results for expression: 'ns:y' against ' encoding="UTF-8"?>
>
> http://service.wso2.org"/>'
> {org.apache.ode.bpel.runtime.ASSIGN}
>
> TID: [0] [BPS] [2014-08-27 12:20:48,911]  WARN
> {org.apache.ode.bpel.engine.BpelProcess} -  Instance 2951 of {
> http://wso2.org/bps/sample}AdderService-8 has completed with fault:
> FaultData: [faultName={
> http://docs.oasis-open.org/wsbpel/2.0/process/executable}selectionFailure,
> faulType=null ({
> http://docs.oasis-open.org/wsbpel/2.0/process/executable}selectionFailure:
> No results for expression: 'ns:y' against ' encoding="UTF-8"?>
>
> http://service.wso2.org"/>')] @64
> {org.apache.ode.bpel.engine.BpelProcess}
>
>
>
> Thanks
>
> Godwin
>
>
>
>
> On Wed, Aug 27, 2014 at 12:13 PM, Hasitha Aravinda 
> wrote:
>
>> What is the error your are getting in the wso2carbon.log ? could you
>> please attach your BPEL sample ?
>>
>> Thanks,
>> Hasitha.
>>
>>
>> On Wed, Aug 27, 2014 at 12:09 PM, Godwin Amila Shrimal 
>> wrote:
>>
>>>  Hi,
>>>
>>> I am working on adder BPEL sample. Adder axis service is working
>>> properly. I checked BPEL and its giving axis2ns1:selectionFailure error
>>> when test it using Try it.
>>>
>>> Can any one let me know the reason for this ?
>>>
>>> Thanks
>>> Godwin
>>>
>>>
>>> --
>>> *Godwin Amila Shrimal*
>>>  Senior Software Engineer
>>> WSO2 Inc.; http://wso2.com
>>> lean.enterprise.middleware
>>>
>>> mobile: *+94772264165*
>>> linkedin: *http://lnkd.in/KUum6D *
>>> twitter: https://twitter.com/godwinamila
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> Hasitha Aravinda,
>> Software Engineer,
>> WSO2 Inc.
>> Email: hasi...@wso2.com
>> Mobile: +94 71 8 210 200
>>
>>
>
>
> --
> *Godwin Amila Shrimal*
> Senior Software Engineer
> WSO2 Inc.; http://wso2.com
> lean.enterprise.middleware
>
> mobile: *+94772264165*
> linkedin: *http://lnkd.in/KUum6D *
> twitter: https://twitter.com/godwinamila
>



-- 
Hasitha Aravinda,
Software Engineer,
WSO2 Inc.
Email: hasi...@wso2.com
Mobile: +94 71 8 210 200
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Adder BPEL Sample - Issue

2014-08-26 Thread Hasitha Aravinda
What is the error your are getting in the wso2carbon.log ? could you please
attach your BPEL sample ?

Thanks,
Hasitha.


On Wed, Aug 27, 2014 at 12:09 PM, Godwin Amila Shrimal 
wrote:

> Hi,
>
> I am working on adder BPEL sample. Adder axis service is working properly.
> I checked BPEL and its giving axis2ns1:selectionFailure error when test
> it using Try it.
>
> Can any one let me know the reason for this ?
>
> Thanks
> Godwin
>
>
> --
> *Godwin Amila Shrimal*
>  Senior Software Engineer
> WSO2 Inc.; http://wso2.com
> lean.enterprise.middleware
>
> mobile: *+94772264165*
> linkedin: *http://lnkd.in/KUum6D *
> twitter: https://twitter.com/godwinamila
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
Hasitha Aravinda,
Software Engineer,
WSO2 Inc.
Email: hasi...@wso2.com
Mobile: +94 71 8 210 200
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev