Patches item #543348, was opened at 2002-04-13 01:48 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376687&aid=543348&group_id=22866
Category: JBossServer Group: v3.0 Rabbit Hole (unstable) Status: Open Resolution: None Priority: 5 Submitted By: Larry Sanderson (lsanders) Assigned to: Nobody/Anonymous (nobody) Summary: Better deployment of nested archives Initial Comment: Currently the main deployer attempts to discover all nested deployments. This patch moves that responsibility to the SubDeployers. SubDeployers are now expected to discover and initialize all nested archives in their init() method. I moved the MainDeployer's nested-archive-discovery code to SubDeployerSupport (the super class of all current Deployers). This allows deployers to inherit the behaviour that MainDeployer provided previously. The war deployer (AbstractWebContainer.java) and the ear deployer (EJBDeployer.java) both override the inherited behaviour, and provide their own implementations, as per the j2ee and servlet specs. The attached jar file includes all code modifications for this release. These changes include all changes in patch http://sourceforge.net/tracker/? func=detail&aid=542341&group_id=22866&atid=376687. -Larry ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376687&aid=543348&group_id=22866 _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
