[ 
https://issues.apache.org/jira/browse/WINK-266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12852073#action_12852073
 ] 

Hudson commented on WINK-266:
-----------------------------

Integrated in Wink-Trunk-JDK1.5 #305 (See 
[http://hudson.zones.apache.org/hudson/job/Wink-Trunk-JDK1.5/305/])
    : make some fields in RestServlet public


> RestServlet constants should be publicily consumable
> ----------------------------------------------------
>
>                 Key: WINK-266
>                 URL: https://issues.apache.org/jira/browse/WINK-266
>             Project: Wink
>          Issue Type: Improvement
>          Components: Server
>            Reporter: Jason Dillon
>            Assignee: Mike Rheinheimer
>             Fix For: 1.1
>
>         Attachments: 0002-Make-RestServlet-constants-public.patch
>
>
> These should be public:
> {code}
>    private static final String APPLICATION_INIT_PARAM  = 
> "javax.ws.rs.Application"; //$NON-NLS-1$
>    private static final String PROPERTIES_DEFAULT_FILE = 
> "META-INF/wink-default.properties"; //$NON-NLS-1$
>    private static final String PROPERTIES_INIT_PARAM   = 
> "propertiesLocation"; //$NON-NLS-1$
>    private static final String APP_LOCATION_PARAM      = 
> "applicationConfigLocation"; //$NON-NLS-1$
>    private static final String DEPLYMENT_CONF_PARAM    = 
> "deploymentConfiguration"; //$NON-NLS-1$
> {code}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to