Hello,
I am begining to use Apache felix. I have problem that one of my bundles wants
to access MQ. I use ActiveMQ jars to do this (I packaged them into the bundle)
but when trying to use ActiveMQConnectionFactory I am getting exception:
java.lang.NoClassDefFoundError: javax/naming/Referenceable
I found that this dependency is in rt.jar (meaning in JDK).
How come? I thought that felix bundles run in context where rt.jar is on
classpath. What's the best approach to remedy my problems?
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]