mushaofeng / java-ws-discovery

Automatically exported from code.google.com/p/java-ws-discovery
GNU Lesser General Public License v3.0
0 stars 0 forks source link

searching by scope doesn't work #11

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. publish an endpoint a qname and a scope set
2. findAll returns the endpoint
3. find(qname, scope, timeout) does not return the endpoint
4. find(qname, scope, rfc2396 matcher, timeout) does not return the endpoint
5. find(qname, timeout) does not return the endpoint

What is the expected output? What do you see instead?
expecting to find the endpoint

What version of the product are you using? On what operating system?
windows7 x64, x86 sun jdk

Please provide any additional information below.

Original issue reported on code.google.com by spyhunte...@gmail.com on 29 Mar 2012 at 3:13

GoogleCodeExporter commented 9 years ago
forgot to mention, running the 0.2 lib

Original comment by spyhunte...@gmail.com on 29 Mar 2012 at 3:14