"alesj" wrote : 
  | Simply short circuit it on the first line of deploy(),
  | and all you would gain is one more invocation, which almost shouldn't show. 

I think we will instead change the EJB3Deployer to extend from 
AbstractSimpleVFSRealDeployer and let the 
addInput(MergedJBossMetaDataDeployer.EJB_MERGED_ATTACHMENT_NAME); remain to 
allow proper ordering:


public class Ejb3Deployer extends AbstractSimpleVFSRealDeployer<JBossMetaData>
  | {
  | 
  |    public Ejb3Deployer()
  |    {
  |       addInput(MergedJBossMetaDataDeployer.EJB_MERGED_ATTACHMENT_NAME);
  | 

"alesj" wrote : 
  | If that's just a String key, that's a special use case.
  | 

I didn't get this. You mean deployers aren't expected (in general) to have a 
String key as a requirement? 




View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4236309#4236309

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4236309
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to