This is the top of my file -
<?xml version="1.0" encoding="UTF-8"?>
|
| <!DOCTYPE jboss PUBLIC
| "-//JBoss//DTD JBOSS 5.0//EN"
| "http://www.jboss.org/j2ee/dtd/jboss_5_0.dtd">
|
| <!-- ===================================================================== -->
| <!-- Standard JBoss EJB Configurations -->
| <!-- ===================================================================== -->
| <!-- $Id: standardjboss.xml 81918 2008-12-01 19:55:43Z anil.saldhana(a)jboss.com $
-->
|
| <jboss>
| <!--
| The missing-method-permissions-excluded-mode is a boolean
| that allows the deployer to globally indicate that all methods without a
| method-permission element should be treated as excluded(= true and the default),
| or that methods without a method-permission element should be treated as
| unchecked(= false)
| -->
| <security-domain>AproposSecurity</security-domain>
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4238500#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...