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)" <sc...@ws.apache.org> on 2011/06/18 17:23:47 UTC

[jira] [Closed] (SCOUT-104) make property constants public in org.apache.ws.scout.registry.ConnectionFactoryImpl

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

Kurt T Stam closed SCOUT-104.
-----------------------------


> make property constants public in org.apache.ws.scout.registry.ConnectionFactoryImpl
> ------------------------------------------------------------------------------------
>
>                 Key: SCOUT-104
>                 URL: https://issues.apache.org/jira/browse/SCOUT-104
>             Project: Scout
>          Issue Type: Improvement
>          Components: Scout Implementation
>    Affects Versions: 1.2.2
>            Reporter: subes
>            Assignee: Kurt T Stam
>             Fix For: 1.2.3
>
>
> Hi,
> in org.apache.ws.scout.registry.ConnectionFactoryImpl all property constants are private which disallows me to use those constants in my code which prepares the jarx properties.
> I mean these constants:
> private static final String QUERYMANAGER_PROPERTY = "javax.xml.registry.queryManagerURL";
> private static final String LIFECYCLEMANAGER_PROPERTY = "javax.xml.registry.lifeCycleManagerURL";
> private static final String SECURITYMANAGER_PROPERTY = "javax.xml.registry.securityManagerURL";
> private static final String SEMANTICEQUIVALENCES_PROPERTY = "javax.xml.registry.semanticEquivalences";
> private static final String POSTALADDRESSSCHEME_PROPERTY = "javax.xml.registry.postalAddressScheme";
> private static final String AUTHENTICATIONMETHOD_PROPERTY = "javax.xml.registry.security.authenticationMethod";
> private static final String MAXROWS_PROPERTY = "javax.xml.registry.uddi.maxRows";
> Another reason to do this, is creating consistency, because the constants in org.apache.ws.scout.registry.RegistryImpl are all public.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira