Did you use the find qualifier as I suggested? Ex.
FindQualifiers fq = new FindQualifiers(); fq.getFindQualifier().add(org.apache.juddi.query.util.FindQualifiers.APPROXI MATE_MATCH); Then add it to your Find* object fb.setFindQualifiers(fq); And do the search with '%' as the name search pattern. -----Original Message----- From: chainerlt [mailto:[email protected]] Sent: Tuesday, February 22, 2011 3:11 AM To: [email protected] Subject: Re: juddiv3 (3.0.4) finding all business/services I also noticed, that search pattern "%" works on juddi 0.9rc4. But juddi 0.9rc4 itself works only on java15. So I tried to run juddiv3 (3.0.4) on java15, but the wildcard "%" still searches zero business/services. Any ideas? -- View this message in context: http://old.nabble.com/juddiv3-%283.0.4%29-finding-all-business-services-tp30 975809p30983998.html Sent from the jUDDI - User mailing list archive at Nabble.com.
