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

Spaces around the class specified in servlet-class of the POJO endpoint causes ClassNotFound exception.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • jbossws-1.0.3
    • jbossws-1.0.1
    • None
    • None
    • Workaround Exists
    • Hide

      Remove all of the white space around the classname.

      Show
      Remove all of the white space around the classname.

      Spaces around the class specified in servlet-class of the POJO endpoint causes ClassNotFound exception.

      If the implementation of the endpoint is defined as follows: -

      <servlet>
      <servlet-name>UnsecuredService</servlet-name>
      <servlet-class>
      org.jboss.support.wssecurity.UnsecuredService
      </servlet-class>
      </servlet>

      There will be a ClassNotFoundException invoking the endpoint saying that this class can not be found.

            darran.lofthouse@redhat.com Darran Lofthouse
            darran.lofthouse@redhat.com Darran Lofthouse
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: