[JBoss-user] [EJB/JBoss] - javax.naming.NameNotFoundException !

2004-03-10 Thread raja_chakraborty
Hi, I had been trying to deploy a simple Session bean on JBoss 3.2.3 but have been getting this exception : javax.naming.NameNotFoundException: TestHome not bound. My jndi.properties file has the following: | java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory | java.naming.

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: TopicConnectionFactory not bound !

2004-03-09 Thread raja_chakraborty
Thanks Adrian... Now when i went to the browser and typed anonymous wrote : http://localhost:8083/jmx-console/index.html it displayed a blank page, not the JMX Console atall. I have tried using the same with port 8080 also, but it showed a blank page again.Can you please explain why am I not d

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: TopicConnectionFactory not bound !

2004-03-08 Thread raja_chakraborty
Adrian, Yes I realized that JBoss 3.2.3 runs the JBossMQ 3.2 on its own. Another thing I noticed was that when I was running the JBoss 3.2.3 server, I checked the server.log file under C:\JBoss\jboss-3.2.3\server\default\log and I saw that the WebServer was running on 8083. The message display

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: TopicConnectionFactory not bound !

2004-03-07 Thread raja_chakraborty
Adrian, I am using JBoss 3.2.3 and JBossMQ 1.0.0-Beta-1. Do I still need to use ConnectionFactory instead of the TopicConnectionfactory? Are these 2 versions compatible with each other? Also, can you please tell me do I need to run both the JBoss server as well as the JBossMQ separately to use

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: TopicConnectionFactory not bound !

2004-03-05 Thread raja_chakraborty
Adrian, Finally I wanted to ask if there is any file where we need to enter our JNDI mapping names for the TopicConnectionFactory or any resource we are using? thanks Biswajit. http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3824369#3824369";>View the original post http://www.jboss.o

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: TopicConnectionFactory not bound !

2004-03-05 Thread raja_chakraborty
Hi Adrian, Can you please tell me to run these examples do I need to run both the JBoss server as well as the JBossMQ separately? I am asking you this because, if I run the JBoss server first and then run the JBossMQ later, it throws this exception saying that the NamingService couldnot be start

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: TopicConnectionFactory not bound !

2004-03-04 Thread raja_chakraborty
Hi Genman, I am using the code samples from documentation-example.zip I downloaded from this site. Anyway, I am writing down the code I am using which is throwing the exception... | /** |* Sets up all the JMS fixtures. |* |* Use close() when finished with object. |*