[
https://issues.apache.org/jira/browse/KARAF-3749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14629478#comment-14629478
]
Zheng Feng commented on KARAF-3749:
-----------------------------------
I update assemblies/features/enterprise/src/main/feature/feature.xml with the
following
{code}
+ <feature name="narayana" description="OSGi Transaction Manager"
version="5.2.0">
+ <details>JTA implementation provided by JBoss Narayana 5.2.0</details>
+ <bundle
start-level="30">mvn:org.jboss.narayana.osgi/narayana-osgi-jta/5.2.0.Final</bundle>
+ </feature>
{code}
rebuild the karaf 4.0.1-SNAPSHOT and use "feature:install narayana", the
result is
{noformat}
karaf@root()> feature:list -i
Name | Version | Required | State | Repository
| Description
-------------------------------------------------------------------------------------------------------------------------------------
aries-proxy | 4.0.1.SNAPSHOT | | Started | standard-4.0.1-SNAPSHOT
| Aries Proxy
aries-blueprint | 4.0.1.SNAPSHOT | x | Started | standard-4.0.1-SNAPSHOT
| Aries Blueprint
feature | 4.0.1.SNAPSHOT | x | Started | standard-4.0.1-SNAPSHOT
| Features Support
shell | 4.0.1.SNAPSHOT | x | Started | standard-4.0.1-SNAPSHOT
| Karaf Shell
shell-compat | 4.0.1.SNAPSHOT | x | Started | standard-4.0.1-SNAPSHOT
| Karaf Shell Compatibility
deployer | 4.0.1.SNAPSHOT | x | Started | standard-4.0.1-SNAPSHOT
| Karaf Deployer
bundle | 4.0.1.SNAPSHOT | x | Started | standard-4.0.1-SNAPSHOT
| Provide Bundle support
config | 4.0.1.SNAPSHOT | x | Started | standard-4.0.1-SNAPSHOT
| Provide OSGi ConfigAdmin support
diagnostic | 4.0.1.SNAPSHOT | x | Started | standard-4.0.1-SNAPSHOT
| Provide Diagnostic support
instance | 4.0.1.SNAPSHOT | x | Started | standard-4.0.1-SNAPSHOT
| Provide Instance support
jaas | 4.0.1.SNAPSHOT | x | Started | standard-4.0.1-SNAPSHOT
| Provide JAAS support
log | 4.0.1.SNAPSHOT | x | Started | standard-4.0.1-SNAPSHOT
| Provide Log support
package | 4.0.1.SNAPSHOT | x | Started | standard-4.0.1-SNAPSHOT
| Package commands and mbeans
service | 4.0.1.SNAPSHOT | x | Started | standard-4.0.1-SNAPSHOT
| Provide Service support
system | 4.0.1.SNAPSHOT | x | Started | standard-4.0.1-SNAPSHOT
| Provide System support
kar | 4.0.1.SNAPSHOT | x | Started | standard-4.0.1-SNAPSHOT
| Provide KAR (KARaf archive) support
ssh | 4.0.1.SNAPSHOT | x | Started | standard-4.0.1-SNAPSHOT
| Provide a SSHd server on Karaf
management | 4.0.1.SNAPSHOT | x | Started | standard-4.0.1-SNAPSHOT
| Provide a JMX MBeanServer and a set of MBeans in
wrap | 0.0.0 | x | Started | standard-4.0.1-SNAPSHOT
| Wrap URL handler
narayana | 5.2.0 | x | Started |
enterprise-4.0.1-SNAPSHOT | OSGi Transaction Manager
{noformat}
it looks good and [~gnobiron] can you take a look at it?
> Add support for the Narayana Transaction Manager
> ------------------------------------------------
>
> Key: KARAF-3749
> URL: https://issues.apache.org/jira/browse/KARAF-3749
> Project: Karaf
> Issue Type: New Feature
> Reporter: Susan Javurek
> Assignee: Guillaume Nodet
>
> There's increased demand to use this transaction manager and we'd like to
> explore linking it into karaf.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)