Re: non-ejb classes

2000-09-13 Thread Jacek Laskowski
Derek Akers wrote: Orion is having a problem invoking the useBean tag when given the class name of the object to instantiate. HEre is the code: jsp:useBean id="cartFactory" scope="session" class="cart.CartFinderBean" % System.err.println("Error using CartFinderBean"); %

non-ejb classes

2000-09-07 Thread Derek Akers
I have a small shopping cart example running with one small problem left. I am using 2 ejbs, one is a Cart bean and the other is a CartManager bean that keeps a hash table of cart objects and the session id's each is tied to. The Cart Manager is accessed through a non-ejb class that should be