Mike wrote:
Hello,

            When I clean out the work directory, it doesn't show the
serializable error message.  However, the second time I run it, it does show
it.
I was able to have the JDBC-ODBC Bridge work in Tomcat 4.1, so why shouldn't
it work with 5.5?

You are trying to serialize a class that isn't serializeable. Added to that, I can see no good reason to keep the InitialContext in the session.

Stop adding the InitialContext to the session and the error will stop.

If you tried doing this in 4.1 you would see a similar error.

Mark

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to