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

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

    [ https://issues.apache.org/jira/browse/JUDDI-670?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13862372#comment-13862372 ] 

ASF subversion and git services commented on JUDDI-670:
-------------------------------------------------------

Commit 1555397 from [~kstam] in branch 'juddi/trunk'
[ https://svn.apache.org/r1555397 ]

JUDDI-670 Cleaning up UDDIClientContainer

> 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)