You need to fix the order of deployment - in your case child module gets deployed before
parent.
See XMBean description for MainDeployer and how deployment units are ordered.
Or name your parent module lexicographically before child module.
--> aa.spring is before bb.spring
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4016905#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...