Classloading/resolving is not working as expected
-------------------------------------------------
Key: SMX4-159
URL: https://issues.apache.org/activemq/browse/SMX4-159
Project: ServiceMix 4
Issue Type: Bug
Affects Versions: 4.0-m2
Reporter: Lars Heinemann
I defined a bundle for jetty 5.1.9 and deployed it to smx4.
Then I defined a shared lib using this bundle and deployed it as well.
Now I have a binding component using the shared lib and therefor also the jetty
bundle and deployed it.
If I now deploy a xml file containing the endpoint configuration for the
binding component it throws a ClassNotFound Exception
for class org/mortbay/util/LifeCycle.
It seems that smx tries to load that class from the bundle which is generated
by the deployment of the xml file and not asking the jetty bundle.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.