Biking home i found time to think about the jdk 1.3 problem. My first answer
was wrong.

Dbforms can not be compiled with jdk 1.3 but should run with it.
You need some more jar files to substitute the missing classes:

  - you need jdbc 2.0, see comment from old version:

    <!-- 
       -  jdbc2_0-stdext.jar is used to compile JakartaConnectionProvider
class
       -  (it uses a Datasource object instead of DriverManager).
       -  J2SE JDK1.4.x includes this class into its core libraries;
       -  J2SE JDK1.3.x no.
       -
       -  http://java.sun.com/products/jdbc/download.html#binary
       -  I think the name in Maven land has changed to just jdbc. - DEP
       -->
    <dependency>
      <id>jdbc</id>
      <version>2.0</version>
      <properties>
              <war.bundle>true</war.bundle>
      </properties>
    </dependency>


To test it would be best to set up an enviroment with jdk 1.3 and tomcat
4.1.x and let the bookstore example run.
Then check the logs for errors/problems.

If you found some please report so that we can change the sources.



Cheers,
Henner



-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
DbForms Mailing List

http://www.wap-force.net/dbforms

Reply via email to