Hi, The OracleFileSystem in Jackrabbit 1.6 tries to use reflection to create BLOBs. This doesn't work when using JNDI.
As far as I know, this is fixed in Jackrabbit 2.0. For Jackrabbit 1.6, a workaround is to not use JNDI (if you are using an older version of Oracle that needs the special way to create BLOBs), or your own FileSystem implementation that doesn't use reflection (see the source code of the OracleFileSystem class). Regards, Thomas
