You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Thilina Gunarathne (JIRA)" <ji...@apache.org> on 2007/06/11 08:47:25 UTC

[jira] Commented: (AXIS2-2626) HotUpdate fails on custom deployers

    [ https://issues.apache.org/jira/browse/AXIS2-2626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12503301 ] 

Thilina Gunarathne commented on AXIS2-2626:
-------------------------------------------

Putting the comment as requested by Deepal through the mailing list..

I would like to see a proper fix for this issue in the Axis2 1.3 release...

> HotUpdate fails on custom deployers
> -----------------------------------
>
>                 Key: AXIS2-2626
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2626
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>            Reporter: Thilina Gunarathne
>            Assignee: Deepal Jayasinghe
>            Priority: Critical
>
> >+    public static final int TYPE_SERVICE = 0;
> >+    public static final int TYPE_MODULE = 1;
> >+
> >    /**
> >     * To check whether the file is a module or a servise
> >     */
> >+    private int type = TYPE_SERVICE;
> Above make the hot deploy logic to treat all the deployed services as .aar or equivalent (TYPE_SERVICE).. Hot update on custom deployers fails to undeploy service before deploying again, which gives rise to an Exception.

-- 
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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org