On Fri, Oct 22, 2010 at 16:52, [email protected] <[email protected]> wrote: > Any recommendations on how to get properties stored seperately (as non-blob) > in oracle? > > Maybe use a non-bundle persistance manager, like SimpleDbPersistenceManager? > Or maybe write an extension of OraclePersistenceManager with pre/post > process to store properties in seperate tables?
Why don't you access the data in the repository over the JCR API? If this is not possible/desired, why do you use a JCR repository in the first place? Regards, Alex -- Alexander Klimetschek [email protected]
