You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@juddi.apache.org by "Kurt T Stam (JIRA)" <ju...@ws.apache.org> on 2014/01/04 18:54:52 UTC

[jira] [Resolved] (JUDDI-670) Document the correct usage of UDDIClientContainer

     [ https://issues.apache.org/jira/browse/JUDDI-670?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kurt T Stam resolved JUDDI-670.
-------------------------------

    Resolution: Fixed

I updated the example code. The UDDIClientContainer is really only for internal use. 

> Document the correct usage of UDDIClientContainer
> -------------------------------------------------
>
>                 Key: JUDDI-670
>                 URL: https://issues.apache.org/jira/browse/JUDDI-670
>             Project: jUDDI
>          Issue Type: Improvement
>            Reporter: Alex O'Ree
>            Assignee: Kurt T Stam
>            Priority: Critical
>             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.5#6160)