Alex O'Ree created JUDDI-670:
--------------------------------
Summary: Document the correct usage of UDDIClientContainer
Key: JUDDI-670
URL: https://issues.apache.org/jira/browse/JUDDI-670
Project: jUDDI
Issue Type: Bug
Reporter: Alex O'Ree
Assignee: Kurt T Stam
Fix For: 3.2
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
--
This message was sent by Atlassian JIRA
(v6.1#6144)