You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@jackrabbit.apache.org by imadhusudhanan <ma...@gmail.com> on 2009/04/02 16:32:12 UTC

Whats the need of repository when theres PM ..

Dear All,

	 When we configure a PM say a MySQLPersistenceManager in the repository.xml I hope the data will be stored as BLOB in MySQL DB ... then is there any need for Repository then .. what kinda information with be stored in repository then ?? Am I right in my question ... Kindly reply ...

Re: Whats the need of repository when theres PM ..

Posted by Thomas Müller <th...@day.com>.
Hi,

For me, the expression 'stored in the repository' includes the data
stored in the persistence manager. You probably mean what is stored
outside the persistence manager. Currently, this is

- Configuration files
- The Lucene index (search)
- The Data Store if configured
- The Cluster Journal if configured

See also: http://wiki.apache.org/jackrabbit/ConfigurationOverview

Regards,
Thomas