Shared library jars are being added to the component-class-path element in the
component descriptor
---------------------------------------------------------------------------------------------------
Key: SM-1938
URL: https://issues.apache.org/activemq/browse/SM-1938
Project: ServiceMix
Issue Type: Bug
Components: tooling
Affects Versions: jbi-maven-plugin-4.3
Reporter: Gert Vanthienen
Assignee: Gert Vanthienen
Fix For: jbi-maven-plugin-4.4
The JBI Maven plugin is adding the shared library to the <component-class-path>
element, causing warnings when the components are being deployed in ServiceMix
3:
{noformat}
INFO - AutoDeploymentService - Directory: hotdeploy: Archive changed:
processing servicemix-xmpp-2010.01-installer.zip ...
WARN - InstallerMBeanImpl - Unable to add File
/Users/gert/opt/apache-servicemix-3.3.2-SNAPSHOT/data/smx/components/servicemix-xmpp/version_1/lib/servicemix-shared-2010.01.jar
to class path as it doesn't exist:
/Users/gert/opt/apache-servicemix-3.3.2-SNAPSHOT/data/smx/components/servicemix-xmpp/version_1/lib/servicemix-shared-2010.01.jar
INFO - ComponentMBeanImpl - Starting component: servicemix-xmpp
INFO - ComponentMBeanImpl - Initializing component: servicemix-xmpp
INFO - AutoDeploymentService - Directory: hotdeploy: Finished
installation of archive: servicemix-xmpp-2010.01-installer.zip
{noformat}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.