As you would expect it says exactly what is wrong: This class does not have property <param name="tableSpace" value="default" />
So you should remove it from config. You can check that in javadoc or sources. Configuration tries to look at setter by reflection or by bean API (I do not remember) and when there is no such setter it throws this exception. Marek > ------------ Původní zpráva ------------ > Od: [email protected] <[email protected]> > Předmět: OraclePersistenceManager does not contain a property named tableSpace > Datum: 21.6.2012 15:13:31 > ---------------------------------------- > I am trying to explore jackrabbit and while doing this i was successful in > using LocalFileSystem with XMLPersistenceManager. > > but when i moved to OracleFileSystem with OraclePersistenceManager i am > getting problems: > <FileSystem class="org.apache.jackrabbit.core.fs.db.OracleFileSystem"> > ... > </FileSystem> > > <PersistenceManager > class="org.apache.jackrabbit.core.persistence.pool.OraclePersistenceManager"> > ...... > </PersistenceManager> > > > Caused by: org.apache.jackrabbit.core.config.ConfigurationException: > Configured class > org.apache.jackrabbit.core.persistence.pool.OraclePersistenceManager does > not contain a property named tableSpace > at > org.apache.jackrabbit.core.config.BeanConfig.newInstance(BeanConfig.java:206) > at > org.apache.jackrabbit.core.RepositoryImpl.createPersistenceManager(RepositoryImpl.java:1340) > ... 12 more > > > repository.xml (repository_txt.txt) is attached. > > > > http://jackrabbit.510166.n4.nabble.com/file/n4655557/repository_txt.txt > repository_txt.txt > > > Thanks in advance. > > -- > View this message in context: > http://jackrabbit.510166.n4.nabble.com/OraclePersistenceManager-does-not-contain-a-property-named-tableSpace-tp4655557.html > Sent from the Jackrabbit - Users mailing list archive at Nabble.com. > > > Marek Slama [email protected]
