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

2006-04-10 Thread anders.hedstrom
Have a look at http://labs.jboss.com/portal/jbossws/user-guide/en/html/headers-handlers.html#handlers View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3936219#3936219 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3936219

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

2006-04-10 Thread [EMAIL PROTECTED]
I tried your suggestion. I now have 3 handlers in my chain. That is, two from the standard-jbossws-endpoint-config.xml and one from my webservices.xml. However, none of them are getting their methods invoked at runtime. My webservices.xml now reads:

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

2006-04-10 Thread [EMAIL PROTECTED]
I changed to JBoss-4.0.4-RC2 and the handler's handleRequest method is being invoked. Sadly handleFault() isn't, which is the one I wanted to be invoked. Posting a bug with JBossws View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3936252#3936252 Reply to