Re: Understanding mixins merge logic

2009-04-28 Thread Yoav Landman
Stefan Guggisberg wrote: > > Hi yoav, > > > > On 28.04.2009, at 01:51, Yoav Landman wrote: > >> >> Hi, >> >> I am trying to understand the logic of merging mixing changes - >> I see that the NodeStateMerger is failing a merge due do a >> difference in the >> mixin type names. In practice

Re: Understanding mixins merge logic

2009-04-28 Thread Yoav Landman
Alexander Klimetschek wrote: > > On Tue, Apr 28, 2009 at 2:10 AM, Yoav Landman wrote: >> Well, I found a good discussion about the underlying logic in >> https://issues.apache.org/jira/browse/JCR-2011 :) >> However, in my case, none of the tx changed the mixins that are applied >> to >> the no

[ANNOUNCE] Apache Jackrabbit 1.5.5 released

2009-04-28 Thread Jukka Zitting
The Apache Jackrabbit community is pleased to announce the release of Apache Jackrabbit version 1.5.5. The release is available for download at: http://jackrabbit.apache.org/downloads.html See the full release notes below for details about this release. Release Notes -- Apache Jackrabbit --

Re: Question about Chemistry client

2009-04-28 Thread Serge Huber
Thanks a lot Florent. I look forward to meeting you tomorrow! Best regards, Serge Huber. On 28 avr. 09, at 15:00, Florent Guillaume wrote: On 28 Apr 2009, at 14:24, Serge Huber wrote: I'm wondering how one would go about using Chemistry as a CMIS client ? Is there code already related to

Re: Question about Chemistry client

2009-04-28 Thread Florent Guillaume
On 28 Apr 2009, at 14:24, Serge Huber wrote: I'm wondering how one would go about using Chemistry as a CMIS client ? Is there code already related to this ? We have code lying around for a partial AtomPub client (done by Bogdan here), I have to commit it today/tomorrow. (http://hg.nuxeo.or

Re: Moving JCR Commons components from trunk

2009-04-28 Thread Jukka Zitting
Hi, On Mon, Apr 27, 2009 at 6:22 PM, Jukka Zitting wrote: > The first few components have now been moved: As are now the remaining ones: JCR Benchmark svn: https://svn.apache.org/repos/asf/jackrabbit/commons/jcr-benchmark jira: https://issues.apache.org/jira/browse/JCRBENCH web: htt

Question about Chemistry client

2009-04-28 Thread Serge Huber
Hi all, I'm wondering how one would go about using Chemistry as a CMIS client ? Is there code already related to this ? Best regards, Serge Huber.

[jira] Created: (JCR-2085) test case (TCK) maintenance for JCR 2.0

2009-04-28 Thread Julian Reschke (JIRA)
test case (TCK) maintenance for JCR 2.0 --- Key: JCR-2085 URL: https://issues.apache.org/jira/browse/JCR-2085 Project: Jackrabbit Content Repository Issue Type: Sub-task Components: jackrabbit-jc

Re: Understanding mixins merge logic

2009-04-28 Thread Stefan Guggisberg
Hi yoav, On 28.04.2009, at 01:51, Yoav Landman wrote: Hi, I am trying to understand the logic of merging mixing changes - I see that the NodeStateMerger is failing a merge due do a difference in the mixin type names. In practice, however, the content of the mixin type namesets is ident

[Chemistry] URL Layout

2009-04-28 Thread David Nuescheler
Hi all, currently the URL layout of chemistry is exposed in a fashion that prefixes the operation (eg. "/children/") and by coincidence also permits the use of slashes in the folder & document ids. I would like to propose a more natural mapping that also reflects a nicer mapping for repositories

[tests] Keeping jcr-tests in the main build until 2.0

2009-04-28 Thread Jukka Zitting
Hi, The only remaining JCR Commons component in the main Jackrabbit trunk is now jackrabbit-jcr-tests. As chatted with Julian, we think it's better to keep the jcr-tests module with the main trunk for now. The rationale for this is that the work on JCR 2.0 TCK will require a 2.0-SNAPSHOT dependen

Hudson build is back to normal: Jackrabbit-trunk-java14 #175

2009-04-28 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Jackrabbit-trunk-java14/175/changes

Re: Hudson build is still unstable: Jackrabbit-trunk » Jackrabbit Core #462

2009-04-28 Thread Jukka Zitting
Hi, On Tue, Apr 28, 2009 at 11:47 AM, Thomas Müller wrote: > My fault. I'm sorry about that... Your last commit seems to have fixed the issue. Thanks! BR, Jukka Zitting

Hudson build is back to stable: Jac krabbit-trunk » Jackrabbit Core #464

2009-04-28 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Jackrabbit-trunk/org.apache.jackrabbit$jackrabbit-core/464/

[jira] Resolved: (JCR-2083) BLOB Store: only open a stream when really necessary

2009-04-28 Thread Thomas Mueller (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2083?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Mueller resolved JCR-2083. - Resolution: Fixed Assignee: Thomas Mueller Committed in revision 769326 (trunk) > BLOB Store

[jira] Updated: (JCR-2083) BLOB Store: only open a stream when really necessary

2009-04-28 Thread Thomas Mueller (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2083?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Mueller updated JCR-2083: Description: Currently, PropertyImpl.getValue() opens a FileInputStream if the BLOBStore is used. If

Hudson build is still unstable: Jac krabbit-trunk » Jackrabbit Core #463

2009-04-28 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Jackrabbit-trunk/org.apache.jackrabbit$jackrabbit-core/463/

[jira] Resolved: (JCR-2084) DataStore: garbage collection fails if a workspace is not initialized

2009-04-28 Thread Thomas Mueller (JIRA)
[ https://issues.apache.org/jira/browse/JCR-2084?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Mueller resolved JCR-2084. - Resolution: Fixed Committed in revision 769319 (trunk) > DataStore: garbage collection fails if a

Re: Chemistry / CMIS status

2009-04-28 Thread Florent Guillaume
On 28 Apr 2009, at 11:31, Dominique Pfister wrote: Just a quick thing I noticed while working on a JCR implementation of your API, in the methods that return collections, e.g.: List getChildren(String folderId, BaseType type, String filter, boolean includeAllowableActions,

Re: Hudson build is still unstable: Jackrabbit-trunk » Jackrabbit Core #462

2009-04-28 Thread Thomas Müller
Hi, My fault. I'm sorry about that... Regards, Thomas On Tue, Apr 28, 2009 at 11:23 AM, Apache Hudson Server wrote: > See > http://hudson.zones.apache.org/hudson/job/Jackrabbit-trunk/org.apache.jackrabbit$jackrabbit-core/462/ > > >

Re: Understanding mixins merge logic

2009-04-28 Thread Alexander Klimetschek
On Tue, Apr 28, 2009 at 2:10 AM, Yoav Landman wrote: > Well, I found a good discussion about the underlying logic in > https://issues.apache.org/jira/browse/JCR-2011 :) > However, in my case, none of the tx changed the mixins that are applied to > the node in question. So, does that mean that any

[jira] Created: (JCRBENCH-1) Move jcr-benchmark to JCR Commons

2009-04-28 Thread Jukka Zitting (JIRA)
Move jcr-benchmark to JCR Commons - Key: JCRBENCH-1 URL: https://issues.apache.org/jira/browse/JCRBENCH-1 Project: Jackrabbit JCR Benchmark Issue Type: Task Reporter: Jukka Zitting Assi

[jira] Resolved: (JCRCL-1) Move jackrabbit-classloaser to JCR Commons

2009-04-28 Thread Jukka Zitting (JIRA)
[ https://issues.apache.org/jira/browse/JCRCL-1?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jukka Zitting resolved JCRCL-1. --- Resolution: Fixed The classloader component is now in JCR Commons. > Move jackrabbit-classloaser to JCR

Re: Chemistry / CMIS status

2009-04-28 Thread Dominique Pfister
Hi Florent, Just a quick thing I noticed while working on a JCR implementation of your API, in the methods that return collections, e.g.: List getChildren(String folderId, BaseType type, String filter, boolean includeAllowableActions, boolean includeRelationships, int

Hudson build is still unstable: Jac krabbit-trunk » Jackrabbit Core #462

2009-04-28 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Jackrabbit-trunk/org.apache.jackrabbit$jackrabbit-core/462/

[jira] Updated: (JCR-1991) please create osgi bundles for all jars

2009-04-28 Thread Jukka Zitting (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1991?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jukka Zitting updated JCR-1991: --- Component/s: (was: jackrabbit-classloader) See JCRCL-3 for the related JCR Classloader issue. > pl

[jira] Created: (JCRCL-3) OSGi bundle metadata

2009-04-28 Thread Jukka Zitting (JIRA)
OSGi bundle metadata Key: JCRCL-3 URL: https://issues.apache.org/jira/browse/JCRCL-3 Project: Jackrabbit JCR Classloader Issue Type: Improvement Reporter: Jukka Zitting Based on JCR-1991, there should be OS

[jira] Moved: (JCRCL-2) InputStream - stream closed in unpack() method

2009-04-28 Thread Jukka Zitting (JIRA)
[ https://issues.apache.org/jira/browse/JCRCL-2?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jukka Zitting moved JCR-2079 to JCRCL-2: Component/s: (was: jackrabbit-classloader) Description: Hi there :

[jira] Created: (JCR-2084) DataStore: garbage collection fails if a workspace is not initialized

2009-04-28 Thread Thomas Mueller (JIRA)
DataStore: garbage collection fails if a workspace is not initialized - Key: JCR-2084 URL: https://issues.apache.org/jira/browse/JCR-2084 Project: Jackrabbit Content Repository

[jira] Created: (JCRCL-1) Move jackrabbit-classloaser to JCR Commons

2009-04-28 Thread Jukka Zitting (JIRA)
Move jackrabbit-classloaser to JCR Commons -- Key: JCRCL-1 URL: https://issues.apache.org/jira/browse/JCRCL-1 Project: Jackrabbit JCR Classloader Issue Type: Task Reporter: Jukka Zitting