Hello, I'm referring to http://www.openoffice.org/issues/show_bug.cgi?id=89534 It seems to be necessary to "unlock" an installed Java library before we can use it with our beloved hsqldb. How do I actually "unlock" a Java library? I followed the path outlined by Ariel and merged > <node oor:name="DriverSettings"> > <node oor:name="com.sun.star.sdbcx.comp.hsqldb.Driver"> > <node oor:name="PermittedJavaMethods"> > <prop oor:name="Ariel Functions" oor:op="replace" > oor:type="xs:string"> > > <value>ar.com.arielconstenlahaile.dbextras.funcsql.Fechas.*</value> > </prop> > </node> > </node> > </node>
into DataAccess.xcu, which is the same registry file where all my datasources are defined as well. This seems to correspond with the definitions given in the respective DataAccess.xcs. - Yes, I have added the library containing "ar.com.arielconstenlahaile.dbextras.funcsql.Fechas.*" to OOo's class path. - Yes, I try with a database with the required aliases: > CREATE ALIAS DATEADD FOR > "ar.com.arielconstenlahaile.dbextras.funcsql.Fechas.agregarFecha" > CREATE ALIAS TIMEADD FOR > "ar.com.arielconstenlahaile.dbextras.funcsql.Fechas.agregarFechaHora" > CREATE ALIAS EDAD FOR > "ar.com.arielconstenlahaile.dbextras.funcsql.Fechas.edad" > CREATE ALIAS FECHA FOR > "ar.com.arielconstenlahaile.dbextras.funcsql.Fechas.fecha" > CREATE ALIAS DIA FOR > "ar.com.arielconstenlahaile.dbextras.funcsql.Fechas.nombreDia" > CREATE ALIAS MES FOR > "ar.com.arielconstenlahaile.dbextras.funcsql.Fechas.nombreMes" Greetings, Andreas Säger --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
