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

Guillaume Nodet commented on KARAF-4309:
----------------------------------------

The problem is mainly caused because the {{javax.transaction}} packages are 
provided by two different jars: 
{{mvn:javax.transaction/javax.transaction-api/1.2}} and 
{{mvn:org.apache.geronimo.specs/geronimo-jta_1.1_spec/1.1.1}}.

I think it should work if you explicitly install {{transaction/1.3.0}} instead.


> Missing dependency javax.transaction.TransactionManager with transaction 
> feature and activemq-camel
> ---------------------------------------------------------------------------------------------------
>
>                 Key: KARAF-4309
>                 URL: https://issues.apache.org/jira/browse/KARAF-4309
>             Project: Karaf
>          Issue Type: Bug
>    Affects Versions: 4.0.4, 4.0.5
>            Reporter: David Croquette
>
> Installing features transaction and activemq-camel one at a time manually 
> from console causes no problem. Installing them as dependent features either 
> in a feature.xml or from console
> feature:repo-add activemq
> feature:repo-add camel 
> feature:install transaction activemq-camel 
> sets bundles in grace period:
> karaf@root()> diag
> Apache Aries Transaction Blueprint (58)
> ---------------------------------------
> Status: GracePeriod
> Blueprint
> 03/02/16 11:14
> Missing dependencies:
> (objectClass=javax.transaction.TransactionManager)
> Apache Aries Transaction Blueprint (59)
> ---------------------------------------
> Status: GracePeriod
> Blueprint
> 03/02/16 11:14
> Missing dependencies:
> (objectClass=javax.transaction.TransactionManager)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to