[jira] [Comment Edited] (KARAF-4309) Missing dependency javax.transaction.TransactionManager with transaction feature and activemq-camel

2016-02-23 Thread David Croquette (JIRA)

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

David Croquette edited comment on KARAF-4309 at 2/23/16 12:40 PM:
--

I can also see the problem with the java.transaction but when repeating this 
issue in Karaf 4.0.4 it is transaction/1.3.0 that is installed. 

karaf@root()> feature:list | grep transaction
transaction-api   | 1.1.0|  | Uninstalled | 
enterprise-4.0.4 |
transaction-api   | 1.2.0|  | Uninstalled | 
enterprise-4.0.4 |
transaction   | 1.3.0|  | Uninstalled | 
enterprise-4.0.4 | OSGi Transaction Manager

feature:repo-add activemq
feature:repo-add camel 
feature:install transaction activemq-camel

karaf@root()> feature:list | grep transaction
transaction-api | 1.1.0|  | Started 
| enterprise-4.0.4|
transaction-api | 1.2.0|  | Started 
| enterprise-4.0.4|
transaction | 1.3.0| x| Started 
| enterprise-4.0.4| OSGi Transaction Manager

So that is unfortunately not the way around this issue.






was (Author: croque):
I can also see the problem with the java.transaction but when repeating this 
issue in Karaf 4.0.4 it is transaction/1.3.0 that is installed. 

{{karaf@root()> feature:list | grep transaction
transaction-api   | 1.1.0|  | Uninstalled | 
enterprise-4.0.4 |
transaction-api   | 1.2.0|  | Uninstalled | 
enterprise-4.0.4 |
transaction   | 1.3.0|  | Uninstalled | 
enterprise-4.0.4 | OSGi Transaction Manager

feature:repo-add activemq
feature:repo-add camel 
feature:install transaction activemq-camel

karaf@root()> feature:list | grep transaction
transaction-api | 1.1.0|  | Started 
| enterprise-4.0.4|
transaction-api | 1.2.0|  | Started 
| enterprise-4.0.4|
transaction | 1.3.0| x| Started 
| enterprise-4.0.4| OSGi Transaction Manager}}

So that is unfortunately not the way around this issue.





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


[jira] [Commented] (KARAF-4309) Missing dependency javax.transaction.TransactionManager with transaction feature and activemq-camel

2016-02-23 Thread David Croquette (JIRA)

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

David Croquette commented on KARAF-4309:


I can also see the problem with the java.transaction but when repeating this 
issue in Karaf 4.0.4 it is transaction/1.3.0 that is installed. 

{{karaf@root()> feature:list | grep transaction
transaction-api   | 1.1.0|  | Uninstalled | 
enterprise-4.0.4 |
transaction-api   | 1.2.0|  | Uninstalled | 
enterprise-4.0.4 |
transaction   | 1.3.0|  | Uninstalled | 
enterprise-4.0.4 | OSGi Transaction Manager

feature:repo-add activemq
feature:repo-add camel 
feature:install transaction activemq-camel

karaf@root()> feature:list | grep transaction
transaction-api | 1.1.0|  | Started 
| enterprise-4.0.4|
transaction-api | 1.2.0|  | Started 
| enterprise-4.0.4|
transaction | 1.3.0| x| Started 
| enterprise-4.0.4| OSGi Transaction Manager}}

So that is unfortunately not the way around this issue.





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


[jira] [Commented] (KARAF-4309) Missing dependency javax.transaction.TransactionManager with transaction feature and activemq-camel

2016-02-08 Thread David Croquette (JIRA)

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

David Croquette commented on KARAF-4309:


The issue is unfortunately present in 4.0.1 too. To enforce the issue in 4.0.1 
just add the feature 'jpa' to the feature:install line:

feature:repo-add activemq
feature:repo-add camel 
feature:install transaction activemq-camel jpa

Then the missing dependency appears again...

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


[jira] [Commented] (KARAF-4309) Missing dependency javax.transaction.TransactionManager with transaction feature and activemq-camel

2016-02-05 Thread David Croquette (JIRA)

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

David Croquette commented on KARAF-4309:


Now tested with previous version (4.0.1) and the issue is not present there. So 
this issue seems to be introduced with version 4.0.4.  

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


[jira] [Created] (KARAF-4309) Missing dependency javax.transaction.TransactionManager with transaction feature and activemq-camel

2016-02-03 Thread David Croquette (JIRA)
David Croquette created KARAF-4309:
--

 Summary: 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)