Subject Re: Jaybird Problem
Author Roman Rokytskyy <rrokytskyy@acm.org>
> I made another test using Tomcat, I use a session bean, database
> connection works fine, my problem is that JayBird does not keep
> connection among jsp pages.

What do you mean by keeping the connections among jsp pages? If you
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 session
> objects.
>
> When I try to post another jsp page, Jaybird throws an
> exception "GDB Lost communication channel".

Do you store connections in session? Is your session serialized? In
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 supports
> JDK 1.4.
>
> Does somebody know what is wrong, or what's my problem?

Post your test case and exception stack trace. Without this
information we will not be able to help you.

Best regards,
Roman Rokytskyy