Fernando Rubbo created AS7-5731:
-----------------------------------
Summary: Add equivalent @WebContext for JAX-RS?
Key: AS7-5731
URL:
https://issues.jboss.org/browse/AS7-5731
Project: Application Server 7
Issue Type: Feature Request
Reporter: Fernando Rubbo
Currently, in our application we use @WebContext to set a different contextRoot for
JAX-WS. For example:
@Stateless
@SecurityDomain("test2")
@WebService(name = "HelloSoap", portName = "HelloSoapPort",
serviceName = "HelloSoap", targetNamespace = "http://com.test")
@WebContext(contextRoot = "/ws", urlPattern = "/HelloSoap",
secureWSDLAccess = false, authMethod = "BASIC", transportGuarantee =
"NONE")
public class HelloSoap { ... }
We would like to have an equivalent annotation for JAX-RS? It is required whenever a web
app uses FORM_AUTH and there exists web services (JAX-WS and JAX-RS), inside of the same
package, using as BASIC_AUTH.
Thankyou in advance,
Fernando Rubbo
--
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