-
Bug
-
Resolution: Duplicate
-
P3
-
2.0
-
None
-
generic
-
generic
With the new federation service, we need the queryNames remain scalable, in particular when used with patterns.
queryNames(new ObjectName("*:*"), null) returns only ObjectNames which are in the local repository :
domain:key=value
namespace//:key=value
What is queryNames(new ObjectName("*//*:*", null) supposed to return ?
As of today, it returns an empty Set.
queryNames(new ObjectName("*:*"), null) returns only ObjectNames which are in the local repository :
domain:key=value
namespace//:key=value
What is queryNames(new ObjectName("*//*:*", null) supposed to return ?
As of today, it returns an empty Set.
- duplicates
-
JDK-6768935 Clarify the behaviour of ObjectName pattern matching with regards to namespaces
-
- Closed
-
- relates to
-
JDK-6732004 With new federation service, need to clarify the behavior of ObjectName.apply with pattern "*//*:*"
-
- Closed
-