Re: cxf-2.0.5 snapshot fails with scope=session

2008-03-31 Thread Vassilis Virvilis
On Friday 28 March 2008, Daniel Kulp wrote: Did you by any chance modify your 2.0.4 lib directory to include the spring aop stuff (and cglib)? If so, you will need to do the same for 2.0.5. If I replace the 2.0.5 spring jars with the everything spring jar and add cglib-nodeps, then

Re: cxf-2.0.5 snapshot fails with scope=session

2008-03-31 Thread Ian Roberts
Vassilis Virvilis wrote: So I suppose the trick is spring-aop-2.0.8.jar and the cglib? May I ask what's the reason apache-cxf does not bundle them? Because it doesn't need them. They are needed in your case because of the aop:scoped-proxy/, but nothing in the default configuration of CXF

Re: cxf-2.0.5 snapshot fails with scope=session

2008-03-28 Thread Vassilis Virvilis
On Thursday 27 March 2008, Daniel Kulp wrote: Any chance you could creaet a small HelloWorld war or similar that demonstrates the problem? Hearing that something worked in 2.0.4, but doesn't in 2.0.5 really concerns me. I'd like to track that down, but a test case would be a HUGE help.

Re: cxf-2.0.5 snapshot fails with scope=session

2008-03-28 Thread Daniel Kulp
On Friday 28 March 2008, Vassilis Virvilis wrote: On Thursday 27 March 2008, Daniel Kulp wrote: Any chance you could creaet a small HelloWorld war or similar that demonstrates the problem? Hearing that something worked in 2.0.4, but doesn't in 2.0.5 really concerns me. I'd like to track

Re: cxf-2.0.5 snapshot fails with scope=session

2008-03-28 Thread Daniel Kulp
Did you by any chance modify your 2.0.4 lib directory to include the spring aop stuff (and cglib)? If so, you will need to do the same for 2.0.5. If I replace the 2.0.5 spring jars with the everything spring jar and add cglib-nodeps, then your sample works fine with 2.0.5 and 2.0.4.

cxf-2.0.5 snapshot fails with scope=session

2008-03-27 Thread Vassilis Virvilis
Following the post http://www.nabble.com/Share-object-in-request-scope-on-ws-server-td14611572.html and upgrading cxf-2.0.4 with the spring libraries of 2.0.8 I was able to make my service work serverside only. But If I try cxf-2.0.5 which has spring-2.0.8 I am getting again. SEVERE: Context

Re: cxf-2.0.5 snapshot fails with scope=session

2008-03-27 Thread Ian Roberts
Vassilis Virvilis wrote: Following the post http://www.nabble.com/Share-object-in-request-scope-on-ws-server-td14611572.html and upgrading cxf-2.0.4 with the spring libraries of 2.0.8 I was able to make my service work serverside only. But If I try cxf-2.0.5 which has spring-2.0.8 I am

Re: cxf-2.0.5 snapshot fails with scope=session

2008-03-27 Thread Vassilis Virvilis
On Thursday 27 March 2008, Ian Roberts wrote: Vassilis Virvilis wrote: Following the post http://www.nabble.com/Share-object-in-request-scope-on-ws-server-td14611572.html and upgrading cxf-2.0.4 with the spring libraries of 2.0.8 I was able to make my service work serverside only.

Re: cxf-2.0.5 snapshot fails with scope=session

2008-03-27 Thread Ian Roberts
Vassilis Virvilis wrote: ?xml version=1.0? !DOCTYPE web-app PUBLIC -//Sun Microsystems, Inc.//DTD Web Application 2.3//EN http://java.sun.com/dtd/web-app_2_3.dtd; I notice you're using a Servlet 2.3 web.xml - what servlet container are you using? The RequestContextListener only works with a

Re: cxf-2.0.5 snapshot fails with scope=session

2008-03-27 Thread Vassilis Virvilis
On Thursday 27 March 2008, Ian Roberts wrote: Vassilis Virvilis wrote: ?xml version=1.0? !DOCTYPE web-app PUBLIC -//Sun Microsystems, Inc.//DTD Web Application 2.3//EN http://java.sun.com/dtd/web-app_2_3.dtd; I notice you're using a Servlet 2.3 web.xml - what servlet container are