[jboss-user] [Beginner's Corner] - Re: Role check is not executed

jaikiran do-not-reply at jboss.com
Tue Oct 20 12:06:03 EDT 2009


You can add it to the jboss.xml so that it applies to the entire ejb application:

  | <?xml version="1.0"?>
  | <jboss
  |         xmlns="http://www.jboss.com/xml/ns/javaee"
  |         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  |         xsi:schemaLocation="http://www.jboss.com/xml/ns/javaee
  |                             http://www.jboss.org/j2ee/schema/jboss_5_0.xsd"
  |         version="3.0">
  | ...
  | <security-domain>blah</security-domain>
  | ...
  | </jboss>

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

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4261314



More information about the jboss-user mailing list