[jboss-user] [Security] - Re: ejb not validating user role at session bean methods + J
Wolfgang Knauf
do-not-reply at jboss.com
Thu Oct 22 10:45:51 EDT 2009
Hi,
JBoss 5 allows this by adding a "jboss-app.xml" to META-INF of your EAR:
<?xml version="1.0" encoding="UTF-8"?>
| <!DOCTYPE jboss-app
| PUBLIC "-//JBoss//DTD J2EE Application 5.0//EN"
| "http://www.jboss.org/j2ee/dtd/jboss-app_5_0.dtd">
|
| <jboss-app>
| <security-domain>mysecuritydomain</security-domain>
|
| </jboss-app>
Best regards
Wolfgang
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4261736#4261736
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4261736
More information about the jboss-user
mailing list