Hi Stefan, I am working on implementing Jlibrary for our document management project. I am trying to integrate jackrabbit with oracle.
When i tried it with Mysql,localfile system(as i don want blobs to get stored in db) and simplepersistence manager is works absolutely fine. But when i tried with oracle,localfile system and simplepersistence manager, it gives me some configurarion error saying that "invalid schema name" But the strange thing is that when i specify scheme param as 'mysql' even for oracle integration, its able to read the ddl and create tables in oracle.... but is still gives some error in the jlibrary client saying that 'repository could not be created. i am attaching the persistence mgr of my repository.xml for ur reference <PersistenceManager class="org.apache.jackrabbit.core.state.db.SimpleDbPersistenceManager"> </PersistenceManager> Please note that, if i give the schema param as 'oracle' it gives me an 'config error - invalid schema' But for schema name 'mysql', it creates table in db but throws error in jlib client. Please advice. -- View this message in context: http://www.nabble.com/Jackrabbit-Oracle-support-tf2712134.html#a13482963 Sent from the Jackrabbit - Dev mailing list archive at Nabble.com.