Re: CXF 2.7 and Rest service

2013-02-14 Thread Sergey Beryozkin
Hi On 14/02/13 10:51, marcin.kasinski wrote: Hello. Is this bug fixed or not ? In cxf 2.7.3 I have the same error. Unfortunately the fixes which went into 2.7.2 and 2.7.3 did not eliminate the problem completely, CXF 2.7.4 has been confirmed independently to have resolved it - more

Re: CXF 2.7 and Rest service

2012-10-17 Thread Sergey Beryozkin
Hi This looks like the same (or similar) issue which was reported at https://issues.apache.org/jira/browse/CXF-4571 and the trace suggests that WSDiscoveryServerListener is loaded eagerly which is where NPE is originating. I guess JAXWS server bean may set a property to let the listener to

Re: CXF 2.7 and Rest service

2012-10-17 Thread Daniel Kulp
On Oct 17, 2012, at 4:13 PM, marcin.kasinski marcin.kasin...@gmail.com wrote: Sorry but I don't get it. Is it CXF bug or I should set something in my spring configuration to solve it ? CXF bug. You can remove the cxf-services-ws-discovery-service-2.7.0.jar from the lib dir and it should