this:
/**
* Bootstrap the application using HiveMind regsitry.
*
* @param args String[]
*/
public static final void main(String[] args) {
// create an application main class using HiveMind factory
registry = RegistryBuilder.constructDefaultRegistry();
VTMain main = (VTMain) registry.getService(VTMain.class);
main.execute();
}
It works when run in my JBuilder environment, but using the maven build,
will not run it.
TIA,
John
----- Original Message -----
From: James Carman
To: [email protected]
Sent: Wednesday, February 08, 2006 3:15 PM
Subject: RE: any ideas what cause this hivemind startup exception?
What code are you using to construct your registry?
From: John Coleman [mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 08, 2006 10:13 AM
To: HiveMind user group
Subject: any ideas what cause this hivemind startup exception?
Exception in thread "main"
org.apache.hivemind.ApplicationRuntimeException: Service point
hivemind.Startup does not exist.
at
org.apache.hivemind.impl.RegistryInfrastructureImpl.getServicePoint(Registry
InfrastructureImpl.java:179)
at
org.apache.hivemind.impl.RegistryInfrastructureImpl.getService(RegistryInfra
structureImpl.java:205)
at
org.apache.hivemind.impl.RegistryInfrastructureImpl.startup(RegistryInfrastr
uctureImpl.java:434)
at
org.apache.hivemind.impl.RegistryBuilder.constructRegistry(RegistryBuilder.j
ava:154)
at
org.apache.hivemind.impl.RegistryBuilder.constructDefaultRegistry(RegistryBu
ilder.java:196)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]