Re: BundleDbPersistanceManager

2008-05-29 Thread Thomas Müller
Hi, > externalBlobs > problem with a clustered deployment Anyway the blob store doesn't work in a clustered environment. As of Jackrabbit 1.4, there is an alternative to the blob store: the data store. http://wiki.apache.org/jackrabbit/DataStore There are two variants: the file data store (bette

Re: Shutdown hooks and classloader leak

2008-05-29 Thread Felix Meschberger
Hi, Am Mittwoch, den 28.05.2008, 14:52 +0200 schrieb Stefan Guggisberg: > On Wed, May 28, 2008 at 12:33 PM, Roman Puchkovskiy > <[EMAIL PROTECTED]> wrote: > > > > Hi. > > > > Some classes in Jackrabbit (for instance, TransientFileFactory) always > > register shutdown hooks. So, if jackrabbit class

Re: OSGi 1.5

2008-05-29 Thread Felix Meschberger
Hi, Am Sonntag, den 25.05.2008, 18:30 +1000 schrieb Bradley Beddoes: > Hi All, > I have been reading over a few threads and looking at this issue: > https://issues.apache.org/jira/browse/JCR-1342 > > Have checked out the nighly hudson builds and for the components listed > in this issue OSGi bun

RE: DataStore Garbage Collector Performance

2008-05-29 Thread Esteban Franqueiro
> > We have a working background GC. > > Well, the current released GC implementation can run in the background > as well. Or can it not? What is the difference between your and the > current implementation? I don't see why it shouldn't work, it's just that we have this impl since 1.3 and we jus

BundleDbPersistanceManager

2008-05-29 Thread Ian Boston
I notice that, if externalBlobs is specified in the variants of BundleDbPersistanceManager then its not possible to set the location of the external place on disk as the impl uses context.getHomeDir(), which is deep within the local repository. Obviously no problem within a single node depl

Set up with Jetty

2008-05-29 Thread Wade Girard
Is there any examples of setting jackrabbit up to work under Jetty? Wade Girard [EMAIL PROTECTED]

[jira] Commented: (JCR-877) Add more flexibility in the mapping

2008-05-29 Thread gennadibereshnoi (JIRA)
[ https://issues.apache.org/jira/browse/JCR-877?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12600826#action_12600826 ] gennadibereshnoi commented on JCR-877: -- Hi Christophe, you propose to generate CND from

[jira] Commented: (JCR-883) Versionning - Add more advanced features

2008-05-29 Thread gennadibereshnoi (JIRA)
[ https://issues.apache.org/jira/browse/JCR-883?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12600812#action_12600812 ] gennadibereshnoi commented on JCR-883: -- as far as i understand from this JIRA the particu

[jira] Commented: (JCR-1629) SPI: Testsuite for the SPI Interfaces

2008-05-29 Thread angela (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12600776#action_12600776 ] angela commented on JCR-1629: - > What features would this component test for that jcr-tests + jcr

[jira] Commented: (JCR-1629) SPI: Testsuite for the SPI Interfaces

2008-05-29 Thread Jukka Zitting (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12600773#action_12600773 ] Jukka Zitting commented on JCR-1629: What features would this component test for that jcr

[jira] Commented: (JCR-1629) SPI: Testsuite for the SPI Interfaces

2008-05-29 Thread angela (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12600770#action_12600770 ] angela commented on JCR-1629: - comments: my initial idea was to add tests for the SPI interfaces

Day JCR Cup 08: JCR, Sling & MacBook Pro

2008-05-29 Thread Greg Klebus
Hi All, In case you don't know yet - Day Software has launched a programming contest, Day JCR Cup 08 [0] on Day's developer portal and blog, http://dev.day.com/. I would like to invite this group here to the contest *especially* cordially, as it's you who use and develop content centric applicatio

Re: DataStore Garbage Collector Performance

2008-05-29 Thread Thomas Müller
Hi, > We have a working background GC. Well, the current released GC implementation can run in the background as well. Or can it not? What is the difference between your and the current implementation? Regards, Thomas