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 "Angel Todorov (JIRA)" <ji...@apache.org> on 2007/02/19 09:25:05 UTC

[jira] Created: (AXIS2-2212) Deployment patches

Deployment patches
------------------

                 Key: AXIS2-2212
                 URL: https://issues.apache.org/jira/browse/AXIS2-2212
             Project: Axis 2.0 (Axis2)
          Issue Type: Improvement
          Components: deployment
         Environment: JDK 1.5, Tomcat 5.5.20, Windows XP, Axis 2 HEAD revision.
            Reporter: Angel Todorov


These modifications provide functionality for:

1) propagating exceptions up
2) remote deployment via the method updateRemote() in the repo listener.

The remote deployment can be achieved by obtaining the repoListener
instance from the WarBasedConfigurator in the AxisServlet, and calling
updateRemote() , after the remotely received file has been copied in
the services dir. This allows for immediate feedback but must be
syncronized with the Scheduler that is constantly running for
hot-deployment.

Best,
Angel

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


RE: [jira] Commented: (AXIS2-2212) Deployment patches

Posted by cuiguodong <cu...@hotmail.com>.
hi:
  I don't konw why not deploy the axis2.war in weblogic8.1 successfully!
  
  It aways raise some exceptions: 
"    




Exception:weblogic.management.ApplicationException: prepare failed for axis2 Module: axis2 Error: Could not load axis2: java.lang.StringIndexOutOfBoundsException: String index out of range: -1 

[Deployer:149033]preparing application axis2 on myserver 
[Deployer:149033]failed application axis2 on myserver 
[Deployer:149034]An exception occurred for task [Deployer:149026]Deploy application axis2 on myserver.: Exception:weblogic.management.ApplicationException: prepare failed for axis2 Module: axis2 Error: Could not load axis2: java.lang.StringIndexOutOfBoundsException: String index out of range: -1 ."
 why?
 
  My Environment : jdk1.4.03 weblogic8.1, windows, axis.war.
 
 pls help me resolve this problem.
 
 think you very much! Think you!
 
 
 
 Now being anxious!
 
 
 
 
 
 
 
> Date: Sun, 17 Aug 2008 22:53:44 -0700> From: jira@apache.org> To: axis-dev@ws.apache.org> Subject: [jira] Commented: (AXIS2-2212) Deployment patches> > > [ https://issues.apache.org/jira/browse/AXIS2-2212?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12623263#action_12623263 ] > > Nandana Mihindukulasooriya commented on AXIS2-2212:> ---------------------------------------------------> > Hi Angel,> It seems that some of your changes in the patch are in the trunk while some exception propagation left behind. Can you attach patch against current SVN head. > > thanks,> nandana> > > Deployment patches> > ------------------> >> > Key: AXIS2-2212> > URL: https://issues.apache.org/jira/browse/AXIS2-2212> > Project: Axis 2.0 (Axis2)> > Issue Type: Improvement> > Components: deployment> > Environment: JDK 1.5, Tomcat 5.5.20, Windows XP, Axis 2 HEAD revision.> > Reporter: Angel Todorov> > Attachments: diff_Deployer.txt, diff_DeploymentEngine.tx
 t, diff_RepositoryListener.txt, diff_ServiceDeployer.txt, diff_WSInfoList.txt, svn_diff.txt> >> >> > These modifications provide functionality for:> > 1) propagating exceptions up> > 2) remote deployment via the method updateRemote() in the repo listener.> > The remote deployment can be achieved by obtaining the repoListener> > instance from the WarBasedConfigurator in the AxisServlet, and calling> > updateRemote() , after the remotely received file has been copied in> > the services dir. This allows for immediate feedback but must be> > syncronized with the Scheduler that is constantly running for> > hot-deployment.> > Best,> > Angel> > -- > 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> 
_________________________________________________________________
一点即聊,MSN推出新功能“点我!”
http://im.live.cn/click/

[jira] Updated: (AXIS2-2212) Deployment patches

Posted by "Angel Todorov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-2212?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Angel Todorov updated AXIS2-2212:
---------------------------------

    Attachment: diff_Deployer.txt

Deployer.java diffs

> Deployment patches
> ------------------
>
>                 Key: AXIS2-2212
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2212
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Improvement
>          Components: deployment
>         Environment: JDK 1.5, Tomcat 5.5.20, Windows XP, Axis 2 HEAD revision.
>            Reporter: Angel Todorov
>         Attachments: diff_Deployer.txt, diff_DeploymentEngine.txt, diff_RepositoryListener.txt, diff_ServiceDeployer.txt
>
>
> These modifications provide functionality for:
> 1) propagating exceptions up
> 2) remote deployment via the method updateRemote() in the repo listener.
> The remote deployment can be achieved by obtaining the repoListener
> instance from the WarBasedConfigurator in the AxisServlet, and calling
> updateRemote() , after the remotely received file has been copied in
> the services dir. This allows for immediate feedback but must be
> syncronized with the Scheduler that is constantly running for
> hot-deployment.
> Best,
> Angel

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


[jira] Commented: (AXIS2-2212) Deployment patches

Posted by "Angel Todorov (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-2212?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12477231 ] 

Angel Todorov commented on AXIS2-2212:
--------------------------------------

Hi Deepal,

If you are not sure about how the remote deployment may work from a client, i can attach some full example when a client calls remotely deployment/undeployment, and the necessary config modifications apart from the changes above. I have tested the deployment many times , using simultaneous clients (both remote and file system dropping at the same time), and didn't encountered any problems up to now.

Thanks.

Best Regards,
Angel

> Deployment patches
> ------------------
>
>                 Key: AXIS2-2212
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2212
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Improvement
>          Components: deployment
>         Environment: JDK 1.5, Tomcat 5.5.20, Windows XP, Axis 2 HEAD revision.
>            Reporter: Angel Todorov
>         Attachments: diff_Deployer.txt, diff_DeploymentEngine.txt, diff_RepositoryListener.txt, diff_ServiceDeployer.txt, diff_WSInfoList.txt, svn_diff.txt
>
>
> These modifications provide functionality for:
> 1) propagating exceptions up
> 2) remote deployment via the method updateRemote() in the repo listener.
> The remote deployment can be achieved by obtaining the repoListener
> instance from the WarBasedConfigurator in the AxisServlet, and calling
> updateRemote() , after the remotely received file has been copied in
> the services dir. This allows for immediate feedback but must be
> syncronized with the Scheduler that is constantly running for
> hot-deployment.
> Best,
> Angel

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


[jira] Resolved: (AXIS2-2212) Deployment patches

Posted by "Davanum Srinivas (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-2212?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Davanum Srinivas resolved AXIS2-2212.
-------------------------------------

    Resolution: Fixed

Marking as resolved since the patches are already committed.

thanks,
dims

> Deployment patches
> ------------------
>
>                 Key: AXIS2-2212
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2212
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Improvement
>          Components: deployment
>         Environment: JDK 1.5, Tomcat 5.5.20, Windows XP, Axis 2 HEAD revision.
>            Reporter: Angel Todorov
>         Attachments: diff_Deployer.txt, diff_DeploymentEngine.txt, diff_RepositoryListener.txt, diff_ServiceDeployer.txt, diff_WSInfoList.txt, svn_diff.txt
>
>
> These modifications provide functionality for:
> 1) propagating exceptions up
> 2) remote deployment via the method updateRemote() in the repo listener.
> The remote deployment can be achieved by obtaining the repoListener
> instance from the WarBasedConfigurator in the AxisServlet, and calling
> updateRemote() , after the remotely received file has been copied in
> the services dir. This allows for immediate feedback but must be
> syncronized with the Scheduler that is constantly running for
> hot-deployment.
> Best,
> Angel

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


[jira] Commented: (AXIS2-2212) Deployment patches

Posted by "Deepal Jayasinghe (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-2212?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12476830 ] 

Deepal Jayasinghe commented on AXIS2-2212:
------------------------------------------

At the initial development time we thought not to terminate Axis2 if someone deploy a faulty service. As I can in your patch what you have done is throw the exception if something goes wrong.

I am not totally happy with doing that , at least we need to have a parameter to control the behavior. Something like
<parameter name="terminateOnError">true</terminateOnError>

> Deployment patches
> ------------------
>
>                 Key: AXIS2-2212
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2212
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Improvement
>          Components: deployment
>         Environment: JDK 1.5, Tomcat 5.5.20, Windows XP, Axis 2 HEAD revision.
>            Reporter: Angel Todorov
>         Attachments: diff_Deployer.txt, diff_DeploymentEngine.txt, diff_RepositoryListener.txt, diff_ServiceDeployer.txt, diff_WSInfoList.txt, svn_diff.txt
>
>
> These modifications provide functionality for:
> 1) propagating exceptions up
> 2) remote deployment via the method updateRemote() in the repo listener.
> The remote deployment can be achieved by obtaining the repoListener
> instance from the WarBasedConfigurator in the AxisServlet, and calling
> updateRemote() , after the remotely received file has been copied in
> the services dir. This allows for immediate feedback but must be
> syncronized with the Scheduler that is constantly running for
> hot-deployment.
> Best,
> Angel

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


[jira] Commented: (AXIS2-2212) Deployment patches

Posted by "Angel Todorov (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-2212?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12477240 ] 

Angel Todorov commented on AXIS2-2212:
--------------------------------------

Hi Deepal,

Thanks very much.

Best Regards,
Angel

> Deployment patches
> ------------------
>
>                 Key: AXIS2-2212
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2212
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Improvement
>          Components: deployment
>         Environment: JDK 1.5, Tomcat 5.5.20, Windows XP, Axis 2 HEAD revision.
>            Reporter: Angel Todorov
>         Attachments: diff_Deployer.txt, diff_DeploymentEngine.txt, diff_RepositoryListener.txt, diff_ServiceDeployer.txt, diff_WSInfoList.txt, svn_diff.txt
>
>
> These modifications provide functionality for:
> 1) propagating exceptions up
> 2) remote deployment via the method updateRemote() in the repo listener.
> The remote deployment can be achieved by obtaining the repoListener
> instance from the WarBasedConfigurator in the AxisServlet, and calling
> updateRemote() , after the remotely received file has been copied in
> the services dir. This allows for immediate feedback but must be
> syncronized with the Scheduler that is constantly running for
> hot-deployment.
> Best,
> Angel

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


[jira] Commented: (AXIS2-2212) Deployment patches

Posted by "Deepal Jayasinghe (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-2212?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12477239 ] 

Deepal Jayasinghe commented on AXIS2-2212:
------------------------------------------

applied the patch

> Deployment patches
> ------------------
>
>                 Key: AXIS2-2212
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2212
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Improvement
>          Components: deployment
>         Environment: JDK 1.5, Tomcat 5.5.20, Windows XP, Axis 2 HEAD revision.
>            Reporter: Angel Todorov
>         Attachments: diff_Deployer.txt, diff_DeploymentEngine.txt, diff_RepositoryListener.txt, diff_ServiceDeployer.txt, diff_WSInfoList.txt, svn_diff.txt
>
>
> These modifications provide functionality for:
> 1) propagating exceptions up
> 2) remote deployment via the method updateRemote() in the repo listener.
> The remote deployment can be achieved by obtaining the repoListener
> instance from the WarBasedConfigurator in the AxisServlet, and calling
> updateRemote() , after the remotely received file has been copied in
> the services dir. This allows for immediate feedback but must be
> syncronized with the Scheduler that is constantly running for
> hot-deployment.
> Best,
> Angel

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


[jira] Updated: (AXIS2-2212) Deployment patches

Posted by "Angel Todorov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-2212?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Angel Todorov updated AXIS2-2212:
---------------------------------

    Attachment: diff_RepositoryListener.txt

RepositoryListener.java diffs

> Deployment patches
> ------------------
>
>                 Key: AXIS2-2212
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2212
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Improvement
>          Components: deployment
>         Environment: JDK 1.5, Tomcat 5.5.20, Windows XP, Axis 2 HEAD revision.
>            Reporter: Angel Todorov
>         Attachments: diff_Deployer.txt, diff_DeploymentEngine.txt, diff_RepositoryListener.txt, diff_ServiceDeployer.txt
>
>
> These modifications provide functionality for:
> 1) propagating exceptions up
> 2) remote deployment via the method updateRemote() in the repo listener.
> The remote deployment can be achieved by obtaining the repoListener
> instance from the WarBasedConfigurator in the AxisServlet, and calling
> updateRemote() , after the remotely received file has been copied in
> the services dir. This allows for immediate feedback but must be
> syncronized with the Scheduler that is constantly running for
> hot-deployment.
> Best,
> Angel

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


[jira] Reopened: (AXIS2-2212) Deployment patches

Posted by "Angel Todorov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-2212?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Angel Todorov reopened AXIS2-2212:
----------------------------------


Hi guys,

These fixes don't seem to be present in Axis 1.3 (the official release), but they were there in 1.2. Could you please re-submit / merge them ? Thanks very much in advance. 

Regards,
Angel

> Deployment patches
> ------------------
>
>                 Key: AXIS2-2212
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2212
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Improvement
>          Components: deployment
>         Environment: JDK 1.5, Tomcat 5.5.20, Windows XP, Axis 2 HEAD revision.
>            Reporter: Angel Todorov
>         Attachments: diff_Deployer.txt, diff_DeploymentEngine.txt, diff_RepositoryListener.txt, diff_ServiceDeployer.txt, diff_WSInfoList.txt, svn_diff.txt
>
>
> These modifications provide functionality for:
> 1) propagating exceptions up
> 2) remote deployment via the method updateRemote() in the repo listener.
> The remote deployment can be achieved by obtaining the repoListener
> instance from the WarBasedConfigurator in the AxisServlet, and calling
> updateRemote() , after the remotely received file has been copied in
> the services dir. This allows for immediate feedback but must be
> syncronized with the Scheduler that is constantly running for
> hot-deployment.
> Best,
> Angel

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


[jira] Updated: (AXIS2-2212) Deployment patches

Posted by "Angel Todorov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-2212?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Angel Todorov updated AXIS2-2212:
---------------------------------

    Attachment: svn_diff.txt

Hi Deepal,

Here is the SVN diff output. Sorry, I didn't include it in the first place but attached separate diffs instead.

Best Regards,
Angel

> Deployment patches
> ------------------
>
>                 Key: AXIS2-2212
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2212
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Improvement
>          Components: deployment
>         Environment: JDK 1.5, Tomcat 5.5.20, Windows XP, Axis 2 HEAD revision.
>            Reporter: Angel Todorov
>         Attachments: diff_Deployer.txt, diff_DeploymentEngine.txt, diff_RepositoryListener.txt, diff_ServiceDeployer.txt, diff_WSInfoList.txt, svn_diff.txt
>
>
> These modifications provide functionality for:
> 1) propagating exceptions up
> 2) remote deployment via the method updateRemote() in the repo listener.
> The remote deployment can be achieved by obtaining the repoListener
> instance from the WarBasedConfigurator in the AxisServlet, and calling
> updateRemote() , after the remotely received file has been copied in
> the services dir. This allows for immediate feedback but must be
> syncronized with the Scheduler that is constantly running for
> hot-deployment.
> Best,
> Angel

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


[jira] Commented: (AXIS2-2212) Deployment patches

Posted by "Angel Todorov (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-2212?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12476853 ] 

Angel Todorov commented on AXIS2-2212:
--------------------------------------

Hi Deepal, 

What do you mean by "terminate Axis2"? Axis2 is not "terminated" no matter how faulty services are deployed. This is just a means of not just logging the errors but reporting them. As you can see, everywhere where deployment calls are made internally, the exceptions are catched. What is the issue with that ? Thanks for the feedback.

Best Regards,
Angel

> Deployment patches
> ------------------
>
>                 Key: AXIS2-2212
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2212
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Improvement
>          Components: deployment
>         Environment: JDK 1.5, Tomcat 5.5.20, Windows XP, Axis 2 HEAD revision.
>            Reporter: Angel Todorov
>         Attachments: diff_Deployer.txt, diff_DeploymentEngine.txt, diff_RepositoryListener.txt, diff_ServiceDeployer.txt, diff_WSInfoList.txt, svn_diff.txt
>
>
> These modifications provide functionality for:
> 1) propagating exceptions up
> 2) remote deployment via the method updateRemote() in the repo listener.
> The remote deployment can be achieved by obtaining the repoListener
> instance from the WarBasedConfigurator in the AxisServlet, and calling
> updateRemote() , after the remotely received file has been copied in
> the services dir. This allows for immediate feedback but must be
> syncronized with the Scheduler that is constantly running for
> hot-deployment.
> Best,
> Angel

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


[jira] Commented: (AXIS2-2212) Deployment patches

Posted by "Deepal Jayasinghe (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-2212?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12474957 ] 

Deepal Jayasinghe commented on AXIS2-2212:
------------------------------------------

Hi Angel;

You need to get SVN dif , seems like you have not attach the SVN dif.


Thanks
Deepal

> Deployment patches
> ------------------
>
>                 Key: AXIS2-2212
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2212
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Improvement
>          Components: deployment
>         Environment: JDK 1.5, Tomcat 5.5.20, Windows XP, Axis 2 HEAD revision.
>            Reporter: Angel Todorov
>         Attachments: diff_Deployer.txt, diff_DeploymentEngine.txt, diff_RepositoryListener.txt, diff_ServiceDeployer.txt, diff_WSInfoList.txt
>
>
> These modifications provide functionality for:
> 1) propagating exceptions up
> 2) remote deployment via the method updateRemote() in the repo listener.
> The remote deployment can be achieved by obtaining the repoListener
> instance from the WarBasedConfigurator in the AxisServlet, and calling
> updateRemote() , after the remotely received file has been copied in
> the services dir. This allows for immediate feedback but must be
> syncronized with the Scheduler that is constantly running for
> hot-deployment.
> Best,
> Angel

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


[jira] Commented: (AXIS2-2212) Deployment patches

Posted by "Davanum Srinivas (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-2212?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12477277 ] 

Davanum Srinivas commented on AXIS2-2212:
-----------------------------------------

Angel,

Please do send examples, we could turn them into one of our standard samples.

thanks,
dims

> Deployment patches
> ------------------
>
>                 Key: AXIS2-2212
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2212
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Improvement
>          Components: deployment
>         Environment: JDK 1.5, Tomcat 5.5.20, Windows XP, Axis 2 HEAD revision.
>            Reporter: Angel Todorov
>         Attachments: diff_Deployer.txt, diff_DeploymentEngine.txt, diff_RepositoryListener.txt, diff_ServiceDeployer.txt, diff_WSInfoList.txt, svn_diff.txt
>
>
> These modifications provide functionality for:
> 1) propagating exceptions up
> 2) remote deployment via the method updateRemote() in the repo listener.
> The remote deployment can be achieved by obtaining the repoListener
> instance from the WarBasedConfigurator in the AxisServlet, and calling
> updateRemote() , after the remotely received file has been copied in
> the services dir. This allows for immediate feedback but must be
> syncronized with the Scheduler that is constantly running for
> hot-deployment.
> Best,
> Angel

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


[jira] Commented: (AXIS2-2212) Deployment patches

Posted by "Davanum Srinivas (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-2212?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12574644#action_12574644 ] 

Davanum Srinivas commented on AXIS2-2212:
-----------------------------------------

Angel, Please resubmit a fresh patch against SVN.

> Deployment patches
> ------------------
>
>                 Key: AXIS2-2212
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2212
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Improvement
>          Components: deployment
>         Environment: JDK 1.5, Tomcat 5.5.20, Windows XP, Axis 2 HEAD revision.
>            Reporter: Angel Todorov
>         Attachments: diff_Deployer.txt, diff_DeploymentEngine.txt, diff_RepositoryListener.txt, diff_ServiceDeployer.txt, diff_WSInfoList.txt, svn_diff.txt
>
>
> These modifications provide functionality for:
> 1) propagating exceptions up
> 2) remote deployment via the method updateRemote() in the repo listener.
> The remote deployment can be achieved by obtaining the repoListener
> instance from the WarBasedConfigurator in the AxisServlet, and calling
> updateRemote() , after the remotely received file has been copied in
> the services dir. This allows for immediate feedback but must be
> syncronized with the Scheduler that is constantly running for
> hot-deployment.
> Best,
> Angel

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


[jira] Updated: (AXIS2-2212) Deployment patches

Posted by "Angel Todorov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-2212?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Angel Todorov updated AXIS2-2212:
---------------------------------

    Attachment: diff_WSInfoList.txt

WSInfoList.java diffs

> Deployment patches
> ------------------
>
>                 Key: AXIS2-2212
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2212
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Improvement
>          Components: deployment
>         Environment: JDK 1.5, Tomcat 5.5.20, Windows XP, Axis 2 HEAD revision.
>            Reporter: Angel Todorov
>         Attachments: diff_Deployer.txt, diff_DeploymentEngine.txt, diff_RepositoryListener.txt, diff_ServiceDeployer.txt, diff_WSInfoList.txt
>
>
> These modifications provide functionality for:
> 1) propagating exceptions up
> 2) remote deployment via the method updateRemote() in the repo listener.
> The remote deployment can be achieved by obtaining the repoListener
> instance from the WarBasedConfigurator in the AxisServlet, and calling
> updateRemote() , after the remotely received file has been copied in
> the services dir. This allows for immediate feedback but must be
> syncronized with the Scheduler that is constantly running for
> hot-deployment.
> Best,
> Angel

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


[jira] Commented: (AXIS2-2212) Deployment patches

Posted by "Nandana Mihindukulasooriya (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-2212?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12623263#action_12623263 ] 

Nandana Mihindukulasooriya commented on AXIS2-2212:
---------------------------------------------------

Hi Angel,
        It seems that some of your changes in the patch are in the trunk while some exception propagation left behind.  Can you attach patch against current SVN head. 

thanks,
nandana

> Deployment patches
> ------------------
>
>                 Key: AXIS2-2212
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2212
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Improvement
>          Components: deployment
>         Environment: JDK 1.5, Tomcat 5.5.20, Windows XP, Axis 2 HEAD revision.
>            Reporter: Angel Todorov
>         Attachments: diff_Deployer.txt, diff_DeploymentEngine.txt, diff_RepositoryListener.txt, diff_ServiceDeployer.txt, diff_WSInfoList.txt, svn_diff.txt
>
>
> These modifications provide functionality for:
> 1) propagating exceptions up
> 2) remote deployment via the method updateRemote() in the repo listener.
> The remote deployment can be achieved by obtaining the repoListener
> instance from the WarBasedConfigurator in the AxisServlet, and calling
> updateRemote() , after the remotely received file has been copied in
> the services dir. This allows for immediate feedback but must be
> syncronized with the Scheduler that is constantly running for
> hot-deployment.
> Best,
> Angel

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


[jira] Updated: (AXIS2-2212) Deployment patches

Posted by "Angel Todorov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-2212?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Angel Todorov updated AXIS2-2212:
---------------------------------

    Attachment: diff_ServiceDeployer.txt

ServiceDeployer.java diffs

> Deployment patches
> ------------------
>
>                 Key: AXIS2-2212
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2212
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Improvement
>          Components: deployment
>         Environment: JDK 1.5, Tomcat 5.5.20, Windows XP, Axis 2 HEAD revision.
>            Reporter: Angel Todorov
>         Attachments: diff_Deployer.txt, diff_DeploymentEngine.txt, diff_RepositoryListener.txt, diff_ServiceDeployer.txt
>
>
> These modifications provide functionality for:
> 1) propagating exceptions up
> 2) remote deployment via the method updateRemote() in the repo listener.
> The remote deployment can be achieved by obtaining the repoListener
> instance from the WarBasedConfigurator in the AxisServlet, and calling
> updateRemote() , after the remotely received file has been copied in
> the services dir. This allows for immediate feedback but must be
> syncronized with the Scheduler that is constantly running for
> hot-deployment.
> Best,
> Angel

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


[jira] Updated: (AXIS2-2212) Deployment patches

Posted by "Angel Todorov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-2212?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Angel Todorov updated AXIS2-2212:
---------------------------------

    Attachment: diff_DeploymentEngine.txt

DeploymentEngine.java diffs

> Deployment patches
> ------------------
>
>                 Key: AXIS2-2212
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2212
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Improvement
>          Components: deployment
>         Environment: JDK 1.5, Tomcat 5.5.20, Windows XP, Axis 2 HEAD revision.
>            Reporter: Angel Todorov
>         Attachments: diff_Deployer.txt, diff_DeploymentEngine.txt, diff_RepositoryListener.txt, diff_ServiceDeployer.txt
>
>
> These modifications provide functionality for:
> 1) propagating exceptions up
> 2) remote deployment via the method updateRemote() in the repo listener.
> The remote deployment can be achieved by obtaining the repoListener
> instance from the WarBasedConfigurator in the AxisServlet, and calling
> updateRemote() , after the remotely received file has been copied in
> the services dir. This allows for immediate feedback but must be
> syncronized with the Scheduler that is constantly running for
> hot-deployment.
> Best,
> Angel

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