Subject | Re: Jaybird Problem |
---|---|
Author | Roman Rokytskyy <rrokytskyy@acm.org> |
Post date | 2003-02-26T20:58:21Z |
> I made another test using Tomcat, I use a session bean, databaseWhat do you mean by keeping the connections among jsp pages? If you
> connection works fine, my problem is that JayBird does not keep
> connection among jsp pages.
open a connection, it is open. If you close it - it will be closed.
> I don't know if exists a bug at Jaybird or Tomcat on sessionDo you store connections in session? Is your session serialized? In
> objects.
>
> When I try to post another jsp page, Jaybird throws an
> exception "GDB Lost communication channel".
general you cannot store connections in session, because session can
contain only serializable objects, connection is not serializable.
> I made tests on Interclient, but I need a version which supportsPost your test case and exception stack trace. Without this
> JDK 1.4.
>
> Does somebody know what is wrong, or what's my problem?
information we will not be able to help you.
Best regards,
Roman Rokytskyy