[jboss-dev-forums] [Design of JBoss Remoting, Unified Invokers] - Re: Exception propagation using HTTP servlet transport on 1.
ron.sigal@jboss.com
do-not-reply at jboss.com
Thu Dec 6 22:03:24 EST 2007
Hi Martin,
In $SERVER_HOME/server/default/$DEPLOY_DIR/ejb3.deployer/META-INF/jboss-service.xml, change the line
| <attribute name="InvokerLocator">socket://${jboss.bind.address}:3873</attribute>
|
to
| <attribute name="InvokerLocator">socket://${jboss.bind.address}:3873/?return-exception=true</attribute>
|
As you say, you can't access this stuff programmatically.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4111079#4111079
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4111079
More information about the jboss-dev-forums
mailing list