[jbossws-issues] [JBoss JIRA] Commented: (JBWS-1813) context-root in jboss.xml is ignored

Aditya Mishra (JIRA) jira-events at lists.jboss.org
Mon Sep 24 05:58:40 EDT 2007


    [ http://jira.jboss.com/jira/browse/JBWS-1813?page=comments#action_12378278 ] 
            
Aditya Mishra commented on JBWS-1813:
-------------------------------------

My ear fle is having the following structure.
test.ear-----
          --------testwar (contextRooot= /test)
          --------EJB3AsWebservice.jar (@org.jboss.ws.annotation.WebContext(contextRoot="/test")

This does not works. Here I am able to see the webservice deployed, but when I am clicking at wsdl file 404 error comes.
I have also tried with @org.jboss.wsf.spi.annotation.WebContext(contextRoot="/test"). But this takes the default webcontext. Why it is not taking the same context that my web application is having.

Here I am using the Jboss version: 4.2.0

> context-root in jboss.xml is ignored
> ------------------------------------
>
>                 Key: JBWS-1813
>                 URL: http://jira.jboss.com/jira/browse/JBWS-1813
>             Project: JBoss Web Services
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: jbossws-jaxws, jbossws-jaxrpc
>    Affects Versions: jbossws-2.0.1
>            Reporter: Thomas Diesler
>         Assigned To: Thomas Diesler
>             Fix For:  jbossws-2.0.2
>
>
> I want to override the default context root for my Web Services.
> So in my jboss.xml for (myEjb.jar) I have
> [QUOTE]
> <context-root>/webservices</context-root>
> [/QUOTE]
> inside the jboss->webservices node.
> But this doesn't seem to be working, the WSDLs are published at
> http://host/myApp-myEjb/

-- 
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