Are session beans reused?

1999-12-26 Thread Alex Paransky
I created a stateless session bean. My client creates the bean, and then calls remove on the bean. Every time the bean is created by the client, a new session object is created on the server (I know, because of a System.out.println in the constructor of the bean). I thought sessions were suppos

password & hSql

1999-12-26 Thread Bernard Sauterel
Problem with field "password" on Hypersonic SQL is now corrected. You can download hSql on "www.lynx.ch/contacts/~/thomasm/hSql.html" On Fri, Dec 24, 1999, Thomas Mueller <[EMAIL PROTECTED]> wrote: Begin Forwarded Message Hi Bernard I have corrected this probl

BUG: EJBHome.remove(Object) fails to remove session bean...

1999-12-26 Thread Alex Paransky
Section 5.3.2 of the ejb1_1-spec.pdf talks about being able to call EJBHome.remove(...) api to remove a session bean. When a remove is added to the Cart in the sample ejb tutorial, the following exception is produced: System/communication error: IO Error: Cannot invoke remove(Object primaryKey)