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/19 14:46:25 UTC

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

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

Thilina Gunarathne reopened AXIS2-2626:
---------------------------------------


What's fixed in the revision 547760 does not fix Jira-2626 ... Rather it breaks the things again, as you have even removed the workaround I have put.. Now once again "HotUpdate" fails miserably on custom deployers ..

This Jira is not about the *extension*...   It is about "*HotUpdate* failing on custom deployers"..  
You have also removed the workaround which I used to get the hotUpdate working :(.. 

Thanks,
Thilina

[1] http://svn.apache.org/viewvc?view=rev&rev=547760

> 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: Blocker
>
> >+    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