Re: CXF-2926

2010-08-06 Thread Richard Opalka
Let me disagree Daniel. The main purpose of catalog feature is to "avoiding costly remote accesses". The missing catalog file shouldn't be the reason for throwing FileNotFoundException because it's a hint ;) Warning is more appropriate in this case (just my opinion). Richard PS: Anyway I'm goin

Out of memory error by jetty logs.

2010-08-06 Thread Naresh Tallapelli
Hi All, I am using cxf-2.2.7 version. When i send a request from client to server i am getting the following exception on the server after the response is sent to the client. After that subsequent requests are not getting processed by the server. 53421 2010-08-06 17:25:29,691 [btpool0-1] ERROR or

Re: NullPointerException on code generation

2010-08-06 Thread raflik-nb
I solved it myself. I had an unneeded dependency: org.apache.servicemix.camel org.apache.servicemix.camel.component ${servicemix.version} As I removed it, everything works fine. Dnia 5 sierpnia 2010 18:12 raflik-nb napisaƂ(a): > One projec