[jboss-dev-forums] [Design of EJB 3.0] - Security annotation usage need refactoring
scott.stark@jboss.org
do-not-reply at jboss.com
Tue Nov 27 15:29:28 EST 2007
The security related annotations are some of the least authoritative and simply need to be dropped in favor of the new metadata. The org.jboss.ejb3.security.JaccHelper and org.jboss.ejb3.Ejb3DescriptorHandler.addSecurityAnnotations are duplicating much of the metadata processing. I'm focusing on updating these two pieces of code to validate the AnnotationMetaDataDeployer behavior.
Initially I'm going to try to leave the aspect alone in terms of letting them continue to lookup the annotations and integrate the AnnotationMetaDataDeployer output via the MetaData repository. In the future I believe the security related metadata should be used instead.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4108229#4108229
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4108229
More information about the jboss-dev-forums
mailing list