You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@servicemix.apache.org by "Joe Shannon (Jira)" <ji...@apache.org> on 2023/02/02 15:12:00 UTC

[jira] [Created] (SM-5477) Missing package import in spring-jms

Joe Shannon created SM-5477:
-------------------------------

             Summary: Missing package import in spring-jms
                 Key: SM-5477
                 URL: https://issues.apache.org/jira/browse/SM-5477
             Project: ServiceMix
          Issue Type: Bug
            Reporter: Joe Shannon


Attempting to use the spring-jms bundle (in this case 5.3.12.1) raises the following NoClasssDefFound error
{code:java}
java.lang.ClassNotFoundException: org.springframework.core.log.LogDelegateFactory cannot be found by org.apache.servicemix.bundles.spring-jms_5.3.12.1 {code}
This suggests that spring-jms should contain an import for this package, which lives in spring-core.

(This still applies to the latest 5.x and 6.x Spring versions).



--
This message was sent by Atlassian Jira
(v8.20.10#820010)