Ok, JBoss prepends the string 'topic/' to the topic name. So the real JNDI name of the topic 'MyTopic' is 'topic/MyTopic'.
Adding the xdoclet class level tag | @jboss.resource-env-ref resource-env-ref-name = "MyTopic" jndi-name = "topic/MyTopic" | to LogMessageServiceEJB has fixed this problem. Cheers, Boo. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3841533#3841533 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3841533 ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
