Re: org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'cxf' is defined

2013-11-11 Thread Jason Pell
Always a good idea to indicate what version of cxf you are on for this kind of error. On Wed, Aug 14, 2013 at 2:39 AM, Gaetano Ciotola wrote: > Hello everyone, > I have developed dummy web service using CXF - jax-rs. > I have deployed on WebSphere 7. Everything works fine. > > My problem start

In Heavy visite CXF throw NullPointerException

2013-11-11 Thread ????????
In Heavy visite ,there is Exception,I can't find the reason in google. INFO: Initializing Spring root WebApplicationContext Nov 12, 2013 12:49:14 PM org.springframework.web.context.ContextLoader initWebApplicationContext INFO: Root WebApplicationContext: initialization started Nov 12, 2013 12:

Re: JAXBContextProxy - WSDL first CXF server - JAXB implementation collision with eclipselink MOXy JAXB

2013-11-11 Thread Daniel Kulp
Getting CXF to work with MOXy has been an ongoing battle for me for many months now. There has been some progress on trunk for 3.0 and I’m hoping that 3.0 will be able to use MOXy with some level of confidence. However, every time I try running things, I hit another MOXy bug that I end up l

Re: cxf deadlock with spring 3.2?

2013-11-11 Thread Daniel Kulp
Committed some fixes for this to the 2.7.x branch. Would be great if you could try the snapshots. Since it’s not easily reproduced, I’m not really sure it’s fixed. If you see it again, definitely get new stack traces to me. Dan On Nov 8, 2013, at 4:46 AM, Jason Pell wrote: > We use the

Re: Wait until services are published by DOSGI

2013-11-11 Thread Christian Schneider
Thanks David. That is also a good enhancement for our own dosgi itests. Christian Am 08.11.2013 14:52, schrieb David Bosschaert: Hi Adrian, You might want to try using an EndpointListener [1] or an RemoteServiceAdminListener [2]. You should be able to get callbacks through those once the remot

RE: multiple WS calls to the same URL as different user from same VM

2013-11-11 Thread Samo Dadela
Hi, I did not try HttpAsyncClient but just the normal HttpClient NTCredentials. Does this matter? I'm still getting 401 Unauthorized. I even tried to turn off chunking... The code: URL wsdlURL = new URL(getInstance().getClass().getClassLoader().getResource("wsdl/Lists.wsdl"

Re: Wait until services are published by DOSGI

2013-11-11 Thread Adrián Roselló Rey
Thanks a lot David, we solved our problem by using EndpointListener. All the best, 2013/11/8 David Bosschaert > Hi Adrian, > > You might want to try using an EndpointListener [1] or an > RemoteServiceAdminListener [2]. You should be able to get callbacks > through those once the remoting work

Re: org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'cxf' is defined

2013-11-11 Thread naveenreddy
I am also getting the same exception. Have you solved this... -- View this message in context: http://cxf.547215.n5.nabble.com/org-springframework-beans-factory-NoSuchBeanDefinitionException-No-bean-named-cxf-is-defined-tp5732311p5736254.html Sent from the cxf-user mailing list archive at Nabbl

Re: CXF RT Transports HTTP 2.7.8-SNAPSHOT dependency on... Swagger??!?

2013-11-11 Thread Sergey Beryozkin
Hi Francesco, On 11/11/13 07:52, Francesco Chicchiriccò wrote: On 10/11/2013 22:31, Sergey Beryozkin wrote: Hi Francesco Freeman worked on introducing a Swagger feature, you are right it should have been made optional, so this will have to be fixed asap. Hi Sergey, FTL, I've just updated & r