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