RE: Why!?.... NoClassDefFoundError

2000-09-14 Thread Maxim Weiss
Hello,   Does Orion have an implementation for JMS SessionPool. If so, how can I create SessionPool. I just cannot find any Factory class for it.   Thanks in advance, -maxim

RE: Why!?.... NoClassDefFoundError

2000-09-13 Thread Joe Walnes
Make sure the files orion.jar, ejb.jar and naming.jar (in the orion dir) are in your classpath. -Joe Walnes -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Carl Troedsson Sent: 13 September 2000 17:26 To: Orion-Interest Subject: Why

Why!?.... NoClassDefFoundError

2000-09-13 Thread Carl Troedsson
Hi, I have installed Orion server. The example JSP-pages and servlets works fine, but when I try the EJB examples (ProductClient etc) I recieve a Exception in thread "main" java.lang.NoClassDefFoundError. javax/ejb/CreateException I have also tried to compile these classes and then recieved