If you have a look at http://localhost:8080/jmx-console/ you will find an MBean called 'JNDI View' which has a list method you can invoke to show you what is bound to JNDI.
This should be checked first to see if the expected item is bound, anyone that posts a question with a 'javax.naming.NameNotFoundException' has obviously not checked this. If an item you expect to be bound can not be found this is most likely to be caused by a deployment problem when the item you expect to be bound was deployed. There should be an error in the log to say what happened during deployment, this is the place to start when trying to track down the answer. The FAQ's either at the start of this forum or in the WIKI will contain information on comman deployment failures for JBoss MQ. To give you a head start - The most common cause of this problem is that the user configuring JBoss has screwed up the persistence configuration for JMS. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873829#3873829 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3873829 ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
