Re: Synapse Build failure

2010-11-21 Thread Ranga Siriwardena
Thanks Supun. On Sun, Nov 21, 2010 at 7:54 PM, Amila Maha Arachchi wrote: > Thanks Supun. > > Amila. > > > On Sun, Nov 21, 2010 at 7:46 PM, Supun Kamburugamuva wrote: > >> I've changed HTTP Core version to 4.1. Please take a svn update. >> >> Thanks, >> Supun.. >> >> >> On Sun, Nov 21, 2010 at 7

Re: Synapse Build failure

2010-11-21 Thread Amila Maha Arachchi
Thanks Supun. Amila. On Sun, Nov 21, 2010 at 7:46 PM, Supun Kamburugamuva wrote: > I've changed HTTP Core version to 4.1. Please take a svn update. > > Thanks, > Supun.. > > > On Sun, Nov 21, 2010 at 7:41 PM, Supun Kamburugamuva wrote: > >> Since HTTP Core has released the 4.1 version we can mov

Re: Synapse Build failure

2010-11-21 Thread Supun Kamburugamuva
I've changed HTTP Core version to 4.1. Please take a svn update. Thanks, Supun.. On Sun, Nov 21, 2010 at 7:41 PM, Supun Kamburugamuva wrote: > Since HTTP Core has released the 4.1 version we can move to that version. > I'll update the version. > > Thanks, > Supun.. > > > On Sun, Nov 21, 2010 at

Re: Synapse Build failure

2010-11-21 Thread Supun Kamburugamuva
Since HTTP Core has released the 4.1 version we can move to that version. I'll update the version. Thanks, Supun.. On Sun, Nov 21, 2010 at 7:32 PM, Amila Maha Arachchi wrote: > Hi, > > I have checked these dependencies in the repository. But there is no > dependency by the version 4.1-beta3-SNAP

Re: Synapse Build failure

2010-11-21 Thread Amila Maha Arachchi
Hi, I have checked these dependencies in the repository. But there is no dependency by the version 4.1-beta3-SNAPSHOT. Instead there is 4.0-beta3-SNAPSHOT. I have put a separate email mentioning this. thanks, Amila. On Sun, Nov 21, 2010 at 2:54 PM, Ranga Siriwardena wrote: > > Hi, > > When bui

Re: Synapse Build failure

2010-11-21 Thread Heshan Suriyaarachchi
The branch version is 2.0 and we did not release it yet. On Sun, Nov 21, 2010 at 7:03 PM, Heshan Suriyaarachchi < heshan.suriyaarach...@gmail.com> wrote: > The trunk is having the version 2.1.0-SNAPSHOT. > > > On Sun, Nov 21, 2010 at 6:32 PM, Sanjiva Weerawarana < > sanj...@opensource.lk> wrote:

Re: Synapse Build failure

2010-11-21 Thread Heshan Suriyaarachchi
The trunk is having the version 2.1.0-SNAPSHOT. On Sun, Nov 21, 2010 at 6:32 PM, Sanjiva Weerawarana wrote: > 2.1.0-SNAPSHOT? Did we release 2.0 already?? > > Sanjiva. > > > On Sun, Nov 21, 2010 at 2:54 PM, Ranga Siriwardena wrote: > >> >> Hi, >> >> When building Appache-Synapse version- 2.1.0-S

Re: Synapse Build failure

2010-11-21 Thread Sanjiva Weerawarana
2.1.0-SNAPSHOT? Did we release 2.0 already?? Sanjiva. On Sun, Nov 21, 2010 at 2:54 PM, Ranga Siriwardena wrote: > > Hi, > > When building Appache-Synapse version- 2.1.0-SNAPSHOT, it gives following > error. What should I do to avoid the issue. > > > [ERROR] BUILD ERROR > [INFO] > --

Re: Synapse build failure???

2009-10-11 Thread Ruwan Linton
Andrease, I agree that the synapse extensions test case is failing due to an axiom change, (I didn't see this since I didn't build AXIOM locally) but the issue is nhttp transport is failing with the following error if you have a look at the build notifications.. http://hudson.zones.apache.org/hud

RE: Synapse build failure???

2009-10-11 Thread Hubert, Eric
> Isn't Hessian a binary protocol that should never have a charset? Yes, thinking about it - I think you are right. The content-type should always be only "x-application/Hessian", no charset. Regards, Eric

Re: Synapse build failure???

2009-10-11 Thread Andreas Veithen
Isn't Hessian a binary protocol that should never have a charset? Andreas On Sun, Oct 11, 2009 at 21:17, Hubert, Eric wrote: > Hi, > > Although I'm also not able to reproduce the test failure locally according to > the information Andreas has provided it looks quite obvious what is happening. >

RE: Synapse build failure???

2009-10-11 Thread Hubert, Eric
Hi, Although I'm also not able to reproduce the test failure locally according to the information Andreas has provided it looks quite obvious what is happening. The Synapse test case assumes that if the original request misses information about the charset encoding to use this will not change o

Re: Synapse build failure???

2009-10-11 Thread Andreas Veithen
Ruwan, It is not the HTTP transport that is failing on Hudson, it is a unit test in synapse-extensions, which is broken because of a change in Axiom done by someone from IBM; see SYNAPSE-590. Andreas On Sun, Oct 11, 2009 at 18:29, Ruwan Linton wrote: > Oleg, the thing is I am also not seeing a

Re: Synapse build failure???

2009-10-11 Thread Ruwan Linton
Oleg, the thing is I am also not seeing a test failure, but Hudson is blaming us :-) I was trying to reproduce the error... ScriptMediatorTests are failing to me because I am on JDK-1.6 but not nhttp transport. Not sure why that is failing on Hudson? :-(, I don't think your changes broke any test

Re: Synapse build failure???

2009-10-11 Thread Oleg Kalnichevski
Ruwan Linton wrote: Folks, Does anybody seeing synapse nhttp transport test failures locally?? Thanks, Ruwan I am seeing several ERROR priority logs but tests are marked as passed nonetheless. It is quite possible my latest patch broke stuff, but I was seeing the same error logs before mak