Uploaded image for project: 'JBoss Web Services'
  1. JBoss Web Services
  2. JBWS-3276

Implement support for POJO endpoints with no web.xml in archive

    XMLWordPrintable

Details

    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.

      Attachments

        Issue Links

          Activity

            People

              ropalka Richard Opalka
              ropalka Richard Opalka
              Votes:
              2 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: