[Dev] [ESB] Problem with samples.

2013-12-02 Thread Maduranga Siriwardena
Hi all, I'm a intern of WSO2. I downloaded ESB 4.8.0 from atuwa [1] (Later I realized that the latest released version is 4.7.0) So I followed samples given in 4.7.0 documentation (with ESB version 4.8.0). In the sample 14 [2], when I add the bellow xml part in the synapse file and update from sour

[Dev] [ESB] Problem with samples

2013-12-04 Thread Maduranga Siriwardena
Hi all, When running the sample 101 [1] and 102 [2] of ESB 4.8, I don't get any response to the client. When I captured the packets from wireshark, I can see that the request is sent to ESB and ESB sends a CreateSequence message to axis2 server and axis2 server responds with a CreateSequenceRespons

Re: [Dev] [ESB] Problem with samples.

2013-12-03 Thread Samisa Abeysinghe
ESB 4.8.0 will be released soon (the pack is final) So try with the latest version and if it does not work, then file a bug in Jira. Thanks, Samisa... Samisa Abeysinghe Vice President Training WSO2 Inc. http://wso2.com On Tue, Dec 3, 2013 at 1:01 PM, Maduranga Siriwardena wrote: > Hi all,

Re: [Dev] [ESB] Problem with samples

2013-12-04 Thread Nirmal Fernando
There's a note there saying: *Important* Reliable Message only works with *Nhttp configuration*. ESB 4.8 by default uses Passthru Transport. So, that might be the reason. On Wed, Dec 4, 2013 at 3:32 PM, Maduranga Siriwardena wrote: > Hi all, > When running the sample 101 [1] and 102 [2] of ES

Re: [Dev] [ESB] Problem with samples

2013-12-04 Thread Maduranga Siriwardena
We have also tried with version 4.7. However is there any way to startup the sample servers (i.e. by running ./wso2esb-samples.sh) with the Nhttp configuration? On Wed, Dec 4, 2013 at 3:43 PM, Nirmal Fernando wrote: > There's a note there saying: > > *Important* > > Reliable Message only works

Re: [Dev] [ESB] Problem with samples

2013-12-04 Thread Samisa Abeysinghe
Search the docs for "enabling nhttp" and edit the sample server's conf accordingly. Thanks, Samisa... Samisa Abeysinghe Vice President Training WSO2 Inc. http://wso2.com On Wed, Dec 4, 2013 at 3:52 PM, Maduranga Siriwardena wrote: > We have also tried with version 4.7. However is there any

Re: [Dev] [ESB] Problem with samples.

2013-12-05 Thread Shafreen Anfar
Hi Maduranga, I tried it with ESB-4.8.0 and I also came-across the same issue. It seems there is a bug. However, the problem occurs when you refer the localentry from the sequence element, which is not a valid use-case. Because you can simply define a sequence and refer it without using a localent

Re: [Dev] [ESB] Problem with samples.

2013-12-05 Thread Samisa Abeysinghe
Is the bug in the sample? Thanks, Samisa... Samisa Abeysinghe Vice President Training WSO2 Inc. http://wso2.com On Fri, Dec 6, 2013 at 11:17 AM, Shafreen Anfar wrote: > Hi Maduranga, > > I tried it with ESB-4.8.0 and I also came-across the same issue. It seems > there is a bug. However, t

Re: [Dev] [ESB] Problem with samples.

2013-12-05 Thread Shafreen Anfar
Hi Samisa, No. It is a bug in ESB-4.8.0 and we filed the below JIRA to track this bug. https://wso2.org/jira/browse/ESBJAVA-2822 On Fri, Dec 6, 2013 at 11:19 AM, Samisa Abeysinghe wrote: > Is the bug in the sample? > > Thanks, > Samisa... > > > Samisa Abeysinghe > > Vice President Training > >

Re: [Dev] [ESB] Problem with samples.

2013-12-07 Thread Chanaka Fernando
Hi Shafreen, This is not merely a bug in ESB. It is a bug in sample synapse configuration. In the local entry definition, tag is missing in the synapse configuration. If you include this tag it will work without any issue. @Maduranga: try using the following configuration.

Re: [Dev] [ESB] Problem with samples.

2013-12-08 Thread Shafreen Anfar
Hi Chanaka, With all due respect, I tried the updated configuration in the wiki and it didn't work for me. Then I applied the provided patch and tried the scenario it didn't work either. Afterwards, I did some debugging to see what is exactly happening. When we refer the localentry within sequenc