Re: Smaller and Quicker Releases

2008-01-24 Thread Thomas Mueller
Hi, About my idea for two week release cycles. Probably most of you think this is unrealistic or bad. Yesterday I found a project that has a release cycle (stable releases) of 4 days on average. Sometimes two releases per day, and sometimes no release in two weeks: Hudson (continuous integration

[jira] Commented: (JCR-1334) Deadlock with XA enabled

2008-01-24 Thread JIRA
[ https://issues.apache.org/jira/browse/JCR-1334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12561973#action_12561973 ] Claus Köll commented on JCR-1334: - what do you think about to bind the locks not to a thread

[jira] Created: (JCR-1341) Cluster Journal directory should be created automatically

2008-01-24 Thread Thomas Mueller (JIRA)
Cluster Journal directory should be created automatically - Key: JCR-1341 URL: https://issues.apache.org/jira/browse/JCR-1341 Project: Jackrabbit Issue Type: Bug Components:

[jira] Created: (JCR-1342) Create OSGi Bundle Manifest Headers

2008-01-24 Thread Felix Meschberger (JIRA)
Create OSGi Bundle Manifest Headers --- Key: JCR-1342 URL: https://issues.apache.org/jira/browse/JCR-1342 Project: Jackrabbit Issue Type: Improvement Components: jackrabbit-api,

[jira] Created: (JCR-1340) MultiStatusResponse property contains white space elements

2008-01-24 Thread Jan Peter Stotz (JIRA)
MultiStatusResponse property contains white space elements -- Key: JCR-1340 URL: https://issues.apache.org/jira/browse/JCR-1340 Project: Jackrabbit Issue Type: Bug

[jira] Closed: (JCR-1340) MultiStatusResponse property contains white space elements

2008-01-24 Thread Julian Reschke (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1340?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julian Reschke closed JCR-1340. --- Resolution: Invalid Assignee: Julian Reschke Whitespace in WebDAV XML payloads is totally

[jira] Commented: (JCR-1342) Create OSGi Bundle Manifest Headers

2008-01-24 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12562015#action_12562015 ] Felix Meschberger commented on JCR-1342: Created pluginManagement section for base

[jira] Commented: (JCR-1342) Create OSGi Bundle Manifest Headers

2008-01-24 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12562016#action_12562016 ] Felix Meschberger commented on JCR-1342: Define bundle packaging in the

[jira] Commented: (JCR-1342) Create OSGi Bundle Manifest Headers

2008-01-24 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12562018#action_12562018 ] Felix Meschberger commented on JCR-1342: Define bundle packaging in the

[jira] Created: (JCR-1343) Replace xerces for serialization by JAXP

2008-01-24 Thread Felix Meschberger (JIRA)
Replace xerces for serialization by JAXP Key: JCR-1343 URL: https://issues.apache.org/jira/browse/JCR-1343 Project: Jackrabbit Issue Type: Improvement Components: jackrabbit-jcr-rmi

[jira] Commented: (JCR-1342) Create OSGi Bundle Manifest Headers

2008-01-24 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12562038#action_12562038 ] Felix Meschberger commented on JCR-1342: Removed Bundle-SymbolicName definition in

[jira] Closed: (JCR-1343) Replace xerces for serialization by JAXP

2008-01-24 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1343?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger closed JCR-1343. -- Resolution: Fixed Replaced the use of Xerces by JAXP, which causes the following changes: *

[jira] Closed: (JCR-1342) Create OSGi Bundle Manifest Headers

2008-01-24 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger closed JCR-1342. -- Resolution: Fixed All projects named in this issue (jackrabbit-api, jackrabbit-jcr-commons and

OSGi manifest headers

2008-01-24 Thread Felix Meschberger
Hi all, Over in the Sling project but probably in other uses we are faced with the issue to have bundles to be deployed. For some projects we will create special bundles to contain all required dependencies and for some projects it is easier for the original library to just be complying OSGi

[jira] Reopened: (JCR-1343) Replace xerces for serialization by JAXP

2008-01-24 Thread Jukka Zitting (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1343?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jukka Zitting reopened JCR-1343: We probably need to do something similar to what's being discussed in JCR-1310 to avoid losing

Re: [jira] Reopened: (JCR-1343) Replace xerces for serialization by JAXP

2008-01-24 Thread Felix Meschberger
Hi, rant Hmpf, I like XML in Java - it is more than complicated /rant Is this still an issue with today's Java 1.4.2 ? What is the exact dependency on Java 1.4.x of Jackrabbit ? If we still require this workaround, then this should probably be located in a well visible location such as

Modularize Jackrabbit query parser?

2008-01-24 Thread Julian Reschke
Hi, under org.apache.jackrabbit.core.query, jackrabbit-core currently contains everything needed to *parse* JSR-170 query statements, both in XPath and SQL. This part of the code is completely independent from jackrabbit-core (I have successfully borrowed it for use in a proprietary,

Re: [jira] Reopened: (JCR-1343) Replace xerces for serialization by JAXP

2008-01-24 Thread Julian Reschke
Felix Meschberger wrote: Hi, rant Hmpf, I like XML in Java - it is more than complicated /rant ...it is, in particular when older versions need to be supported. Is this still an issue with today's Java 1.4.2 ? What is the exact dependency on Java 1.4.x of Jackrabbit ? 1) Yes, I think

Re: [jira] Reopened: (JCR-1343) Replace xerces for serialization by JAXP

2008-01-24 Thread Felix Meschberger
Hi, Am Donnerstag, den 24.01.2008, 14:58 +0100 schrieb Julian Reschke: Felix Meschberger wrote: Hi, rant Hmpf, I like XML in Java - it is more than complicated /rant ...it is, in particular when older versions need to be supported. Is this still an issue with today's Java

[jira] Resolved: (JCR-1341) Cluster Journal directory should be created automatically

2008-01-24 Thread Dominique Pfister (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1341?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dominique Pfister resolved JCR-1341. Resolution: Fixed Fixed in revision 614887. Cluster Journal directory should be created

[jira] Created: (JCR-1344) Unsynchronized NameFactoryImpl initialization

2008-01-24 Thread Thomas Mueller (JIRA)
Unsynchronized NameFactoryImpl initialization - Key: JCR-1344 URL: https://issues.apache.org/jira/browse/JCR-1344 Project: Jackrabbit Issue Type: Bug Reporter: Thomas Mueller

[jira] Updated: (JCR-1344) Unsynchronized NameFactoryImpl initialization

2008-01-24 Thread Jukka Zitting (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1344?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jukka Zitting updated JCR-1344: --- Component/s: jackrabbit-spi-commons Fix Version/s: 1.5 Issue Type: Improvement (was: Bug)

[jira] Resolved: (JCR-1344) Unsynchronized NameFactoryImpl initialization

2008-01-24 Thread Thomas Mueller (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1344?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Mueller resolved JCR-1344. - Resolution: Fixed Committed in revision 614911 Unsynchronized NameFactoryImpl initialization

[jira] Created: (JCR-1345) ClassCastException when updating properties using WebDAV

2008-01-24 Thread Jim Cross (JIRA)
ClassCastException when updating properties using WebDAV Key: JCR-1345 URL: https://issues.apache.org/jira/browse/JCR-1345 Project: Jackrabbit Issue Type: Bug Components:

Re: Modularize Jackrabbit query parser?

2008-01-24 Thread Jukka Zitting
Hi, On Jan 24, 2008 3:31 PM, Julian Reschke [EMAIL PROTECTED] wrote: Therefore I'd suggest to either - move the query parser into a separate top-level project (with a dependency on jackrabbit-spi-commons), or to - move it into jackrabbit-spi-commons. +1 to moving it to

[jira] Created: (JCR-1346) InternalValue.createCopy for binary properties (jcr:data) causes problems

2008-01-24 Thread Rob Owen (JIRA)
InternalValue.createCopy for binary properties (jcr:data) causes problems - Key: JCR-1346 URL: https://issues.apache.org/jira/browse/JCR-1346 Project: Jackrabbit Issue