You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Robert H. Pollack (JIRA)" <ji...@apache.org> on 2009/04/02 00:26:34 UTC

[jira] Created: (SM-1837) Include commons logging jar in ServiceMix shared library

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.