Servlet web service is created once and destroyed many times
------------------------------------------------------------

         Key: GERONIMO-1583
         URL: http://issues.apache.org/jira/browse/GERONIMO-1583
     Project: Geronimo
        Type: Bug
  Components: web, webservices  
    Versions: 1.0    
    Reporter: Aaron Mulder
     Fix For: 1.0.1, 1.1


I deployed a servlet-based web service that implements ServiceLifecycle.  I 
called another servlet that invoked the web service three times (calling one 
method once and a different method twice).  I put printlns in the init and 
destroy methods and got:

Web Services Servlet initialized
Web Services Servlet destroyed
Web Services Servlet destroyed
Web Services Servlet destroyed

I don't know if it was the same instance or different instances, but I assume 
it should not be destroyed more often than it is initialized.

-- 
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