Hi! I'm migrating from karaf 4.0.4 to 4.1.5, and when I try to deploy my app, I get:
Bundle myBundle/1.6.1.SNAPSHOT is waiting for dependencies [(objectClass=org.springframework.transaction.PlatformTransactionManager)] (I'm using PlatformTransactionManager for a SpringTransactionPolicy to implement xa transaction between jpa and jms, my blueprint is similar to https://access.redhat.com/documentation/en-US/Fuse_ESB_Enterprise/7.1/html/EIP_Transaction_Guide/files/XaJms-Sample.html) Doing service:list org.springframework.transaction.PlatformTransactionManager in karaf 4.1.5 doesn't give me results, but in karaf 4.0.4 it says that is being provided by Apache Aries Transaction Manager. So I'm guessing that Apache Aries Transaction Manager 1.3.3 which comes with karaf 4.1.5 doesn't provide this service anymore. How do I make this work in karaf 4.1.5? Thanks in advance! -- Sent from: http://karaf.922171.n3.nabble.com/Karaf-User-f930749.html
