Re: RE : error when start OJB

2003-12-04 Thread Danilo Tommasina
Hi, it must be some classpath problem... note that all jars deployed in WEB-INF/lib are automagically added to the classpath by the web server, however if you use OJB in a standalone application, you have to add each jar file to the CLASSPATH and not only the directory where they are located.

RE : RE : error when start OJB

2003-12-04 Thread Sylvain.Thevoz
, December 04, 2003 12:19 PM To: OJB Users List Subject: Re: RE : error when start OJB Hi, it must be some classpath problem... note that all jars deployed in WEB-INF/lib are automagically added to the classpath by the web server, however if you use OJB in a standalone application