[jboss-jira] [JBoss JIRA] (AS7-5003) recursive call in org.jboss.as.server.services.path.RelativePathService.addService(...)
Jason Greene (JIRA)
jira-events at lists.jboss.org
Tue Jul 31 15:34:07 EDT 2012
[ https://issues.jboss.org/browse/AS7-5003?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jason Greene reassigned AS7-5003:
---------------------------------
Assignee: James Perkins (was: David Bosschaert)
> recursive call in org.jboss.as.server.services.path.RelativePathService.addService(...)
> ---------------------------------------------------------------------------------------
>
> Key: AS7-5003
> URL: https://issues.jboss.org/browse/AS7-5003
> Project: Application Server 7
> Issue Type: Bug
> Components: ConfigAdmin, OSGi
> Affects Versions: 7.1.2.Final (EAP)
> Reporter: Tom Fonteyne
> Assignee: James Perkins
> Priority: Minor
>
> org.jboss.as.server.services.path.RelativePathService
> 067 public static ServiceController<String> addService(final ServiceName name, final String path,
> 068 boolean possiblyAbsolute, final String relativeTo, final ServiceTarget serviceTarget, final List<ServiceController<?>> newControllers,
> 069 final ServiceListener... listeners) {
> 070 return RelativePathService.addService(name, path, possiblyAbsolute, relativeTo, serviceTarget, newControllers);
> Line 70 will call the method in a recursive loop.
> We know the class is deprecated and a replacement is available which does not have this bug. Yet, for backwards compatibility it might be good to fix this anyhow.
--
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