[jira] Resolved: (JCR-1541) Evict fixed NodePropBundle from cache

2008-04-18 Thread Tobias Bocanegra (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1541?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tobias Bocanegra resolved JCR-1541. --- Resolution: Fixed Fix Version/s: 1.5 Committed patch to revision 649760. > Evict fixed

[jira] Resolved: (JCR-1474) consistency check fails with derbypm if bundle size exceeds 32k

2008-04-18 Thread Tobias Bocanegra (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1474?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tobias Bocanegra resolved JCR-1474. --- Resolution: Fixed Fix Version/s: 1.5 added suggested patch. > consistency check fails w

[RT] Evolution of Persistence

2008-04-18 Thread David Nuescheler
[RT] Evolution of Persistence To be able to address some of the performance and scalability limitations that we run into in the past based on our growing experience I would like to propose that we kick off a discussion around an evolution of the persistence model of Jackrabbit. In various convers

session pooling

2008-04-18 Thread Tobias Bocanegra
hi, i want to gather some input about how to use jcr sessions in a web-like environment. so, if a script/servlet that responds to a request needs to read/write to a repository. of course this largely depends on the use case. but here are some rules i want to verify: - in a pure read-only env (i.e.

ConnectionRecoveryManager's extensibility

2008-04-18 Thread Esteban Franqueiro
Hi all. In order to support obtaining the connection for the data store from a different DataSource than the one used in ConnectionFactory (since I'm not using JNDI), or from the DriverManager, I had to modify ConnectionRecoveryManager to make it extensible. I was wondering why this class is no

[jira] Updated: (JCR-1525) Jackrabbit depends on Oracle driver for BLOB support in Oracle versions previous than 10.2

2008-04-18 Thread Esteban Franqueiro (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1525?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Esteban Franqueiro updated JCR-1525: Attachment: JCR-1525.patch This patch applies the suggested fix. We should decide what to do

Re: webdav access

2008-04-18 Thread Yannick PIERSON
Exactly! It's difficult for me to explain directly what I mean. Fortunately you are there. Thanks for your help. Yannick 2008/4/18, Julian Reschke <[EMAIL PROTECTED]>: > > Yannick PIERSON wrote: > > > The authentication is made thanks to IIS through webdav protocol. > > > > So are you looking for

Re: webdav access

2008-04-18 Thread Julian Reschke
Yannick PIERSON wrote: The authentication is made thanks to IIS through webdav protocol. So are you looking for a Java component to do WebDAV access to a remote IIS server?

Re: webdav access

2008-04-18 Thread Yannick PIERSON
The authentication is made thanks to IIS through webdav protocol. 2008/4/18, Julian Reschke <[EMAIL PROTECTED]>: > > So what does this have to do with IIS? > > Yannick PIERSON wrote: > > > "I really have no idea what you're trying to do. > > What do you mean by "I want to replace the current user.

Re: Jackrabbit 1.5 release plan

2008-04-18 Thread Tobias Bocanegra
> Speaking of major changes with respect to JCR 2.0 and whether > introducing them into JR 1.5 makes sense, I'm in favor of introducing > new features that do not affect existing code (let alone break the > build) and that are backed by some basic tests (that will of course > not cover every c

Re: webdav access

2008-04-18 Thread Julian Reschke
So what does this have to do with IIS? Yannick PIERSON wrote: "I really have no idea what you're trying to do. What do you mean by "I want to replace the current user..."??? " -> First, I have a java application. -> Then the current user can't access to webdav. Only one specific user can access

[jira] Commented: (JCR-1525) Jackrabbit depends on Oracle driver for BLOB support in Oracle versions previous than 10.2

2008-04-18 Thread Thomas Mueller (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12590506#action_12590506 ] Thomas Mueller commented on JCR-1525: - Hi, I don't know how much it is used. I would depr

Re: webdav access

2008-04-18 Thread Yannick PIERSON
"I really have no idea what you're trying to do. What do you mean by "I want to replace the current user..."??? " -> First, I have a java application. -> Then the current user can't access to webdav. Only one specific user can access to it. -> So I must create a new instance of an user (the specif

[jira] Commented: (JCR-1525) Jackrabbit depends on Oracle driver for BLOB support in Oracle versions previous than 10.2

2008-04-18 Thread Esteban Franqueiro (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12590494#action_12590494 ] Esteban Franqueiro commented on JCR-1525: - Is it worth doing this work for the Oracle

Re: webdav access

2008-04-18 Thread Julian Reschke
Yannick PIERSON wrote: Hi, I would like to know if I'm on the good way to perform my aim (-> I want to replace the current user of the operating system (windows in this case with IIS) by another one who could access to a directory thanks to webdav. And then get and store some documents on this di

Re: webdav access

2008-04-18 Thread Yannick PIERSON
Hi, I would like to know if I'm on the good way to perform my aim (-> I want to replace the current user of the operating system (windows in this case with IIS) by another one who could access to a directory thanks to webdav. And then get and store some documents on this directory) I start with th

Re: webdav access

2008-04-18 Thread Angela Schreiber
Yannick PIERSON wrote: Sorry, I've forgotten to thank you for your help. So thank you! welcome. don't hesitate to post your questions or comments to either of the mailing jackrabbit lists. angela

Re: webdav access

2008-04-18 Thread Yannick PIERSON
Sorry, I've forgotten to thank you for your help. So thank you! Yannick 2008/4/18, Yannick PIERSON <[EMAIL PROTECTED]>: > > Hi angela, > > In fact I want to replace the current user of the operating system > (windows in this case with IIS) by another one who could access to a > directory thanks

Re: webdav access

2008-04-18 Thread Yannick PIERSON
Hi angela, In fact I want to replace the current user of the operating system (windows in this case with IIS) by another one who could access to a directory thanks to webdav. And then get and store some documents on this directory. 2008/4/18, Angela Schreiber <[EMAIL PROTECTED]>: > > hi yannick >

[jira] Resolved: (JCR-1545) webapp: troubleshooting.jsp fails

2008-04-18 Thread angela (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1545?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] angela resolved JCR-1545. - Resolution: Fixed Fix Version/s: 1.5 > webapp: troubleshooting.jsp fails > -

[jira] Created: (JCR-1545) webapp: troubleshooting.jsp fails

2008-04-18 Thread angela (JIRA)
webapp: troubleshooting.jsp fails - Key: JCR-1545 URL: https://issues.apache.org/jira/browse/JCR-1545 Project: Jackrabbit Issue Type: Bug Affects Versions: 1.4 Reporter: angela Assi

Re: webdav access

2008-04-18 Thread Angela Schreiber
hi yannick not totally sure if i understand what you are looking for. if you want to access your JCR repository through webdav you only have to deploy the war file available from the jackrabbit webpage: http://jackrabbit.apache.org/downloads.html#Downloads-v14 version 1.4 provides quite some nic

[jira] Resolved: (JCR-1543) Improve reliability of canAddMixin

2008-04-18 Thread Julian Reschke (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1543?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julian Reschke resolved JCR-1543. - Resolution: Fixed Implemented with revision 649548. > Improve reliability of canAddMixin > --

webdav access

2008-04-18 Thread Yannick PIERSON
Hi, I would like to use webdav for accessing to a IIS. So I would like to know the start point and the main steps to follow. I ever done something like that : this.repository = new TransientRepository(); SimpleCredentials credentials = new SimpleCredentials("admin", "admin".toCharArray()); Sessi

[jira] Commented: (JCR-1543) Improve reliability of canAddMixin

2008-04-18 Thread angela (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12590448#action_12590448 ] angela commented on JCR-1543: - > Naming of method: I wanted to avoid canAddMixin, as the method h

[jira] Updated: (JCR-1543) Improve reliability of canAddMixin

2008-04-18 Thread Julian Reschke (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1543?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julian Reschke updated JCR-1543: Attachment: JCR1543.diff New proposed patch (information wasn't duplicated in ENT.clone()). > Improv

[jira] Resolved: (JCR-1388) Jackrabbit does not allow concurrent reads to the data store if copyWhenReading=false

2008-04-18 Thread Thomas Mueller (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1388?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Mueller resolved JCR-1388. - Resolution: Fixed Fix Version/s: 1.5 > Jackrabbit does not allow concurrent reads to the dat

[jira] Commented: (JCR-1388) Jackrabbit does not allow concurrent reads to the data store if copyWhenReading=false

2008-04-18 Thread Thomas Mueller (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12590418#action_12590418 ] Thomas Mueller commented on JCR-1388: - Committed in revision 649493 (trunk) > Jackrabbit

Re: Invalid combination of jcr:path clauses

2008-04-18 Thread Marcel Reutegger
Hi Sergey, SQL expressions on jcr:path in jackrabbit are very restricted because it isn't a real property. see section 6.6.3.4 'Path Constraint' of JSR 170. with XPath you can use the fn:name() function: test/*[fn:name() = 'live' or fn:name() = 'draft']//element(*, nt:base) regards marcel

[jira] Updated: (JCR-1543) Improve reliability of canAddMixin

2008-04-18 Thread Julian Reschke (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1543?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julian Reschke updated JCR-1543: Attachment: JCR1543.diff New proposed patch. > Improve reliability of canAddMixin > ---

[jira] Commented: (JCR-1543) Improve reliability of canAddMixin

2008-04-18 Thread Julian Reschke (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12590389#action_12590389 ] Julian Reschke commented on JCR-1543: - QNodeTypeDefinitionImpl: done Naming of method: I

Invalid combination of jcr:path clauses

2008-04-18 Thread Sergey Kabashnyuk
Hi all. How can we create an XPath or SQL query to retrieve two things in the JCR? We can do : select * from nt:base where jcr:path like '/test/live/%' but can we do ? select * from nt:base where jcr:path like '/test/live/%' or jcr:path like '/test/draft/%' I have created a small test to check t

Re: Jackrabbit 1.5 release plan

2008-04-18 Thread Dominique Pfister
Hi, Speaking of major changes with respect to JCR 2.0 and whether introducing them into JR 1.5 makes sense, I'm in favor of introducing new features that do not affect existing code (let alone break the build) and that are backed by some basic tests (that will of course not cover every conceivable

Re: Jackrabbit 1.5 release plan

2008-04-18 Thread Alexander Klimetschek
Am 18.04.2008 um 11:07 schrieb Thomas Mueller: Branching (and specially merging) is more work. With SVN. Are there any plans in the ASF to try out and switch to git [1]? Alex [1] http://git.or.cz/ -- Alexander Klimetschek [EMAIL PROTECTED] >> Day JCR Cup 08 | Win a MacBook Pro: http://d

Re: jackrabbit-core 1.4.3 release plan

2008-04-18 Thread Thomas Mueller
Hi, I am integrating the patch for http://issues.apache.org/jira/browse/JCR-1388 (concurrent reads to the database data store) I will test it and then commit it, but I'm not sure if it makes sense to include it in 1.4.3 - I would probably be more confident if this patch was committed earlier. On

Re: Jackrabbit 1.5 release plan

2008-04-18 Thread Felix Meschberger
Hi, Am Freitag, den 18.04.2008, 11:26 +0200 schrieb Thomas Mueller: > Hi, > > > > If we have enough > > > test cases (I know...) even major changes shouldn't be a problem. > > > > Unless, the changes are so big, as they might make it impossible for a > > longer time to have regular checkins

Re: jackrabbit-core 1.4.3 release plan

2008-04-18 Thread Alexander Klimetschek
Hi, I provided the patch for JCR-1428, but didn't have time yet to merge it into the 1.4 branch. Would be cool if you could handle that, I think it's trivial ;-) And while we are at it: there were also two tests I added for the 1.3 branch, where the first one 1419 depends on the dynamic c

[jira] Resolved: (JCR-484) unable to do checkin/checkout operations from Dreamweaver 8.

2008-04-18 Thread angela (JIRA)
[ https://issues.apache.org/jira/browse/JCR-484?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] angela resolved JCR-484. Resolution: Incomplete resolving issue as incomplete. > unable to do checkin/checkout operations from Dreamweaver 8.

Re: Jackrabbit 1.5 release plan

2008-04-18 Thread Thomas Mueller
Hi, > > If we have enough > > test cases (I know...) even major changes shouldn't be a problem. > > Unless, the changes are so big, as they might make it impossible for a > longer time to have regular checkins one one hand and stable builds > (nightlies I should say) on the other hand. In th

Re: Jackrabbit 1.5 release plan

2008-04-18 Thread Felix Meschberger
Hi, Am Freitag, den 18.04.2008, 11:07 +0200 schrieb Thomas Mueller: > Hi, > > > > There are a number of things going on within trunk, especially in > > > relation to JSR 283, but for 1.5 these new features only need to > > > stable enough that they don't break things if people are *not* using

[jira] Commented: (JCR-1418) Redesign NodeInfo.getReferences()

2008-04-18 Thread angela (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12590353#action_12590353 ] angela commented on JCR-1418: - i would be in favor of that improvement. > Redesign NodeInfo.getR

[jira] Resolved: (JCR-1500) removing properties through SPI: two ways to do it

2008-04-18 Thread angela (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1500?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] angela resolved JCR-1500. - Resolution: Fixed Assignee: angela extended javadoc explicitly stating that setValue/setValues differs from t

Re: Jackrabbit 1.5 release plan

2008-04-18 Thread Thomas Mueller
Hi, > > There are a number of things going on within trunk, especially in > > relation to JSR 283, but for 1.5 these new features only need to > > stable enough that they don't break things if people are *not* using > > them. > > This kind of worries me ! I would rather like to have major cod

[jira] Commented: (JCR-1543) Improve reliability of canAddMixin

2008-04-18 Thread angela (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12590343#action_12590343 ] angela commented on JCR-1543: - sounds reasonable to me. comments to the patch: QNodeTypeDefinit

[jira] Resolved: (JCR-1513) RepositoryService.checkin should return information about newly created version

2008-04-18 Thread angela (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1513?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] angela resolved JCR-1513. - Resolution: Fixed step 3) completed at rev. 649276 > RepositoryService.checkin should return information about new

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

2008-04-18 Thread angela (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12590337#action_12590337 ] angela commented on JCR-1405: - what's the status here? can/should we extend the NodeInfo interfac

[jira] Resolved: (JCR-1539) SPI: Get rid of unused method ItemInfo.getParentId()

2008-04-18 Thread angela (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1539?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] angela resolved JCR-1539. - Resolution: Fixed Assignee: angela > SPI: Get rid of unused method ItemInfo.getParentId() > -

[jira] Commented: (JCR-1539) SPI: Get rid of unused method ItemInfo.getParentId()

2008-04-18 Thread angela (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1539?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12590334#action_12590334 ] angela commented on JCR-1539: - jackrabbit-spi (rev. 649404)

Re: Jackrabbit 1.5 release plan

2008-04-18 Thread Felix Meschberger
Hi, First off I thank you for your effort and the clean run down of how we could approach the next big one ;-) Needless to say I am big +1 for going componentized. So here is my detailed review: Am Mittwoch, den 16.04.2008, 17:29 +0300 schrieb Jukka Zitting: > Here's my first shot at a release

Re: jackrabbit-core 1.4.3 release plan

2008-04-18 Thread Marcel Reutegger
Hi, JCR-1428 (Add API for selective bundle consistency check (Jackrabbit-specific)) had been made available in 1.3.4 but was never merged into the 1.4 branch. I'd like to have that one also in the 1.4.3 release. regards marcel Jukka Zitting wrote: Hi, There's again a bunch of fixes to jack