Re: reading from repository quickly

2009-06-25 Thread euangreen
you should rather use > the various getNode/Property() methods and get the desired content > directly. > > regards > marcel > > -- View this message in context: http://www.nabble.com/reading-from-repository-quickly-tp24199279p24204517.html Sent from the Jackrabbit - Dev mailing list archive at Nabble.com.

Re: reading from repository quickly

2009-06-25 Thread Marcel Reutegger
On Thu, Jun 25, 2009 at 15:39, euangreen wrote: > I'm trying various combinations of PersistenceManager , but have had no luck > getting them to actually run. I keep getting a file lock error when trying > to change from SimpleDBPersistenceManager to BundleDbPersistenceManager. But > will persevere

Re: reading from repository quickly

2009-06-25 Thread euangreen
ocess for displaying approx 250 items seems >> very >> long. The only way we can speed things up is to use our own cache. I was >> wondering if there is a better more effeicent way of querying jackrabbit >> for >> specific uuids and getting that info displayed on a web

Re: reading from repository quickly

2009-06-25 Thread Marcel Reutegger
I'd say increase the bundleCacheSize in the persistence manager configuration section of your workspace.xml and soon the reads from the repository will be served entirely from cache. are you sure the repository is the bottleneck? Do you have profiling data? XML transformations are usually also exp

reading from repository quickly

2009-06-25 Thread Euan Green
Hi, What is the best/quickest way to display items from the repository on a web page? I have an app that needs to display approx 250 items (using a list of UUID's) from a repository containing 1 items. At the moment we display the list by locatingthe item in the repository by the UUID, then re