Is there any way to cancel a remote invokation? I have richt client which call
some ejb beans on the server with jboss remoting. For a potentially long
running process I want to be able to cancel the invokation. Is there any (jboss
specific) way to do this?
View the original post :
http://www.
After digging through the doc I found that changing an attribute in
ejb3.deployer/META-INF/jboss-service.xml did the thing:
socket://0.0.0.0:3873/?socketTimeout=30
Thanks to scott for replying fast and helpfully.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewt
I'm setting the following settings in jndi.properties which is read by my
client:
| java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory
| java.naming.provider.url=jnp://localhost:1099
| java.naming.factory.url.pkgs=org.jboss.naming.client
|
| jnp.socketFactory=org.jnp.