[jbossws-issues] [JBoss JIRA] Commented: (JBWS-1093) Deploying a war that also contains normal servlets the web.xml is modified as if they are all endpoints

Darran Lofthouse (JIRA) jira-events at jboss.com
Mon Dec 4 10:05:55 EST 2006


    [ http://jira.jboss.com/jira/browse/JBWS-1093?page=comments#action_12348124 ] 
            
Darran Lofthouse commented on JBWS-1093:
----------------------------------------

Fixed the test case for JBoss deployments.  An implementation is still required for Tomcat.

> Deploying a war that also contains normal servlets the web.xml is modified as if they are all endpoints
> -------------------------------------------------------------------------------------------------------
>
>                 Key: JBWS-1093
>                 URL: http://jira.jboss.com/jira/browse/JBWS-1093
>             Project: JBoss Web Services
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: jaxrpc
>    Affects Versions:  jbossws-1.0.1
>         Environment: Deploying to JBoss 4.0.4.GA
>            Reporter: Darran Lofthouse
>         Assigned To: Darran Lofthouse
>             Fix For: jbossws-2.0.0, jbossws-1.0.4
>
>
> When deploying a war that contains web services the servlet definitions for the endpoints need to be modified so that they reference a JBossWS servlet instead of the endpoint implementation, this JBossWS implementation then delegates to the endpoint.
> For JBossWS 1.0.0 servlet entries were only modified if they were identified as endpoints based on the deployment of the webservices.xml
> For JBossWS 1.0.1 as part of removing the dependencies on JBossAS this was refactored and now the non web services servlets are identified if their name ends 'Servlet'.  The original logic from JBossWS 1.0.0 needs to be reimplemented but we also need to take into acount the different deployment scenarios.

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