Re: [HiveMind] Force loading of Services

2004-03-24 Thread John Rubier
On Wednesday March 24th 2004, Craigmcc wrote: Quoting Howard M. Lewis Ship [EMAIL PROTECTED]: I'm unconvinced this is necessary. I would tend to think that it is counter-productive. With late building of services (behind proxies), you will see error messages related to the construction

[HiveMind] multi-module classloader

2004-03-01 Thread John Rubier
= new RegistryBuilder(); * ... * /pre * * @author John Rubier * */ public class HiveModuleListClassLoader extends ClassLoader { ClassLoader _parent; public static final String HIVE_MODULE_LIST = META-INF/hivemodulelist.properties; public

Re: [HiveMind] multi-module classloader

2004-03-01 Thread John Rubier
On Monday March 1st 2004, Harish Krishnaswamy wrote: John Rubier wrote: I just wanted to post this in case anyone else was interested and to draw any criticism about how this could mess something up or trigger armageddon. It allows a list of hivemodule.xml locations to be defined