[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
Wed Mar 12 17:17:38 EDT 2008
| public Ejb3Deployer()
| {
| // TODO: when the annotation scanner deployer comes on, we will always have JBossMetaData
| //super(JBossMetaData.class);
| //addInput(JBossMetaData.class);
| addInput(MergedJBossMetaDataDeployer.EJB_MERGED_ATTACHMENT_NAME);
|
I tried setting the input in EJB3Deployer to use the mergedmetadata. So in the deploy method of ejb3deployer, I am seeing the merged meta data. But when the SecurityDomainMetaDataBridge is invoked, it is back to square one. Not the merged meta data.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4136125#4136125
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4136125
More information about the jboss-dev-forums
mailing list