I'm trying to deploy a war file in JBoss 4.2.2GA. A previous version was deployed without issue, but now I see:
Deployment of package: file:....war is waiting for an appropriate deployer.
followed by a list of a bajillion Packages waiting for a deployer
along with their deployment status.
What do these messages mean? Before I start trying to diagnose the problem, I would like to first understand what it is that JBoss is trying to tell me. Googling did not reveal any relevant documentation. (The Javadoc for the DeploymentState enumeration lists all of the possible deployment states, and has absolutely nothing further to say about any of them.)