Hello, I need some help figuring out what is needed to setup the JMS layer to use the same login-module as the EJB layer.
Let me clarify - I have a Swing client that logins in to the EJB layer just fine using a custom login module. If I try to use this same module for the 'jbossmq' application policy, I get the JMSSecurityException that says 'user null is NOT authenticated' (This is during deployment of the bean, when it is trying to subscribe to the queue) After doing some debugging, I can tell that my custom login module is not even being called by the SecurityInterceptor. So somewhere along the lines there is a disconnect with the principal information... I specify the mdb-user and mdb-password tags in the jboss.xml config. and still see the same exception. How can I configure the JMS subsystem to pick up the right username/password... I have read the docs, wiki, and scoured the forums...and finally have to admit that I need help :) --Bill View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861197#3861197 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3861197 ------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
