[jboss-dev-forums] [Design of EJB 3.0] - Re: Injection of Security Domain annotation into the contain
anil.saldhana@jboss.com
do-not-reply at jboss.com
Tue Mar 11 14:33:12 EDT 2008
org.jboss.ejb.deployers.MergedJBossMetaDataDeployer creates a merged metadata view (this takes care of the security domain cascading from the parent ear to the children aka war,ejb-jars). But the ejb3 container.getAnnotation is not taking the merged meta data into consideration.
The merged meta data view is available as:
| // Output the merged JBossMetaData
| unit.getTransientManagedObjects().addAttachment(JBossMetaData.class, mergedMetaData);
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4135738#4135738
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4135738
More information about the jboss-dev-forums
mailing list