[jboss-user] [JBossWS] - Re: endpoint handler

RomeuFigueira do-not-reply at jboss.com
Mon Oct 30 04:51:56 EST 2006


I've solved this problem by:

1º Generating the artifacts first (JbossIDE WS Pluggin (2.0 Beta2))
2º Manually editing webservices.xml to include the following lines:

....
  |  </service-impl-bean>
  |    <handler>
  |        		<handler-name>ServiceAttachmentHandler</handler-name>
  |         <handler-class>provisioning.ServiceAttachmentHandler</handler-class>
  |     </handler>
  |   </port-component>
  | .....

Handler is now properly interpreted as shown in the jboss log.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981693#3981693

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3981693




More information about the jboss-user mailing list