Hi, We recently moved from Axis 2 to CXF. We like it a lot with JAX-WS support and others. But we have trouble deploying into WebLogic 9.2.
What happened is that WebLogic is reloading our web app every (or every other) request, so that the init and destroy methods of CXFServlet gets called a lot. We have a singleton class which stores our own session information, and it gets unloaded too. Does anybody have any insight into this? Thanks Tong -- View this message in context: http://www.nabble.com/CXF-Service-End-Points-reloaded-every-time-in-WebLogic-9.2-tp16537533p16537533.html Sent from the cxf-dev mailing list archive at Nabble.com.
