Re: JUnit test with local transport failing to find hibernate session

2007-10-10 Thread Gilles Durys
dispatch, no content is set on the message. -- Gilles Durys

Re: JUnit test with local transport failing to find hibernate session

2007-09-21 Thread Gilles Durys
(RemoteTestRunner.java:673) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:386) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:196) -- Gilles Durys

Re: JUnit test with local transport failing to find hibernate session

2007-09-20 Thread Gilles Durys
(LocalConduit.DIRECT_DISPATCH, true); } Thank you for your advice. But my service is an instance of org.apache.cxf.jaxws.EndpointImpl so this snippet doesn't work. -- Gilles Durys Developer Work : +32 10 83 21 12 Mobile : +32 498 88 21 12 E-mail : [EMAIL PROTECTED] Visit our website : http

JUnit test with local transport failing to find hibernate session

2007-09-19 Thread Gilles Durys
Hi, I developed a web service in a cxf-spring-hibernat environment. It runs in Tomcat fine. I also wrote some Junit tests that use the same web service with a local transport. Within these tests, the DAOs fail to find an Hibernate session. Has anyone a lead on why this fail? Thanks, -- Gilles