[jbossws-issues] [JBoss JIRA] Updated: (JBWS-2218) @WebContext url pattern problem

Alessio Soldano (JIRA) jira-events at lists.jboss.org
Wed Jun 11 11:47:15 EDT 2008


     [ http://jira.jboss.com/jira/browse/JBWS-2218?page=all ]

Alessio Soldano updated JBWS-2218:
----------------------------------

    Component/s: jbossws-native
    Description: 
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

  was:

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


> @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) 
>          Components: jbossws-native
>            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

        



More information about the jbossws-issues mailing list