This is in 4.0

I made some changes to deployment

* There is a new archive type called .deployer  I extended SARDeployer to accept 
.deployer files as well as .sar and service.xml files.
* .deployer files are deployed before anything else by the DeploymentSorter.

* Added MainDeployer XMBean config file so that you can configure the default 
SuffixOrder.

* When deploying new files, Scanners will now check to see if 
MainDeployer.getSuffixOrder array has changed.  If it has changed, the scanner resorts 
its deployment list.

The above allows you to package Deployers in an archive (.deployer) and put them in 
the deploy/ directory with no extra configuration.  At startup, deployers should 
modify the MainDeployer.setSuffixOrder to add their specific archive format so that 
the DeploymentSorter picks it up.  For instance, the AOP Deployer inserts "aop" just 
after the "deployer".

On a related note.  AOP is now packaged as a .deployer file.

Bill

-- 
================
Bill Burke
Chief Architect
JBoss Inc.
================

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846951#3846951

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3846951


-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to