[ 
https://issues.apache.org/jira/browse/AXIS2-1915?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Deepal Jayasinghe resolved AXIS2-1915.
--------------------------------------

    Resolution: Fixed

fixed the issue in the current code base

> Service lifecycle method shutDown() is invoked twice
> ----------------------------------------------------
>
>                 Key: AXIS2-1915
>                 URL: https://issues.apache.org/jira/browse/AXIS2-1915
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>    Affects Versions: 1.1
>         Environment: Axis2 1.1
>            Reporter: Thilo Frotscher
>         Assigned To: Deepal Jayasinghe
>
> 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.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to