|
Ok, wrote a simply main into my globlal class and ran it as a Java
Application under Eclipse and had no problem making it work. Howard Lewis Ship wrote: That's a real puzzler! Looks like two different copies of AdderImpl have been loaded into memory (can't figure out why) and they are competing. I believe your code that passes in Adder.class is passing in a different version (again, can't figure out why). Please look into where hivemind.jar is on the classpath, where Adder.class is on the classpath. Sometimes servlet containers break the normal rules on classloader search paths.This does look very similar to the code I'm using on my project (well, except that I subclass HiveMindFilter to create my Registry) and it, no surprises, works flawlessly. On Thu, 14 Oct 2004 16:22:33 -0300, Adam Greene <[EMAIL PROTECTED]> wrote: --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] |
- Cannot get Hivemind to work Adam Greene
- Re: Cannot get Hivemind to work Howard Lewis Ship
- Re: Cannot get Hivemind to work Adam Greene
- Re: Cannot get Hivemind to work Adam Greene
- Re: Cannot get Hivemind to work Howard Lewis Ship
- Re: Cannot get Hivemind to work Adam Greene
- Re: Cannot get Hivemind to work Howard Lewis Ship
- Re: Cannot get Hivemind to wor... Adam Greene
