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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...