Trying to compile OJB-1.0.rc7 gives the following:
main-opt: [javac] Compiling 553 source files to C:\Java\db-ojb-1.0.rc7\target\classes [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -deprecation for details. [javac] Compiling 266 source files to C:\Java\db-ojb-1.0.rc7\target\classestest [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -deprecation for details. [javac] Compiling 85 source files to C:\Java\db-ojb-1.0.rc7\target\classestools [javac] Compiling 9 source files to C:\Java\db-ojb-1.0.rc7\target\classesjca
[javac] C:\Java\db-ojb-1.0.rc7\target\srcjca\org\apache\ojb\otm\connector\OTMJCAManagedConnectionFactory.java:40: org.apache.ojb.otm.connector.OTMJCAManaged ConnectionFactory is not abstract and does not override abstract method setResourceAdapter(javax.resource.spi.ResourceAdapter) in javax.resource.spi.ManagedConnectionFactory [javac] public class OTMJCAManagedConnectionFactory [javac] ^ [javac] 1 error
BUILD FAILED C:\Java\db-ojb-1.0.rc7\build.xml:410: Following error occured while executing this line C:\Java\db-ojb-1.0.rc7\build.xml:299: Compile failed; see the compiler error output for details.
Is there something else that I need to do get this to compile? I'm trying to upgrade my application from rc5 to rc7, but can't get rc7 to function at all.
The problem is related to J2EE (javax.resource.spi). Which version of J2EE do you use ? OJB should compile without problems against version 1.3.
Tom
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
