RE: svn commit: r736332 - in /cxf/trunk/rt/core: pom.xml src/main/java/org/apache/cxf/interceptor/PrettyLoggingOutInterceptor.java

2009-01-22 Thread Sean O'Callaghan
Probably is, was taking the patch submitted by the user. I didn't realize there was an issue with using jdom, what is it? Seán. -Original Message- From: Daniel Kulp [mailto:dk...@apache.org] Sent: 21 January 2009 18:55 To: dev@cxf.apache.org; sea...@apache.org Subject: Re: svn commit:

RE: svn commit: r736332 - in /cxf/trunk/rt/core: pom.xml src/main/java/org/apache/cxf/interceptor/PrettyLoggingOutInterceptor.java

2009-01-22 Thread Sean O'Callaghan
Thanks for that David. Seán. -Original Message- From: David Bosschaert [mailto:david.bosscha...@gmail.com] Sent: 21 January 2009 20:28 To: dev@cxf.apache.org Subject: Re: svn commit: r736332 - in /cxf/trunk/rt/core: pom.xml

Re: svn commit: r736332 - in /cxf/trunk/rt/core: pom.xml src/main/java/org/apache/cxf/interceptor/PrettyLoggingOutInterceptor.java

2009-01-22 Thread Daniel Kulp
On Thursday 22 January 2009 4:54:53 am Sean O'Callaghan wrote: Probably is, was taking the patch submitted by the user. I didn't realize there was an issue with using jdom, what is it? David knows the details. Something about one of the JDOM dependencies being problematic for Eclipse or

Re: [jira] Commented: (CXF-1991) Incomplete implementations of UriInfo and UriBuilder

2009-01-22 Thread amichalec
VM for (J)VM? E = VM^2 :) Seriously, I thought Java portability is also a case for builds/tests. I can get JAX-RS builds and test on Windows and I can live with w/o linux emulation :) cheers,andy Benson Margulies-4 wrote: VMware and a copy of linux? -- View this message in context:

UriBuilder.buildFromEncoded() spec interpretation

2009-01-22 Thread amichalec
Hi, JAX-RS specification 1.0 for UriBuilder.build(Object... values) says that All '%' characters in the stringified values will be encoded. This note matches behavior or URLEncoder, since % must be encoded anyway. My problem is that for UriBuilder.buildFromEncoded(Object... values) spec says All

StringIndexOutOfBoundsException with 2.0.9

2009-01-22 Thread Amar
Hello, We are trying upgrade our cxf version from 2.0.4-incubator to 2.0.9. We have updated all the dependencies required to pom.xml file. Seeing weird expection {XMLFault:{faultstring:java.lang.StringIndexOutOfBoundsException: String index out of range: -1}} Any idea why this appear. I can