"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.connect). Is there a way how the container can provide me with a persistent socket connection to a specific machine on a specific port? Or do I have to write and configure my own resource adapter to handle these connections properly? Regards, Tobias View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834068#3834068 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3834068 ------------------------------------------------------- This SF.Net email is sponsored by Sleepycat Software Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to deliver higher performing products faster, at low TCO. http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3 _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
