Include commons logging jar in ServiceMix shared library
--------------------------------------------------------
Key: SM-1837
URL: https://issues.apache.org/activemq/browse/SM-1837
Project: ServiceMix
Issue Type: Improvement
Reporter: Robert H. Pollack
Priority: Minor
I recently deployed the ServiceMix Camel SE to another JBI implementation and
it runs perfectly with one exception: it requires commons logging. The
component correctly declares its dependence on the ServiceMix shared library,
but even after supplying this library I still encountered a
ClassNotFoundException in org.apache.servicemix.common.DefaultComponent looking
for org.apache.commons.logging.LogFactory.
If DefaultComponent uses commons logging (and I'll bet it's far from the only
class that does), would it be possible to include this jar in the ServiceMix
shared library? That way, ServiceMix components would genuinely declare their
dependencies and so be more portable.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.