[jboss-user] ClientSocketFactory with EJB3 JBoss-5.0.0.Beta4

2008-04-25 Thread samar
Hello, We want to use a ClientSocketFactory and after some reads (Remoting guide) we have configured this in the file $JBOSS_HOME/server//deploy/ejb3-connectors-service.xml : 1 303 2 ${jboss.bind.address}

[jboss-user] Socket keep alive with client EJB3

2008-04-25 Thread samar
Hello, We are using a Swing client standalone which invokes EJB3 methods. After each call, the socket is released. For security reasons, we have to maintain the connection (keep alive) and not release it after each call. Is it possible to do this. Thanks in advance. _