Details
-
Improvement
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
None
-
None
-
None
Description
when running code such as this (with a web servlet)
UDDIClientContainer.getUDDIClient(null);
there is a warning generated, log.warn("Deprecated, please specify a client name");
however when specifying the name that's defined in the config file
UDDIClientContainer.getUDDIClient("name");
I get a config exception. From the looking at the code, it looks as if the "client" list never gets populated. So either the sample code is wrong or I'm using it incorrectly. In either case, this needs something more than no documentation at all
Attachments
Issue Links
- is depended upon by
-
JUDDI-246 Complete documentation of the 3.2.0 release functionality
- Closed