This content has been marked as final.
Show 1 reply
-
1. Re: scope=session in jbossws-cxf
asoldano Nov 9, 2011 4:48 AM (in response to bapats)On JBossWS-CXF 3.4.0.GA, the JBossWSBusApplicationContext is used and that extends Apache CXF BusApplicationContext, which in turn extends ClassPathXmlApplicationContext.
Recently on JBossWS-CXF 4.0.0-SNAPSHOT I've changed the JBossWSSpringBusFactory to work basically the same way as the vanilla CXF spring bus factory, including using a user provided ApplicationContext if any. I didn't try this scenario you're on, but if you want to, you can use jboss AS 7.1.0.Beta2-SNAPSHOT and JBossWS-CXF 4.0.0-SNAPSHOT. Soon both will be released in any case.