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