[jboss-dev-forums] [Design of EJB 3.0] - Security domain annotation override from jboss-app.xml
anil.saldhana@jboss.com
do-not-reply at jboss.com
Tue Dec 19 14:04:37 EST 2006
There is a need for an security domain annotation override for jboss-app.xml
According to Bill
anonymous wrote : The EJB Container is based on AOP which allows annotation overrides.
| The DD parsing looks for security-domain with the jboss.xml file. If it exists, then it allocates a SecurityDomain annotation and adds it to the EJB Container's annotation override facility which in turn is picked up by AOP at interceptor bind time.
Now for the jboss-app.xml override,
anonymous wrote : What really needs to be done is a refactoring of the metadata parsing like it is in other deployers. That XML is parsed in a different, separate deployer. Then you can write an additional deployer that acquires metadata from the EAR level and augments the metamodel. That way the EJB deployment process is as isolated from EAR specific processing as possible.
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3995097#3995097
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3995097
More information about the jboss-dev-forums
mailing list