Gerhard Petracek created TOMEE-1006:
---------------------------------------
Summary: servlets with init-param javax.ws.rs.Application fail
Key: TOMEE-1006
URL: https://issues.apache.org/jira/browse/TOMEE-1006
Project: TomEE
Issue Type: Bug
Affects Versions: 1.5.2
Reporter: Gerhard Petracek
Fix For: 1.5.3
one approach to configure a jax-rs implementation is to use:
<servlet>
<servlet-name>...</servlet-name>
<servlet-class>...</servlet-class>
<init-param>
<param-name>javax.ws.rs.Application</param-name>
<param-value>...</param-value>
</init-param>
</servlet>
once param-name is "javax.ws.rs.Application" an application with a custom
jax-rs implementation can't be deployed on tomee.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira