[EMAIL PROTECTED] wrote:
I belive some of this stuff was changed for them in 5.5 and the dbcp part is
called:
naming-factory-dbcp.jar
I am not using another dbcp library.
OJB is at the moment directly dependent on Commons DBCP to work at run-time,
even if you don't use the Commons DBCP connection factory.
(This should really be refactored to involve reflection calls, in which case
you would not need a Commons DBCP JAR unless you specifically switch your
OJB properties to use it.)
However, to solve your problem: just deploy the commons-dbcp JAR supplied
with OJB together with the OJB JAR (eg in your webapp's WEB-INF/lib,
or put it in CATALINA_HOME/common/lib).
Have a look at the OJB docs on the homepage to see the complete list
of run-time dependencies, if you were previously also depending on
eg Commons Pool from Tomcat.
FYI: Tomcat 4 shipped with a standard Commons DBCP JAR, but the JAR
you already found in Tomcat 5.5 has a specialiced org.apache.tomcat
class-structure.
Regards,
Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]