Hi JAXR experts:

I have two questions about the some methods in the registry APIs

First is I have problem with method getPostAddresses() in class User.
 I can make sure that the  address has been saved in registry by setPostAddresses( 
Collection addresses ) , saveOrganization(..), but when I retrieve it I can get 
reference to PostalAddress by the method of getPostAddresses(), but beside the value 
of getType(), I got all the empty strings of other methods in PostalAddress such as, 
getCity(), getStreet(),....etc, but they did have value when  I use other uddi browser 
to check them. also , I found "No PostalAddressMapping" in my log file.

second question is why the method
public void setDescription(InternationalString description) in some classes don't wok, 
if I creat the parameter of description with the method of
 public InternationalString createInternationalString
                                     ( java.util.Locale l, java.lang.String s) ,
for example, in the class of ExteranlLink, User, ExternalIdentifier.

I'd appreciate any help.


-Yan.


---------------------------------
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com

Reply via email to