This definitely looks like a problem with JBoss AS CR1.
When using an exploded ear, the redeployment process redeploys the application for each
and every file which has changed in any metadata directory.
The packaging archiver seems to touch all files at each build, so it ends up with a
redeploy for each file in META-INF/WEB-INF (in my case, that is almost 20 files). After
that, the redeployment loop stop.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4171218#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...