-
Bug
-
Resolution: Duplicate
-
P3
-
2.0
-
None
-
generic
-
generic
What is ObjectName.apply(new ObjectName("*//*:*")) supposed to return ?
As of today, it returns true for ObjectNames :
namespace//domain:key=value (subagents)
as well as
namespace//:key=value (local respository)
whileIn the same time, queryNames with the same pattern does not return local namespace//:key=value ObjectNames.
The behavior needs to be clarified and consistent with the queryNames behavior.
As of today, it returns true for ObjectNames :
namespace//domain:key=value (subagents)
as well as
namespace//:key=value (local respository)
whileIn the same time, queryNames with the same pattern does not return local namespace//:key=value ObjectNames.
The behavior needs to be clarified and consistent with the queryNames behavior.
- duplicates
-
JDK-6768935 Clarify the behaviour of ObjectName pattern matching with regards to namespaces
-
- Closed
-
- relates to
-
JDK-6731999 With new federation service, need to clarify the behavior of queryNames/MBeans with pattern "*//*:*"
-
- Closed
-