Re: How to make ServiceBeans created by CXF Servlet to be in prototype or HTTP Session Scope

2010-06-21 Thread Balaji Sankar Chopparapu
10 at 2:57 PM, Daniel Kulp wrote: > >> >> >> I believe the easiest way to do it is to just use the Spring AOP stuff and >> set >> the bookService bean to be scope=session. Spring will handle the rest. >> >> Dan >> >> >> On Thursday

How to make ServiceBeans created by CXF Servlet to be in prototype or HTTP Session Scope

2010-06-17 Thread Balaji Sankar Chopparapu
Hi, We Observed Servicebeans created by "org.apache.cxf.transport.servlet.CXFServlet” is always singleton. How can I change their scope to prototype or in best case HTTP Session Scope? Please Suggest. *WEB.xml:* CXFServlet CXF Servlet