NullPointerException in jaxrs.client.AbstractClient.setResponseBuilder when interceptor throws a fault

2013-09-29 Thread Mandy Warren
Hi, I am running some unit tests using local transport to see what happens when an interceptor throws a Fault. I was expecting to get a Response back with a status code of 500 but instead I get this: javax.ws.rs.client.ClientException: java.lang.NullPointerException > at > org.apache.cxf.jaxr

Issue with CXF Service on Glassfish with Camel

2013-09-29 Thread mhi_inc
Thank you in advance for your help. I was not sure if this mailing list or Camel is the best for my question. I'm building a web application that acts as a router to internal web services. Here are some details: 1) We are leveraging CXF 2.7.6 for the endpoints. 2) We are using Spring 3 for conf

Re: Applying interceptor to only some methods

2013-09-29 Thread Sergey Beryozkin
Sorry, https://issues.apache.org/jira/browse/CXF-4199 On 29/09/13 19:06, Sergey Beryozkin wrote: Vote for this JIRA please... Sergey On 29/09/13 19:03, Sergey Beryozkin wrote: Hi I've tried it on the trunk & CXF 2.7.8-SNAPSHOT, getPropertyNames does not throw NPE and returns an initialized col

Re: Applying interceptor to only some methods

2013-09-29 Thread Sergey Beryozkin
Vote for this JIRA please... Sergey On 29/09/13 19:03, Sergey Beryozkin wrote: Hi I've tried it on the trunk & CXF 2.7.8-SNAPSHOT, getPropertyNames does not throw NPE and returns an initialized collection, Get UriInfo from the context and check path parameters from it. Re supporting @Provider

Re: Applying interceptor to only some methods

2013-09-29 Thread Sergey Beryozkin
Hi I've tried it on the trunk & CXF 2.7.8-SNAPSHOT, getPropertyNames does not throw NPE and returns an initialized collection, Get UriInfo from the context and check path parameters from it. Re supporting @Provider - it is recognized, but no auto-discovery is done - I'm hoping to spend some