]
James Perkins updated AS7-5003:
-------------------------------
Fix Version/s: 7.2.0.Alpha1
Git Pull Request:
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
Fix For: 7.1.3.Final (EAP), 7.2.0.Alpha1
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: