Cart example is not stateful!?

2000-10-18 Thread Kuno Baeriswyl
Hi all, I need to implementing a stateful Session Bean. So, I took the Cart-example and added the following thinks to look the values of a stateful bean who shall be in the container (because by first call of this program, I added some beans). But, all Beans are destroyed. I can't see the

calling ProductServlet

2000-10-12 Thread Kuno Baeriswyl
Hey, I'm testing the Product example with EJB's. How I must call the ProductServlet? I tried to put it in the classes directory, but it doesn't work! Some one could help me? Thanks kuno -- -- http://zap.to/kuno -

Example ProductServlet.java

2000-10-11 Thread Kuno Baeriswyl
Hi, I need to call the Product Bean from a Servlet. I didn't configured something special, because from the command line it works fine. So, it put the compiled file in the class directory and call it from my browser. The server response me with following message: 500 Internal Server Error

RE:Error creating cart: Error creating EntityBean: User not found: ADMIN

2000-10-06 Thread Kuno Baeriswyl
Ok, I found the error in the product example. I need to modifiy the admin in the db.script file of the hypersonic database. greets kuno -- -- http://zap.to/kuno - Homepage -http://www.eif.ch -- --

Error creating cart: Error creating EntityBean: User not found: ADMIN

2000-09-29 Thread Kuno Baeriswyl
Hi I'm using hypersonic and need to test the ejb demo product. If I start the product client there appear the following message: C:\orion\demo\ejb\productjava -classpath .;../../../orion.jar;../../../ejb.jar;../../jndi.jar ProductClient Enter the id (integer) of the product you want to

Error creating cart: Error creating EntityBean: User not found: ADMIN

2000-09-28 Thread Kuno Baeriswyl
Hi I'm using hypersonic and need to test the ejb demo product. If I start the product client there appear the following message: C:\orion\demo\ejb\product>java -classpath .;../../../orion.jar;../../../ejb.jar;../../jndi.jar ProductClient Enter the id (integer) of the product you want to add: 1

JSP, Beans and setProperty *

2000-05-29 Thread kuno baeriswyl
Hey If I write a line like this: jsp:setProperty name="type" property="*"/> Orion (newest version) crash! So I have do write like this: jsp:setProperty name="type" property="comment"/> jsp:setProperty name="type" property="eventTypeName"/> Do have a idea why crash's with setProperty *? Thanks