Re: issue with HTTP response content length being set to CXF request length - causing truncated responses.

2010-04-02 Thread zigo
t of camel on the MacOSX. > Can you tell me how do get the Camel 2.3.0-SNAPSHOT ? > It will be helpful for use to trace the issue. > > Willem > > zigo wrote: >> What platform are you testing on? >> >> I have seen that this problem manifests only on MacOS, tests do

Re: issue with HTTP response content length being set to CXF request length - causing truncated responses.

2010-04-01 Thread zigo
> My test is working[1], I'm doubt there are something wrong with SNAPSHOT > publish. > > [1] http://svn.apache.org/viewvc?rev=929475&view=rev > > Willem > > zigo wrote: >> Willem, >> >> I have tried with the latest 2.3-SNAPSHOT, but

Re: issue with HTTP response content length being set to CXF request length - causing truncated responses.

2010-04-01 Thread zigo
rify > it. > > Willem > > zigo wrote: >> Willem, >> >> my route is this: >> >> http://camel.apache.org/schema/spring";> >> >> > uri=&qu

Re: issue with HTTP response content length being set to CXF request length - causing truncated responses.

2010-03-31 Thread zigo
mel endpoint, I'm afraid you > need to remove it you self. > > Willem > > zigo wrote: >> I am still having the same problem using: >> >> - Camel 2.2.0 >> - CXF 2.2.6 >> - Mac OS 10.6.2 >> >> Workaround (removing http header) work

Re: issue with HTTP response content length being set to CXF request length - causing truncated responses.

2010-03-30 Thread zigo
I am still having the same problem using: - Camel 2.2.0 - CXF 2.2.6 - Mac OS 10.6.2 Workaround (removing http header) works for me. Alberto wkeenan wrote: > > On Tue, Mar 2, 2010 at 3:35 AM, Willem Jiang > wrote: > >> Hi >> Can you check out the latest released Camel 2.2.0 ? >> > > work

Re: Request reply pattern with JMS and more replies to one request

2010-03-16 Thread zigo
g time, can you check if the gtMessageProcessor > take a long time to process the message? > > [1]http://camel.apache.org/producertemplate.html > > Willem > > zigo wrote: >> Hi everybody, >> >> I am trying to implement Request reply EIP using JMS and succe

Request reply pattern with JMS and more replies to one request

2010-03-15 Thread zigo
Hi everybody, I am trying to implement Request reply EIP using JMS and succeded quite easily, thanks to Camel power :-D Now I find myself in a strange situation: I need to implement this pattern where I have one request message and possibly more than one reply, correlated to the original request.

Re: Camel 2.0-M1 JUnit tests fail

2009-04-28 Thread zigo
Claus Ibsen-2 wrote: > > Hi > > Strange. The source from SVN does not have a new line at the end of > the dummy.txt file. > Maybe the maven release goals tamper with the files :) > > I guess it is a tar problem: I have read somewhere that unix-like systems silently add a newline character a

Camel 2.0-M1 JUnit tests fail

2009-04-28 Thread zigo
I have just downloaded Camel 2.0-M1 sources on my Mac (OS X 10.5.6) and issued 'mvn install'. The test org.apache.camel.converter.IOConverterTest fails because of a trailing line feed character in test file apache-camel-2.0-M1/src/camel-core/src/test/resources/org/apache/camel/converter/dummy.txt