-
Bug
-
Resolution: Done
-
Major
-
jbossws-1.0.1
-
None
-
None
-
Workaround Exists
-
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.