Re: CXF Service End Points reloaded every time in WebLogic

2008-04-07 Thread Tong Huang
f-user@incubator.apache.org To cxf-user@incubator.apache.org cc Tong <[EMAIL PROTECTED]> Subject Re: CXF Service End Points reloaded every time in WebLogic Everything I can think of really has nothing to do with CXF. 1) Timestamp on the war/ear is from a computer that has it's

Re: CXF Service End Points reloaded every time in WebLogic

2008-04-07 Thread Daniel Kulp
Everything I can think of really has nothing to do with CXF. 1) Timestamp on the war/ear is from a computer that has it's clock set wrong. Basically, if the war is "built in the future" according to the machine running weblogic, it might think the war has changed when it really hasn't. 2)

Re: CXF Service End Points reloaded every time in WebLogic

2008-04-07 Thread Glen Mazza
If that is the case, that means CXF is not the problem, it is some deployment option of Weblogic (i.e., you would have the same problem with *any* web application deployed on it, web services or graphical web app.) What I would do is skeletonize your web application (remove CXF and everything el

Re: CXF Service End Points reloaded every time in WebLogic

2008-04-07 Thread Tong
Hi Glen, In this case, what happens is that WebLogic unloads our web app altogether and reloads almost every time or every other time a new request comes in. When I traced into CXF source code, I see the "init" and "destroy" method of CXFServlet gets called all the time. Do you know anything t

Re: CXF Service End Points reloaded every time in WebLogic

2008-04-06 Thread Glen Mazza
I have not worked with this type of problem before. Possible guesses: 1.) Anything in our WebLogic docs[1] that may be relevant for your problem? 2.) We have two types of configuration for web services--via a cxf-servlet.xml file and directly through Spring configuration[2]. If you try the cxf-