RE: move up to springframework 2.5.6?

2009-11-04 Thread Eamonn Dwyer
everyone harmonises on 2.5.7. Regards Eamonn > From: dk...@apache.org > To: dev@cxf.apache.org > Subject: Re: move up to springframework 2.5.6? > Date: Wed, 4 Nov 2009 11:04:57 -0500 > CC: eamdwyer...@hotmail.com > > On Wed November 4 2009 10:43:38 am Eamonn Dwyer wrote: > &g

move up to springframework 2.5.6?

2009-11-04 Thread Eamonn Dwyer
Hi is there a reason we are using version 2.5.5 of spring framework? I think servicemix and camel have already moved on up to 2.5.6, so would it be a good idea to upgrade to both stay in synch with them and also to avail of any bug fixes. Regards Eamonn

RE: How do I write and test a sample?

2009-09-16 Thread Eamonn Dwyer
Hi Christian for part 1 of the issue could you do something like this to your pom.xml to copy the libs prior to building/running the demo. maven-antrun-plugin copylibs install

RE: Capturing Jms headers data

2009-09-11 Thread Eamonn Dwyer
ail.com > To: dev@cxf.apache.org > Subject: Re: Capturing Jms headers data > > Hi, > > > Eamonn Dwyer wrote: > > Hi > > I would like to write an interceptor to capture all the JMS header data. > > Would the following work? > > > > for an i

Capturing Jms headers data

2009-09-10 Thread Eamonn Dwyer
Hi I would like to write an interceptor to capture all the JMS header data. Would the following work? for an inbound interceptor at the server side ... String buffer = new StringBuffer(); JMSMessageHeadersType jmsMessageHeadersType = (JMSMessageHeadersType)message.ge

CachedOutputStreamCallback question

2009-08-17 Thread Eamonn Dwyer
Hi I may be missin git but I can't find documentation around the use of a CachedOutputStreamCallback so I would like some clarification on its use. From debugging, it looks like it would typically be used to as a mechanism to do some last bits of work just before an invocation is made on the

RE: Capturing the JaxRS outbound request data

2009-08-07 Thread Eamonn Dwyer
outbound message on the client side ? > > > connection.getResponseCode() > > I thought your latest patch has fixed it ? > > thanks, Sergey > > > Eamonn Dwyer-2 wrote: > > > > > > Hi > > is there a way of getting the exact stream of data

Capturing the JaxRS outbound request data

2009-08-06 Thread Eamonn Dwyer
Hi is there a way of getting the exact stream of data sent by a JaxRS client to the service. As far as I can make out the JaxRS client populates the HttpURLConnection directly with the data and the call to connection.getResponseCode() results in the HttpURLConnection marshalling up the data an

RE: a question when I run the JUnit test in eclipse.

2009-06-08 Thread Eamonn Dwyer
I wonder is it actually an issue with the spaces or have you just exceeded a max path length in windows : looking at the error below it looks like your classspath is truncated in a strange way at activeio-c... If that is the issue - I tend to use c:\.m2 as my local repo dir to overcome such pat

RE: wsdl2java -p option change

2009-03-30 Thread Eamonn Dwyer
ssage- From: Daniel Kulp [mailto:dk...@apache.org] Sent: 30 March 2009 15:11 To: dev@cxf.apache.org Cc: Eamonn Dwyer Subject: Re: wsdl2java -p option change Eamonn, On Mon March 30 2009 9:25:23 am Eamonn Dwyer wrote: > It looks like the use of the -p flag with wsdl2java has changed dor cxf >

wsdl2java -p option change

2009-03-30 Thread Eamonn Dwyer
Hi It looks like the use of the -p flag with wsdl2java has changed dor cxf 2.2. Now it reports "-p option cannot be used when wsdl contains mutiple schemas" for my wsdl, even though the wsdl compiles with version 2.1.4. The wsdl in question does import other schema, so I reckon that this i

RE: Status of 2.2......

2009-03-12 Thread Eamonn Dwyer
Hi Dan I've just included the fixes I have as a patch to CXF-2111 Regards Eamonn -Original Message- From: Daniel Kulp [mailto:dk...@apache.org] Sent: 12 March 2009 18:37 To: dev@cxf.apache.org Subject: Status of 2.2.. Just wanted to give an update on my status for getting 2.2 out.

RE: Failure when building CXF trunk

2009-02-23 Thread Eamonn Dwyer
Hi David I don't see any mention of in my buildtools pom. Have you got a clean checkout or did you just update a previous checkout? Something may be stale on your machine. Please try a clean checkout and maybe delete your cxf entry in your local repository to see if you still have the problem. Re