[
https://issues.apache.org/jira/browse/WINK-244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12805795#action_12805795
]
Hudson commented on WINK-244:
-----------------------------
Integrated in Wink-Trunk-JDK1.5 #257 (See
[http://hudson.zones.apache.org/hudson/job/Wink-Trunk-JDK1.5/257/])
Fix error in messages log
Thanks Davanum Srinivas for reporting the issue.
See []
> Wrong log during servlet startup
> --------------------------------
>
> Key: WINK-244
> URL: https://issues.apache.org/jira/browse/WINK-244
> Project: Wink
> Issue Type: Bug
> Reporter: Davanum Srinivas
> Assignee: Bryant Luk
> Priority: Minor
> Fix For: 1.1
>
>
> My Web.xml says:
> <servlet>
> <servlet-name>restSdkService</servlet-name>
>
> <servlet-class>org.apache.wink.server.internal.servlet.RestServlet</servlet-class>
> <init-param>
> <param-name>applicationConfigLocation</param-name>
> <param-value>/WEB-INF/application</param-value>
> </init-param>
> </servlet>
> When i start the servlet, i see the following in the logs
> 189 [http-8080-1] INFO
> org.apache.wink.common.internal.application.ApplicationFileLoader - Loading
> application from META-INF/core/wink-providers.
>
> 616 [http-8080-1] INFO org.apache.wink.server.internal.servlet.RestServlet -
> Using application classes null named in init-param applicationConfigLocation
>
> The first line makes sense, the second one does not.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.