Uploaded image for project: 'ServiceMix 4'
  1. ServiceMix 4
  2. SMX4-1856

Missing osgi manifest entry for spring-tx

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • bundles-2014.09
    • Bundles
    • None

    Description

      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

      Caused by: java.lang.ClassNotFoundException: org.springframework.cglib.core.ReflectUtils not found by org.apache.servicemix.bundles.spring-tx [87]
      

      Added enrties are the following

      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)"
      

      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).

      Attachments

        Activity

          People

            ffang Freeman Yue Fang
            artur.chyzy Artur Chyży
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: