You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@servicemix.apache.org by "Freeman Fang (JIRA)" <ji...@apache.org> on 2014/09/24 05:24:35 UTC

[jira] [Comment Edited] (SMX4-1856) Missing osgi manifest entry for spring-tx

    [ https://issues.apache.org/jira/browse/SMX4-1856?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14145824#comment-14145824 ] 

Freeman Fang edited comment on SMX4-1856 at 9/24/14 3:24 AM:
-------------------------------------------------------------

thanks for pointing out this issue
commit fix
http://svn.apache.org/r1627198
http://svn.apache.org/r1627199
http://svn.apache.org/r1627200
http://svn.apache.org/r1627201
http://svn.apache.org/r1627202
http://svn.apache.org/r1627203
http://svn.apache.org/r1627204
http://svn.apache.org/r1627205
http://svn.apache.org/r1627206
http://svn.apache.org/r1627207
http://svn.apache.org/r1627208
http://svn.apache.org/r1627209


was (Author: ffang):
commit fix
http://svn.apache.org/r1627198
http://svn.apache.org/r1627199
http://svn.apache.org/r1627200
http://svn.apache.org/r1627201
http://svn.apache.org/r1627202
http://svn.apache.org/r1627203
http://svn.apache.org/r1627204
http://svn.apache.org/r1627205
http://svn.apache.org/r1627206
http://svn.apache.org/r1627207
http://svn.apache.org/r1627208
http://svn.apache.org/r1627209

> Missing osgi manifest entry for spring-tx
> -----------------------------------------
>
>                 Key: SMX4-1856
>                 URL: https://issues.apache.org/jira/browse/SMX4-1856
>             Project: ServiceMix 4
>          Issue Type: Bug
>          Components: Bundles
>            Reporter: Artur Chyży
>            Assignee: Freeman Fang
>             Fix For: bundles-2014.09
>
>
> 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)