On Fri, Jul 16, 2010 at 14:26, Ard Schrijvers <[email protected]> wrote: > org.apache.jackrabbit.value.ValueFactoryImpl.getInstance().createValue(value).getString()
Shouldn't that be session.getValueFactory().createValue(calendar).getString() ? Alternatively you can use ISO8601.format(calendar) from the jackrabbit-jcr-commons library. Regards, Alex -- Alexander Klimetschek [email protected]
