Re: Tyrex pooling issues (Tomcat 4.0.2)

2002-03-01 Thread Brad Thompson
> Also, to use the transaction manager, you need to get the OTS classes. I don't use the transaction manager, just the pooling code, and I still get NoClassDefFoundError's looking for org.omg.CosTransactions.Inactive, which lives in ots.jar. Since this seems to be a requirement for using any tyr

Re: Tyrex pooling issues (Tomcat 4.0.2)

2002-03-01 Thread Remy Maucherat
> I wanted to use tyrex to pool JNDI-acquired JDBC connections. I have > attached a file called "diary" that explains how I ultimately got this > working. Unfortunately, this required several undesirable things. First, > I had to specify a tomcat-specific class (tyrex.jdbc.ServerDataSource) > i

Tyrex pooling issues (Tomcat 4.0.2)

2002-02-28 Thread Brad Thompson
I wanted to use tyrex to pool JNDI-acquired JDBC connections. I have attached a file called "diary" that explains how I ultimately got this working. Unfortunately, this required several undesirable things. First, I had to specify a tomcat-specific class (tyrex.jdbc.ServerDataSource) in my web.x