[
https://issues.apache.org/jira/browse/SCOUT-104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kurt T Stam updated SCOUT-104:
------------------------------
Fix Version/s: 1.2.3
> 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