@WebContext url pattern problem
-------------------------------
Key: JBWS-2218
URL:
http://jira.jboss.com/jira/browse/JBWS-2218
Project: JBoss Web Services
Issue Type: Bug
Security Level: Public (Everyone can see)
Reporter: Ali Gohar
I am using jboss-4.2.2 and EJB 3.0 SLSB to generate a webservice. I've defined a
@WebContext for the webservice like:
Code:
@WebContext (contextRoot = "/myweb",
urlPattern="/myweb-service/WebDelegateEndPoint")
Notice that "myweb" is common in contextRoot and urlPattern attributes. When
jbossws generates the webservice, it generates the URL for the webservice as:
http://localhost:8080/myweb/-service/WebDelegateEndPoint?wsdl
Notice the missing "myweb" in the url pattern.
I am expecting it to generate:
http://localhost:8080/myweb/myweb-service/WebDelegateEndPoint?wsdl
Thanks
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira