]
Thomas Diesler updated JBOSGI-726:
----------------------------------
Fix Version/s: Awaiting Volunteers
Decouple naming & transaction from OSGi
---------------------------------------
Key: JBOSGI-726
URL:
https://issues.jboss.org/browse/JBOSGI-726
Project: JBoss OSGi
Issue Type: Task
Components: WildFly
Reporter: Thomas Diesler
Fix For: Awaiting Volunteers
Currently the naming & transaction subsystem register services on behalf of OSGi
{code}
[tdiesler@tdvaio jboss-as]$ git grep "\"xservice\""
naming/src/main/java/org/jboss/as/naming/subsystem/NamingSubsystemOSGiService.java:
ServiceName serviceName = ServiceName.of("jbosgi", "xservice", regi
transactions/src/main/java/org/jboss/as/txn/service/TransactionManagerService.java:
serviceBuilder.addAliases(ServiceName.of("jbosgi", "xservice", Tran
transactions/src/main/java/org/jboss/as/txn/service/UserTransactionService.java:
serviceBuilder.addAliases(ServiceName.of("jbosgi", "xservice",
UserTra
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: