[JBoss-user] [EJB/JBoss] - Re: Socket connections in stateful session bean

2004-05-07 Thread tbrandt
"An enterprise bean must not attempt to listen on a socket, accept connections on a socket, or use a socket for multicast." This is what the ejb spec (2.1) says. I do not listen on a socket, nor do I accept connections nor do I use a socket for multicast. I am connecting to a socket (Socket.con

[JBoss-user] [EJB/JBoss] - Socket connections in stateful session bean

2004-05-07 Thread tbrandt
Hi, We are trying to connect a legacy server from a stateful session bean via tcp/ip sockets. The server is an interpreter which provides applications itself (in a binary protocol). As we want to provide these applications on the web, we built a stateful bean which acts as a client to this serv