"eefahs" wrote : 
  | 
  | So what you are saying is that from an MDB, we cant access a secured EJB? 
  | 
  | 

See this 
http://wiki.jboss.org/wiki/SecurityExceptionWhenAccessingSecuredEJBFromAnMDB.

Also look at the ejb-jar.xml dtd which allows a "run-as" 
http://java.sun.com/dtd/ejb-jar_2_0.dtd. You can use that on the MDB definition 
in the ejb-jar.xml and specify the role name which has access to the secured 
EJB.


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4175499#4175499

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4175499
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to