Re: is XPath possible on property value?

2007-02-19 Thread Jukka Zitting
Hi, On 2/19/07, Malligarjunan Sidduraj [EMAIL PROTECTED] wrote: Can we apply XPath on a particular Property value which is a type of application/xml. We can do XPath on JCR tree Hierarchy that I know. Ex : //[EMAIL PROTECTED] = 'wsdl' In that above example I want apply the XPath on

Re: Errors with new cluster feature

2007-02-19 Thread Dominique Pfister
Hi Miguel, writing to the journal log file should only be possible after having obtained an exclusive lock on the global revision file (R), located in the same directory as the journal log file (L). The exact sequence of operations is as follows: - exclusive lock is obtained on R - journal

Re: [VOTE] Release Apache Jackrabbit 1.2.2

2007-02-19 Thread Fabrizio Giustina
On 2/16/07, Jukka Zitting [EMAIL PROTECTED] wrote: Please vote on releasing these packages as Apache Jackrabbit 1.2.2. a non binding +1 from a user, hoping that devs will cast their positive vote soon ;) cheers fabrizio

RE: is XPath possible on property value?

2007-02-19 Thread Nithya Mani
Hi, We can search content based on the xpath in an xml file. If we import an xml under a particular node, you could make xpath search. For example consider the below xml Addresses Address NameOdyssey/Name Number50/Number AreaAdyar/Area CityChennai/City

Re: [VOTE] Release Apache Jackrabbit 1.2.2

2007-02-19 Thread Stefan Guggisberg
On 2/16/07, Jukka Zitting [EMAIL PROTECTED] wrote: Please vote on releasing these packages as Apache Jackrabbit 1.2.2. +1 Release the packages as Apache Jackrabbit 1.2.2 cheers stefan

[jira] Created: (JCR-748) DatabaseFileSystem fails with Oracle database

2007-02-19 Thread Martijn Hendriks (JIRA)
DatabaseFileSystem fails with Oracle database - Key: JCR-748 URL: https://issues.apache.org/jira/browse/JCR-748 Project: Jackrabbit Issue Type: Bug Components: core Environment:

[jira] Commented: (JCR-748) DatabaseFileSystem fails with Oracle database

2007-02-19 Thread Martijn Hendriks (JIRA)
[ https://issues.apache.org/jira/browse/JCR-748?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12474150 ] Martijn Hendriks commented on JCR-748: -- I just tried to adjuste the oracle.ddl, but this still gives an error: the

Re: [VOTE] Release Apache Jackrabbit 1.2.2

2007-02-19 Thread Tobias Bocanegra
+1 Release the packages as Apache Jackrabbit 1.2.2 regards, toby On 2/16/07, Jukka Zitting [EMAIL PROTECTED] wrote: Hi, I have posted a candidate for the Apache Jackrabbit 1.2.2 release at http://people.apache.org/~jukka/jackrabbit/1.2.2/ See the included RELEASE-NOTES.txt file for

Re: [VOTE] Release Apache Jackrabbit 1.2.2

2007-02-19 Thread Marcel Reutegger
Jukka Zitting wrote: Please vote on releasing these packages as Apache Jackrabbit 1.2.2. The vote is open for the next 72 hours, and only votes from Jackrabbit committers are binding. The vote passes if at least three +1 votes are cast. +1 Release the packages as Apache Jackrabbit 1.2.2

[jira] Resolved: (JCR-748) DatabaseFileSystem fails with Oracle database

2007-02-19 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-748?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Guggisberg resolved JCR-748. --- Resolution: Invalid there's a specialized implementation for oracle which addresses oracle's

[jira] Commented: (JCR-748) DatabaseFileSystem fails with Oracle database

2007-02-19 Thread Martijn Hendriks (JIRA)
[ https://issues.apache.org/jira/browse/JCR-748?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12474173 ] Martijn Hendriks commented on JCR-748: -- I see now ; I'm sorry for the unnecessary post... DatabaseFileSystem

SPI: repositoryService.isGranted()

2007-02-19 Thread Julian Reschke
Hi, I was recently refactoring my permission check support and came across the following issue: public boolean isGranted(SessionInfo sessionInfo, ItemId itemId, String[] actions) throws RepositoryException; The problem here is that in some cases (such as in add_node and set_property),

[jira] Assigned: (JCR-741) Handling of multiple residual prop defs in EffectiveNodeTypeImpl

2007-02-19 Thread Julian Reschke (JIRA)
[ https://issues.apache.org/jira/browse/JCR-741?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julian Reschke reassigned JCR-741: -- Assignee: Julian Reschke Handling of multiple residual prop defs in EffectiveNodeTypeImpl

[jira] Commented: (JCR-741) Handling of multiple residual prop defs in EffectiveNodeTypeImpl

2007-02-19 Thread Julian Reschke (JIRA)
[ https://issues.apache.org/jira/browse/JCR-741?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12474224 ] Julian Reschke commented on JCR-741: Fixing this properly requires several changes. (1) Do not consider multiple

Re: [VOTE] Release Apache Jackrabbit 1.2.2

2007-02-19 Thread Dominique Pfister
Hi Jukka, I was just pointed to some clustering issue, occurring with simultaneous processes that add/delete children on the same parent node. I was able to identify the source of this error and to fix it, and I would be very glad to include this fix in the upcoming 1.2.2 release. Could you

Re: [VOTE] Release Apache Jackrabbit 1.2.2

2007-02-19 Thread Jukka Zitting
Hi, On 2/19/07, Dominique Pfister [EMAIL PROTECTED] wrote: I was just pointed to some clustering issue, occurring with simultaneous processes that add/delete children on the same parent node. I was able to identify the source of this error and to fix it, and I would be very glad to include this

[jira] Updated: (JCR-750) [Patch] Adding history, tab completion, status info command and masked password input for jcr-commands

2007-02-19 Thread Alexander Klimetschek (JIRA)
[ https://issues.apache.org/jira/browse/JCR-750?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexander Klimetschek updated JCR-750: -- Attachment: jcr-commands-add-history-tabcompletion-status.patch A patch including all

DBConfiguration at runtime?

2007-02-19 Thread Malligarjunan Sidduraj
All, Can I configure the db info at the runtime? Any API available in JCR/Jackrabbit? Is there any other way available to configure the db info rather than configuring in repository.xml Thanks Malligarjunan S.