Prematurely ending the request in a handler before it reaches the ultimate 
receiver is probably not a good idea, and even if it works a terrible hack. Out 
of interest, have you tried?


I externalized the invoker providers, like this

  |   <mbean code="org.jboss.webservice.AxisService"
  |     name="jboss.ws4ee:service=AxisService">
  |     <depends>jboss:service=WebService</depends>
  |     <attribute name="WebServiceHost">${jboss.bind.address}</attribute>
  |     <attribute name="WebServiceSecurePort">8443</attribute>
  |     <attribute name="WebServicePort">8080</attribute>
  |     <attribute name="ValidateWsdlRequest">false</attribute>
  |     <attribute 
name="InvokerProviderEJB">org.jboss.webservice.server.InvokerProviderEJB</attribute>
  |     <attribute 
name="InvokerProviderJSE">org.jboss.webservice.server.InvokerProviderJSE</attribute>
  |   </mbean>
  | 

Available in jboss-4.0.1, within the next few days.
Does this help?

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

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


-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to