[jboss-jira] [JBoss JIRA] (AS7-5262) Decouple naming & transaction from OSGi
Brian Stansberry (JIRA)
jira-events at lists.jboss.org
Thu Apr 11 18:47:55 EDT 2013
[ https://issues.jboss.org/browse/AS7-5262?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Brian Stansberry updated AS7-5262:
----------------------------------
Component/s: OSGi
> Decouple naming & transaction from OSGi
> ---------------------------------------
>
> Key: AS7-5262
> URL: https://issues.jboss.org/browse/AS7-5262
> Project: Application Server 7
> Issue Type: Task
> Components: OSGi
> 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
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list