the class is org.apache.juddi.v3.client.UDDIConstants located in the jar file juddi-client-3.1.5-SNAPSHOT.jar off of the latest dev trunk. Looking at the svn log, it looks like it was added recently.
You can use "%" for the wild card and "approximateMatch" as the find qualifier On Sun, Mar 10, 2013 at 1:32 AM, Edgar Orduña <[email protected]> wrote: > Hi > > I have a error with "UDDIConstants" in the part of the import > > import org.apache.juddi.v3.client.UDDIConstants; > > > and i have error in this part with "UDDIConstants" > > fq.getFindQualifier().add(UDDIConstants.APPROXIMATE_MATCH); > > fb.setFindQualifiers(fq); > Name searchname = new Name(); > searchname.setValue(UDDIConstants.WILDCARD); > > Do you know why do i have this error? > Do you know if i need a jar file? > > Thanks so much
