Service lifecycle method shutDown() is invoked twice
----------------------------------------------------
Key: AXIS2-1915
URL: http://issues.apache.org/jira/browse/AXIS2-1915
Project: Apache Axis 2.0 (Axis2)
Issue Type: Bug
Affects Versions: 1.1
Environment: Axis2 1.1
Reporter: Thilo Frotscher
When the Axis2 web application is shut down, the service lifecycle method
shutDown is invoked twice.
Note: this happens only if the service was deactivated and then reactivated
using the administration frontend!
So, to reproduce this do the following:
- deploy service with a service lifecycle class
- startup Axis2 web application
- lifecycle method startUp() is invoked
- use admin frontend to deactived the service
- reactivate the service
- shut down Axis2 web application
- lifecycle method shutDown() is invoked twice!
At another note: it seems to me that SimpleHTTPServer has problems loading
service lifecycle classes. My service archive (aar) works fine in Tomcat, but
when I try to use it with SimpleHTTPServer I get a ClassNotFoundException
because SimpleHTTPServer can't find my service lifecycle class... It's
definitely the same aar file...
Thanks.
--
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
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]