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.
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
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
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
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
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
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.
|*