well, well, well
I finally found the answer myself. You can configure these properties in jndi.properties
file as follows:
jnp.socketFactory=org.jnp.interfaces.TimedSocketFactory
jnp.timeout=1000
jnp.sotimeout=1000
If you are planning on using TimedSocketFactory, then you don't need to specify that
since that is the default value.
Hope this helps others.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4086305#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...