java.lang.NoClassDefFoundError: javax/transaction/... when trying to do data
access for Activemq core OSGi bundle
-----------------------------------------------------------------------------------------------------------------
Key: AMQ-1652
URL: https://issues.apache.org/activemq/browse/AMQ-1652
Project: ActiveMQ
Issue Type: Bug
Components: Broker
Affects Versions: 5.0.0
Environment: In OSGi environment (Equinox or Felix containers)
Reporter: Jack Rudnick
When trying to use the Activemq core OSGi module in a container, you may see
java.lang.NoClassDefFoundError: javax/transaction/... when trying to do data
access.
This could be worked around if geronimo jta version used was set to 1.1, and
reflected with a "version=1.1" on the javax.transaction "Import-Package"
statement in the manifest file for the Activemq-core OSGi bundle.
See 1.15 of
http://static.springframework.org/osgi/docs/1.0.2/reference/html/spring-osgi-faq.html
for more information.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.