Looking at the MainDeployer for JBMICROCONT-187 issue, I see that this
| /** Deployments missing deployers */
| private Map<String, DeploymentContext> missingDeployers = new
ConcurrentHashMap<String, DeploymentContext>();
|
has no usage + no right place to populate it.
What was the usage of this?
Matching structural deployers?
Since with the real aspectized deployers, I don't see how you can determine if the
deployment unit hasn't been 'touched', other than comparing the attachments
snapshots before and after the deploy.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4103724#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...