[jbossws-issues] [JBoss JIRA] Updated: (JBWS-3276) Implement support for POJO endpoints with no web.xml in archive

Richard Opalka (JIRA) jira-events at lists.jboss.org
Fri Jun 3 05:13:59 EDT 2011


     [ https://issues.jboss.org/browse/JBWS-3276?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Richard Opalka updated JBWS-3276:
---------------------------------

              Description: 
See JSR 109, version 1.3 final spec, section 5.3.2.1 javax.jws.WebService annotation

Following default mapping rules apply for Web modules that contain Servlet based endpoints that use this
annotation but do not package a web.xml or a partial web.xml:
• fully qualified name of the Service Implementation Bean class maps to <servlet-name> element in
   web.xml.
• fully qualified name of the Service Implementation Bean class maps to <servlet-class> element in
   web.xml (also specified in section 7.1.2)
• serviceName attribute of javax.jws.WebService annotation prefixed with "/" maps to <url-pattern>
   element in web.xml. If the serviceName attribute in javax.jws.WebService annotation is not
  specified, then the default value as specified in JSR-181 specification is used.

    JBoss Forum Reference: http://community.jboss.org/message/601275  (was: http://community.jboss.org/message/601275)


> Implement support for POJO endpoints with no web.xml in archive
> ---------------------------------------------------------------
>
>                 Key: JBWS-3276
>                 URL: https://issues.jboss.org/browse/JBWS-3276
>             Project: JBoss Web Services
>          Issue Type: Feature Request
>      Security Level: Public(Everyone can see) 
>          Components: jbossws-integration
>            Reporter: Richard Opalka
>             Fix For: jbossws-native-4.0,  jbossws-cxf-4.0
>
>
> See JSR 109, version 1.3 final spec, section 5.3.2.1 javax.jws.WebService annotation
> Following default mapping rules apply for Web modules that contain Servlet based endpoints that use this
> annotation but do not package a web.xml or a partial web.xml:
> • fully qualified name of the Service Implementation Bean class maps to <servlet-name> element in
>    web.xml.
> • fully qualified name of the Service Implementation Bean class maps to <servlet-class> element in
>    web.xml (also specified in section 7.1.2)
> • serviceName attribute of javax.jws.WebService annotation prefixed with "/" maps to <url-pattern>
>    element in web.xml. If the serviceName attribute in javax.jws.WebService annotation is not
>   specified, then the default value as specified in JSR-181 specification is used.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       



More information about the jbossws-issues mailing list