Went back over the dependency stuff with a find tooth comb and found a hivemind-1.0-beta-1.jar file along with the hivemind-1.0-rc-1.jar and hivemind-lib-1.0-rc1.jar files. Considering all the class loader stuff that is happening in Hivemind, I really don't want to know the bad things I was doing to myself. The short version is that it works after I removed the old version of hivemind.
Thanks, Richard -----Original Message----- From: Howard Lewis Ship [mailto:[EMAIL PROTECTED] Sent: Thursday, August 26, 2004 3:55 PM To: [email protected] Subject: Re: severe error reported by hivemind-1.0-rc1 Please check your classpath to ensure that there aren't any out-of-date versions of HiveMind. I can assure you that the built-in test suite excercises this. On Thu, 26 Aug 2004 17:55:48 -0400, Hensley, Richard <[EMAIL PROTECTED]> wrote: > SEVERE: Error: Unable to read descriptor > jar:file:/C:/devtools/maven/maven-1.0/.maven/repository/hivemind/jars/hivemi > nd-lib-1.0-rc-1.jar!/META-INF/hivemodule.xml: Missing required attribute > 'service-id' in element module/service-point/invoke-factory (at > jar:file:/C:/devtools/maven/maven-1.0/.maven/repository/hivemind/jars/hivemi > nd-lib-1.0-rc-1.jar!/META-INF/hivemodule.xml, line 32). > > org.apache.hivemind.ApplicationRuntimeException: Unable to read descriptor > jar:file:/C:/devtools/maven/maven-1.0/.maven/repository/hivemind/jars/hivemi > nd-lib-1.0-rc-1.jar!/META-INF/hivemodule.xml: Missing required attribute > 'service-id' in element module/service-point/invoke-factory (at > jar:file:/C:/devtools/maven/maven-1.0/.maven/repository/hivemind/jars/hivemi > nd-lib-1.0-rc-1.jar!/META-INF/hivemodule.xml, line 32). > > at > org.apache.hivemind.parse.DescriptorParser.parse(DescriptorParser.java:1435) > at > org.apache.hivemind.impl.RegistryBuilder.processModule(RegistryBuilder.java: > 225) > at > org.apache.hivemind.impl.RegistryBuilder.processModulesResources(RegistryBui > lder.java:208) > at > org.apache.hivemind.impl.RegistryBuilder.processModules(RegistryBuilder.java > :180) > at > org.apache.hivemind.impl.RegistryBuilder.constructDefaultRegistry(RegistryBu > ilder.java:738) > > I looked around in the hivemodule.xml file, but I don't see where the > problem is. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Howard M. Lewis Ship Independent J2EE / Open-Source Java Consultant Creator, Jakarta Tapestry Creator, Jakarta HiveMind http://howardlewisship.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
