Re: properties with XML-Values; patch

2008-02-21 Thread Angela Schreiber
Justin Lipton wrote: True MVPs could handle the first example easily - it was too simple. As soon as you start nesting properties it becomes very messy to express using MVPs e.g. actually that's not the problem... there is not requirement to map a DavProperty to a single-value nor a multivalue

Re: properties with XML-Values; patch

2008-02-21 Thread Justin Lipton
Hi, True MVPs could handle the first example easily - it was too simple. As soon as you start nesting properties it becomes very messy to express using MVPs e.g. Angela Schreiber xxx yyy zzz

Re: jackrabbit-core 1.4.2 release plan

2008-02-21 Thread Jukka Zitting
Hi, On Thu, Feb 21, 2008 at 9:57 PM, Alex Lukin <[EMAIL PROTECTED]> wrote: > Thursday 21 February 2008 21:40:09 Jukka Zitting написав: > > Our policy has normally been to only include bug fixes in patch > > releases, so I'd rather wait for 1.5 until releasing JCR-1365. > > Is it bug fix: significa

Re: jackrabbit-core 1.4.2 release plan

2008-02-21 Thread Alex Lukin
Thursday 21 February 2008 21:40:09 Jukka Zitting написав: > > Our policy has normally been to only include bug fixes in patch > releases, so I'd rather wait for 1.5 until releasing JCR-1365. > Is it bug fix: significant (10x times) speedup of terrible sluggish query? This patch does not change beh

[jira] Updated: (JCR-1408) Invalid query results when using jcr:like with a case transform function and a pattern not starting with a wildcard

2008-02-21 Thread JIRA
[ https://issues.apache.org/jira/browse/JCR-1408?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sébastien Launay updated JCR-1408: -- Attachment: jackrabbit-1.4.x-query-like.patch The patch fixing this issue for the 1.4 branch with

[jira] Created: (JCR-1408) Invalid query results when using jcr:like with a case transform function and a pattern not starting with a wildcard

2008-02-21 Thread JIRA
Invalid query results when using jcr:like with a case transform function and a pattern not starting with a wildcard --- Key: JCR-1408 URL: https://issu

OCM: inconsistent path parameter

2008-02-21 Thread Alex Lukin
Hi, all! When I get some objects from JCR by executing ocm.getObjects(query) and then try to update some of them by execution ocm.update(myObj), exception is thrown: javax.jcr.RepositoryException: not an absolute path: tratata Those objects are elements of mapped by OCM collections form higher le

Re: jackrabbit-core 1.4.2 release plan

2008-02-21 Thread Jukka Zitting
Hi, On Thu, Feb 21, 2008 at 8:50 PM, Alex Lukin <[EMAIL PROTECTED]> wrote: > I tested resolved issue 1365 (xpath query speedup) and it works perfect. > It marked for 1.5 release but IMO not depends on other changes. > Could you please include this solution in 1.4.2? Our policy has normally be

Re: jackrabbit-core 1.4.2 release plan

2008-02-21 Thread Alex Lukin
Hi, Jukka! I tested resolved issue 1365 (xpath query speedup) and it works perfect. It marked for 1.5 release but IMO not depends on other changes. Could you please include this solution in 1.4.2? -- SY, Alex Lukin RIPE NIC HDL: LEXA1-RIPE

jackrabbit-core 1.4.2 release plan

2008-02-21 Thread Jukka Zitting
Hi, At Day we are also hitting the JCR-1359 issue [1] in certain cases, and it seems like I'll be spending some more time looking at the issue. Once resolved, I'd like to make a new 1.4.x patch release containing the JCR-1359 fix. At the moment there are no other 1.4 issues that would be candidat

[jira] Updated: (JCR-1359) Adding nodes from concurrently running sessions cause exceptions

2008-02-21 Thread Jukka Zitting (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1359?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jukka Zitting updated JCR-1359: --- Affects Version/s: core 1.4.1 Fix Version/s: core 1.4.2 Scheduling for jackrabbit-core 1.4.2 >

[jira] Created: (JCR-1407) [PATCH] Trivial Javadoc fix for RepositoryConfig

2008-02-21 Thread Dave Brosius (JIRA)
[PATCH] Trivial Javadoc fix for RepositoryConfig Key: JCR-1407 URL: https://issues.apache.org/jira/browse/JCR-1407 Project: Jackrabbit Issue Type: Improvement Components: jackrabbit-

[jira] Updated: (JCR-1407) [PATCH] Trivial Javadoc fix for RepositoryConfig

2008-02-21 Thread Dave Brosius (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1407?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dave Brosius updated JCR-1407: -- Attachment: rc_javadoc.patch > [PATCH] Trivial Javadoc fix for RepositoryConfig > ---

Re: QueryObjectModelTree has the wrong package declaration

2008-02-21 Thread Marcel Reutegger
Julian Reschke wrote: Esteban Franqueiro wrote: It says core.query.qom instead of spi.commons.query.qom. Should I file a bug in Jira? SearchIndex imports the wrong class too. I think it should be done as part of JCR-1347. yes, that's my fault. I forgot to adapt the package names. I relied

[jira] Commented: (JCR-1347) Move Jackrabbit Query Parser from core to spi-commons

2008-02-21 Thread Marcel Reutegger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12571104#action_12571104 ] Marcel Reutegger commented on JCR-1347: --- Forgot to adapt some of the package names. Fi

Re: QueryObjectModelTree has the wrong package declaration

2008-02-21 Thread Julian Reschke
Esteban Franqueiro wrote: It says core.query.qom instead of spi.commons.query.qom. Should I file a bug in Jira? SearchIndex imports the wrong class too. I think it should be done as part of JCR-1347. BR, Julian

Re: QueryObjectModelTree has the wrong package declaration

2008-02-21 Thread Esteban Franqueiro
> It says core.query.qom instead of spi.commons.query.qom. > Should I file a bug in Jira? SearchIndex imports the wrong class too. Esteban Franqueiro [EMAIL PROTECTED] Notice: This email message, together with any attachments, may contain information of BEA Systems, Inc., its subsidiaries

QueryObjectModelTree has the wrong package declaration

2008-02-21 Thread Esteban Franqueiro
It says core.query.qom instead of spi.commons.query.qom. Should I file a bug in Jira? Esteban Franqueiro [EMAIL PROTECTED] Notice: This email message, together with any attachments, may contain information of BEA Systems, Inc., its subsidiaries and affiliated entities, that may be confi

[jira] Updated: (JCR-1406) Add the org.apache.jackrabbit.rmi.jackrabbit package to the rmic generation

2008-02-21 Thread JIRA
[ https://issues.apache.org/jira/browse/JCR-1406?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Köll updated JCR-1406: Component/s: (was: jackrabbit-jcr-server) jackrabbit-jcr-rmi > Add the org.apache.jackra

[jira] Created: (JCR-1406) Add the org.apache.jackrabbit.rmi.jackrabbit package to the rmic generation

2008-02-21 Thread JIRA
Add the org.apache.jackrabbit.rmi.jackrabbit package to the rmic generation Key: JCR-1406 URL: https://issues.apache.org/jira/browse/JCR-1406 Project: Jackrabbit I

Re: rmi question

2008-02-21 Thread Jukka Zitting
Hi, On Thu, Feb 21, 2008 at 4:15 PM, KÖLL Claus <[EMAIL PROTECTED]> wrote: > i want to add a workspace programmatically over rmi and therefore i'm using > the JackrabbitServerAdapterFactory on the server side and the > new ClientRepositoryFactory(new JackrabbitClientAdapterFactory()) on the > c

rmi question

2008-02-21 Thread KÖLL Claus
i want to add a workspace programmatically over rmi and therefore i'm using the JackrabbitServerAdapterFactory on the server side and the new ClientRepositoryFactory(new JackrabbitClientAdapterFactory()) on the client side. that i can cast the workspace to ClientJackrabbitWorkspace everything wo

[jira] Commented: (JCR-1405) SPI: Introduce NodeInfo.getChildInfos()

2008-02-21 Thread angela (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12571048#action_12571048 ] angela commented on JCR-1405: - > I'm in favor of Angela's suggestion credit is due to marcel. an

[jira] Commented: (JCR-1405) SPI: Introduce NodeInfo.getChildInfos()

2008-02-21 Thread JIRA
[ https://issues.apache.org/jira/browse/JCR-1405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12571041#action_12571041 ] Michael Dürig commented on JCR-1405: I'm in favor of Angela's suggestion. I would general

[jira] Commented: (JCR-1395) Use Commons IO 1.4

2008-02-21 Thread Esteban Franqueiro (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1395?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12571038#action_12571038 ] Esteban Franqueiro commented on JCR-1395: - I agree with Thomas that we don't do a goo

[jira] Created: (JCR-1405) SPI: Introduce NodeInfo.getChildInfos()

2008-02-21 Thread angela (JIRA)
SPI: Introduce NodeInfo.getChildInfos() --- Key: JCR-1405 URL: https://issues.apache.org/jira/browse/JCR-1405 Project: Jackrabbit Issue Type: New Feature Components: jackrabbit-spi Re

[jira] Resolved: (JCR-1396) DateValue.getDate not a copy

2008-02-21 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Guggisberg resolved JCR-1396. Resolution: Fixed Fix Version/s: 1.5 fixed in svn r629770 thanks for reporting this i

[jira] Updated: (JCR-1386) Not full parsing of ISO8601 date/time format that may cause import of XML to fail

2008-02-21 Thread Andrey Adamovich (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1386?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrey Adamovich updated JCR-1386: -- Attachment: ImportDateHandling.patch Here is new patch. I have tried to preserve original formatt

[jira] Created: (JCR-1404) javadoc writing and generation with mvn

2008-02-21 Thread Alex Lukin (JIRA)
javadoc writing and generation with mvn --- Key: JCR-1404 URL: https://issues.apache.org/jira/browse/JCR-1404 Project: Jackrabbit Issue Type: Improvement Components: jackrabbit-ocm Envir

Re: OCM query docs

2008-02-21 Thread Christophe Lombart
Yes. it is very important for me to add all this stuff in Jira. I'm very busy on other activities for the moment. Contributions are also welcome. :-) Thanks On Thu, Feb 21, 2008 at 11:26 AM, Jukka Zitting <[EMAIL PROTECTED]> wrote: > Hi, > > On Thu, Feb 21, 2008 at 12:19 PM, Alex Lukin <[EMAIL

[jira] Commented: (JCR-1300) spi2dav Improve performance for large binary properties

2008-02-21 Thread angela (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1300?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12571000#action_12571000 ] angela commented on JCR-1300: - > I'll try it and will report my findings here. perfect. there i

Re: OCM query docs

2008-02-21 Thread Jukka Zitting
Hi, On Thu, Feb 21, 2008 at 12:19 PM, Alex Lukin <[EMAIL PROTECTED]> wrote: > I do not want to create Jira issue for such a little task... Please do. We have a pretty good record of tracking all changes to the codebase and build environment with related Jira issues, and that practice is very use

[jira] Commented: (JCR-1300) spi2dav Improve performance for large binary properties

2008-02-21 Thread Jozef Wagner (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1300?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12570993#action_12570993 ] Jozef Wagner commented on JCR-1300: --- Thank you Angela, I'll try it and will report my findi

Re: properties with XML-Values; patch

2008-02-21 Thread Julian Reschke
Justin Lipton wrote: I like Julian's example of important which is an illustration of mixed content XML but it is also convenient where you have a straight multivalued property e.g. Angela SchreiberJulian Reschke There are obviously other ways of achieving this CSV, different property names (X

OCM query docs

2008-02-21 Thread Alex Lukin
Dear Christophe! I't trying to catch up with your source code to be able to help... and what I need is some authoritative javadocs explaining what methods must do. Could you please write few javadoc lines for Filter and Query interfaces in svn trunc? And please put following: maven-j

RE: properties with XML-Values; patch

2008-02-21 Thread Justin Lipton
I like Julian's example of important which is an illustration of mixed content XML but it is also convenient where you have a straight multivalued property e.g. Angela SchreiberJulian Reschke There are obviously other ways of achieving this CSV, different property names (X:contributor1, X:contri

Re: properties with XML-Values; patch

2008-02-21 Thread Angela Schreiber
Julian Reschke wrote: If we want enable Jackrabbit to store things like that, we need to map the WebDAV property to something over than a single-valued string. It may be possible to use JCR child nodes, but I'm not sure how that fits into the Jackrabbit WebDAV design. why shouldn't it fit? 1)

Re: properties with XML-Values; patch

2008-02-21 Thread Julian Reschke
Angela Schreiber wrote: ... so, i'd like to understand what is the goal of custom xml properties. ... Well, the same as using XML instead of text, I guess. Such as putting things like marked-up text into properties: This is an important change. In JCR (and therefore Jackrabbit), this ki