Hi, OJB uses a preprocessor to prepare the sourcecode for different JDK versions.
The code in src/java is for JDK1.4. the ant target preprocess detects the JDK version you are using, preprocesses the code accordingly and puts the resulting source code to target/src/java. If you want to use jdk1.2 or 1.3 you have to work with the preprocessed code only. cheers, Thomas Anil Sharma wrote: > I am working on jojb 0.9.6. While trying to build the src, I found that > org.apache.ojb.broker.util.pooling.WrappedConnection uses java.sql.SavePoint > which I believe is implemented only in jdk1.4. Any inputs/experience using > that ? > > Anil > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
