Bug 2.2 in oraclelobfix.jar

When I try to do an insert in Oracle I got the following error:

java.lang.ClassNotFoundException: com.servoy.r2.oraclefix.OracleLobHandler
java.lang.ClassNotFoundException: com.servoy.r2.oraclefix.OracleLobHandler
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClassInternal(Unknown Source)
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Unknown Source)
        at com.servoy.j2db.dataprocessing.SQLEngine.performUpdates(Unknown Source)

The problem comes from the file oraclelobfix.jar. The physical directory path in the jar is wrong (com/servoy/r2/oraclefixJar). I’ve decompress the jar, renamed the directory “oraclefixJar” to “oraclefix”, recompress the stuff and now it works.

Please update the jar !

yep. that is fixed already. just waits to be released one way or another.