Here's what I have right now:
I'm using the HiveMindFilter, which is being loaded.
in WEB-INF/ I've got hivemodule.xml, into which I copied the config and service points for Startup.
When I startup, I get this error:
02/05 12:28:06 info [axis] Constructing HiveMind Registry.
02/05 12:28:06 error [axis] Service point hivemind.Startup does not exist.
org.apache.hivemind.ApplicationRuntimeException: Service point hivemind.Startup
does not exist.
at org.apache.hivemind.impl.RegistryImpl.getServicePoint(RegistryImpl.ja
va:142)
So what am I missing in my configuration?
Jamie
----- Original Message ----- From: "Knut Wannheden" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Saturday, February 05, 2005 11:34 AM
Subject: Re: the simplest example
Jamie,
This probably belongs on an FAQ list somewhere. See http://article.gmane.org/gmane.comp.jakarta.hivemind.user/494.
Regards,
--knut
On Sat, 5 Feb 2005 11:22:19 -0500, Jamie Orchard-Hays <[EMAIL PROTECTED]> wrote:
Since my last email, I (re)discovered the HiveMindFilter and have that deployed to my Web app. Now I'm at the point of figuring out why it's telling me it can't find hivemind.Startup... At least I'm getting somewhere now!
On Feb 5, 2005, at 12:00 AM, Albert Kwong wrote:
> I put my hivemodule.xml file as well as all the files > it loads up (e.g. submodule and resource files) into > the META-INF directory. Then the jar file created > (say calculator.jar) can be dropped into any other > project and be readily visible to the Registry. > > Albert > > --- Jamie Orchard-Hays <[EMAIL PROTECTED]> ååï >> Actually, that's the part I want to know about. >> What's the standard >> file layout? Does the location of the descriptor >> need to be specified >> if the layout is standard? >> >> >> >> >> On Feb 4, 2005, at 4:28 PM, Brian K. Wallace wrote: >> >>> -----BEGIN PGP SIGNED MESSAGE----- >>> Hash: SHA1 >>> >>> I may be mistaken, but I believe the "non-standard >> setup" refers to the >>> layout of files, not the >> configuration/implementation. This impacts >>> finding the descriptor (utilizing the PROJECT_ROOT >> system property) and >>> building the registry. Aside from that, the >> configuration/code looks >>> 'default'. >>> >>> Jamie Orchard-Hays wrote: >>> | What is the absolute minimal sort of >> code/configuration one needs >>> for a >>> | default style hivemind use? The calculator >> example says it uses a >>> | non-standard setup so it won't interfere with >> tests... >>> | >>> | >> > --------------------------------------------------------------------- >>> | To unsubscribe, e-mail: >> [EMAIL PROTECTED] >>> | For additional commands, e-mail: >>> [EMAIL PROTECTED] >>> | >>> | >>> | >>> -----BEGIN PGP SIGNATURE----- >>> Version: GnuPG v1.2.5 (MingW32) >>> >>> >> > iD8DBQFCA+kNaCoPKRow/gARAhaVAKDUJ5rEehfKpGG66sxYb8hxOdbc8ACgsKp2 >>> GzxvTue1qaYnZjzNDnErkjo= >>> =YwUP >>> -----END PGP SIGNATURE----- >>> >>> >> > --------------------------------------------------------------------- >>> 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] >> >> > > ===== > Are you an MBA? Check out http://www.mba.hk for value added services. > > --------------------------------------------------------------------- > 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]
--------------------------------------------------------------------- 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]
