Service lifecycle methods are called in each request
----------------------------------------------------

         Key: AXIS-2244
         URL: http://issues.apache.org/jira/browse/AXIS-2244
     Project: Apache Axis
        Type: Bug
    Versions: 1.2.1    
 Environment: Fedora, tomcat5, axis 1.2.1
    Reporter: Petr Steckovic


Hello,
I have problem with using service lifecycle methods
(javax.xml.rpc.server.ServiceLifecycle).
I tried lifecycle methods under sun JAX-RPC and everything works fine.
init(...) and destroy() methods are correctly called once in service
lifecycle.

In case of axis (release 2.1 final) init(...) and destroy() methods are
called before and after each request. It cannot be
used for initializing and deinitalizing whole application.

Thank you
  Petr Steckovic

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to