> However, I did modify the ear deployer to only deploy those > archives mentioned in application.xml. Unless this has been > modified since, ear files are not searched for deployable > entities (although jar, sar, rar, ... archives are).
Actually, this brings up a question I've meant to ask for a while - how do you guys determine the order for which modules are deployed when declared in an application.xml file? I had asked a few days ago how to control the order of deployment of ears and wars (currently separate in the deploy dir). But, without changing my deploy scripts in Ant, I wanted to see what the algorithm was (or where the code lives) that determines the order. I was thinking that if the war was defined last in the application.xml, it might get deployed last and thus my cheezy, x-appserver SessionContextListener would fire after all EJBs are deployed (Mbeans are out, as I don't have good mbean support in the jboss foe servers). Thanks, James ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
