>CASE 1:
>If you are using jdk1.3, you'll know this is a known bug... ResourceBundle
>is broken in 1.3. Test the app with jdk1.2.2 and your problems will go
away.

well, i did not know it was a known bug. However, you're right, under 1.2.2
it runs OK.

>CASE 2:
>ECS might be using the wrong ClassLoader... Apache code usually misbehaves
>in this aspect. I only wish they would take advice... In Tomcat this might
>work, since contrary to Orion, Tomcat has no notion of REALLY isolated web
>applications.

can you elaborate on this a bit more? There is no ClassLoader mentioned in
the code that uses ResourceBundle. And what does Tomcat do differently than
Orion? Does it not conform to the J2EE spec? Why does it work under
tomcat/jdk1.3 ? Please enlighten me (mere mortal :)).

BTW, if I use jdk 1.2.2, killing the process now yields ugly error messages.
However, trying to use the following command:
java -jar admin.jar ormi://localhost admin adminpw -shutdown

yields another error:
Error: com.evermind.reflect.UndeclaredExceptionTypeException:
java.lang.ClassNotFoundException

am I again missing something?

thanks, Christian



Reply via email to