You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Bruce Snyder (JIRA)" <ji...@apache.org> on 2006/05/03 08:05:38 UTC

[jira] Assigned: (SM-423) Change the AutoDeploymentService.updateExternal(String,boolean) to return an ArchiveEntry

     [ https://issues.apache.org/activemq/browse/SM-423?page=all ]

Bruce Snyder reassigned SM-423:
-------------------------------

    Assign To: Bruce Snyder

> Change the AutoDeploymentService.updateExternal(String,boolean)  to return an ArchiveEntry
> ------------------------------------------------------------------------------------------
>
>          Key: SM-423
>          URL: https://issues.apache.org/activemq/browse/SM-423
>      Project: ServiceMix
>         Type: Improvement

>   Components: servicemix-core
>     Versions: 3.0-M2
>     Reporter: Bruce Snyder
>     Assignee: Bruce Snyder
>      Fix For: 3.0-M2
>  Attachments: AutoDeploymentService.java.diff.txt
>
>
> The jboss-deployer in the ServiceMix Extensions repo at the Codehaus has a class named JBIService.uninstallArchive() that used to utilize the  JBIContainer.removeArchive(String) method whose signature has been changed to JBIContainer.removeArchive(ArchiveEntry). Being that ArchiveEntry is a static internal class to AutoDeploymentService it would be easiest to keep it contained there. So the easiest solution for the jboss-deployer's JBIService.uninstallArchive() method is to change the return type of the AutoDeploymentService.updateExternalArchive(String,boolean) method from void to ArchiveEntry to faciiitate the JBIService.uninstallArchive() method. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira