[jboss-jira] [JBoss JIRA] (AS7-5262) Decouple naming & transaction from OSGi

Thomas Diesler (JIRA) jira-events at lists.jboss.org
Fri Jul 27 07:48:06 EDT 2012


Thomas Diesler created AS7-5262:
-----------------------------------

             Summary: Decouple naming & transaction from OSGi
                 Key: AS7-5262
                 URL: https://issues.jboss.org/browse/AS7-5262
             Project: Application Server 7
          Issue Type: Task
            Reporter: Thomas Diesler


Currently the naming & transaction subsystem register services on behalf of OSGi

{code}
[tdiesler at 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: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list