[
https://issues.apache.org/jira/browse/WINK-269?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12851096#action_12851096
]
Raymond Feng commented on WINK-269:
-----------------------------------
Our requirements are as follows:
1) We need to access the RestServlet class (and related RegistrationUtils) so
that we can integrate with Wink problematically (not through web.xml) to
register a JAX-WS application with a HTTP container
2) We need to use the code in both OSGi and non-OSGi environment. To access
RestServlet under OSGi, we will need to add it to the Import-Package header. It
means that this class has to be exported from the Wink bundles.
Thanks,
Raymond
> org.apache.wink.server.internal.servlet.RestServlet should be made as a SPI
> and exported to OSGi
> ------------------------------------------------------------------------------------------------
>
> Key: WINK-269
> URL: https://issues.apache.org/jira/browse/WINK-269
> Project: Wink
> Issue Type: Wish
> Reporter: Raymond Feng
>
> In Apache Tuscany, we try to integrate wink to support JAX-RS with a plugable
> http container (such as embedded Tomcat/Jetty or OSGi http service). We need
> to create the RestServlet and register it to our HTTP servlet host. This is
> different from the web.xml configuration for a fully-blown web app.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.