[jboss-user] [Remoting] - Re: How to handle exceptions on ejb invocations over http se

ron.sigal@jboss.com do-not-reply at jboss.com
Tue Sep 16 01:55:31 EDT 2008


See Section "5.4.14. Exception handling for web based clients" of the Remoting Guide (http://www.jboss.org/jbossremoting/docs/guide/2.2/html/index.html).

In particular, add "return-exception=true" to the InvokerLocator in .../server/$CONFIG/deploy/ejb3.deployer/META-INF/jboss-service.xml:


  | <attribute name="InvokerLocator">socket://${jboss.bind.address}:3873/?return-exception=true</attribute>
  | 



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

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



More information about the jboss-user mailing list