Artur Chyży created SM-2378:
-------------------------------
Summary: Missing osgi manifest entry for spring-txt
Key: SM-2378
URL: https://issues.apache.org/jira/browse/SM-2378
Project: ServiceMix
Issue Type: Bug
Components: assemblies
Reporter: Artur Chyży
I found out that some osgi imports for spring framework are missing.
For me spring-tx is missing imports for cglib. I used spring-3.2.11_RELEASE_1
but it seems other spring versions also miss it.
Before adding those imports I receied an exception
{code}
Caused by: java.lang.ClassNotFoundException:
org.springframework.cglib.core.ReflectUtils not found by
org.apache.servicemix.bundles.spring-tx [87]
{code}
Added enrties are the following
{code}
org.springframework.cglib.core;version="[3.2.11.RELEASE,3.3
)",org.springframework.cglib.proxy;version="[3.2.11.RELEASE,3.3)",org.s
pringframework.cglib.reflect;version="[3.2.11.RELEASE,3.3)"
{code}
Please add them to generated manifest.
Please also pick correct components to this issue as I didn't know which should
I pick (there is not component for bundles).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)