Hi Yang,
I took a review of your prototype and found you are implementing it in Java
5 SDK. Currently SDO impl is on JDK 1.4. Do you plan to support JDK 1.4 for
this registry feature? Thanks.
Fuhwei
Yang ZHONG <[EMAIL PROTECTED]> wrote: I've updated the registry proposal
basing on Jim's feedback especially his
wonderful runtime-pick-scope idea.
Please see the new attachment at
http://issues.apache.org/jira/secure/attachment/12340483/registry3.zip
for JIRA
http://issues.apache.org/jira/browse/TUSCANY-677
Thanks, Jim.
For your convenience, here copys some package description from the included
JavaDoc
(Still the included ReadMe.txt may help you find corresponding info)
1. Accessing the registry service
WSDLRegistries WSDL;
@Autowire
public setWSDLRegistries(WSDLRegistries registries)
{
WSDL = registries;
}
2. Accessing Definition identified by Name Space
Definition myDefinition = WSDL.getDefinition( "
http://incubator.apache.org/tuscany");
--
Yang ZHONG