[JBoss-user] Receive timed out exception when looking up Entity bean

2004-06-25 Thread rajeshnn
Title: Receive timed out exception when looking up Entity bean Hi I am trying to connect to an Entity bean from a java class. I am getting the following exception. javax.naming.CommunicationException: Receive timed out. Root exception is java. net.SocketTimeoutException: Receive timed out

RE: [JBoss-user] Receive timed out

2002-08-13 Thread Daniel.Santos.Ext_Pararede
I can also specify it through code right ? that's what I'm doing now. -Original Message- From: Sacha Labourey [mailto:[EMAIL PROTECTED]] Sent: Monday, August 12, 2002 11:26 AM To: [EMAIL PROTECTED] Subject: RE: [JBoss-user] Receive timed out you need to set correctly your jndi

RE: [JBoss-user] Receive timed out

2002-08-13 Thread Sacha Labourey
So, post your lookup code so we can see what is wrong. -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]De la part de [EMAIL PROTECTED] Envoyé : mardi, 13 août 2002 11:52 À : [EMAIL PROTECTED] Objet : RE: [JBoss-user] Receive timed out I can also specify

[JBoss-user] Receive timed out

2002-08-12 Thread Daniel.Santos.Ext_Pararede
Hello ! I have a simple session bean. Also have a client that calls a method on the session bean. The initial context is obtained, but when I go get the home interface the following exception is thrown to the client : javax.naming.CommunicationException: Receive timed out. Root exception is

RE: [JBoss-user] Receive timed out

2002-08-12 Thread Sacha Labourey
] Objet : [JBoss-user] Receive timed out Hello ! I have a simple session bean. Also have a client that calls a method on the session bean. The initial context is obtained, but when I go get the home interface the following exception is thrown to the client : javax.naming.CommunicationException