| 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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...