Hi,
        I am trying do messaging in JBOSS 2.2.1 with Tomcat 3.2.1 . So, i went
through the documentation that helps one create a sample MDB. I did that and
everything worked. Great docs. Now, i went ahead and changed the topic from
the default topic/testTopic and changed it to topic/Activity.
        I did the following steps:
        1. Added the following line in jbossmq.xml under Server -->
                <Topic><Name>Activity</Name></Topic>
                So, that means a physical topic is added to jbossmq server.

        2. Change the following line in jboss.xml
                <destination-jndi-name>topic/Activity</destination-jndi-name>

        3. Restart the JBoss Server. Server starts without any errors

        4. Redeploy the bean.

        I get the following exceptions:

                [Container factory] Serious error in init:
javax.naming.NameNotFoundException: Activity not bound
                [Container factory] java.lang.Exception:
javax.naming.NameNotFoundException: Activity not bound

        I have attached the complete print stack in the exception.txt.

        My question is do i need to do anything more to bind the topic Activity?
Because the documentation says for a Topic called Activity, JBoss creates a
jndi binding with the name topic/Activity.

Cheers,
Anjan


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to