From: Vance K. <va...@us...> - 2006-02-23 06:26:36
|
User: vancek Date: 06/02/22 22:26:35 Modified: andromda-ejb3/src/main/resources/templates/ejb3 SessionBean.vsl Log: removed security annotations from class level - only have operation level security annotations Revision Changes Path 1.18 +0 -7 cartridges/andromda-ejb3/src/main/resources/templates/ejb3/SessionBean.vsl Index: SessionBean.vsl =================================================================== RCS file: /cvsroot/andromdaplugins/cartridges/andromda-ejb3/src/main/resources/templates/ejb3/SessionBean.vsl,v retrieving revision 1.17 retrieving revision 1.18 diff -u -w -r1.17 -r1.18 --- SessionBean.vsl 23 Feb 2006 06:25:06 -0000 1.17 +++ SessionBean.vsl 23 Feb 2006 06:26:35 -0000 1.18 @@ -29,13 +29,6 @@ @org.jboss.annotation.security.SecurityDomain("${service.securityRealm}") #**##end #end -#if ($service.permitAll) -...@ja...rmitAll -#elseif ($service.denyAll) -...@ja...nyAll -#elseif ($service.rolesAllowed) -...@ja...lesAllowed({${service.rolesAllowed}}) -#end #if ($service.runAs) @javax.annotation.security.RunAs("${service.runAs}") #end |