----- Original Message ----- From: "marc fleury" <[EMAIL PROTECTED]> To: "marc fleury" <[EMAIL PROTECTED]>; "David Jencks" <[EMAIL PROTECTED]> Cc: "Jboss-Development @ Lists . Sourceforge . Net" <[EMAIL PROTECTED]> Sent: Wednesday, March 13, 2002 5:42 AM Subject: RE: [JBoss-dev] ordering proposal
> ok, > > so i will implement the following > > deploy directory remains there, you can drop anything in deploy. > > 3 rules: > > 1- There is an ordering in deploy xml>sar>war>ear>jar or whatever i had in > there before. > > 2-if you deploy a bean with dependencies, whatever they may be, i.e. > sar/ear/war/rar/jar containment is enough to order. The inner stuff is > deployed first > so > jar/ > ---sar > ---war/ > ------jar2 > > will result in the following order > jar2>sar>war>jar > > this is great, this is today in cvs, unless a certain someone removed this > as well. > > The problem is a painful russian doll structure. This is using Ant as the deployment language. If the sar depends on the war because it is adapting a legacy protocol to soap for example, you would then need to repackage the above to: jar/ ---war/ ------sar ------jar2 I would rather see an ear as the standalone deployment package and include a jboss-application.xml descriptor that allows for the specification of deployment ordering in there. _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
