Re: Compiling with eclipse/maven2

2007-03-01 Thread Christoph Kiehl
Ned Collyer wrote: Then, install it using the command: mvn install:install-file -DgroupId=javax.jcr -DartifactId=jcr \ -Dversion=1.0 -Dpackaging=jar -Dfile=/path/to/file Surely there is a more elegant way to do this. The idea behind Maven is that it manages dependencies.

Re: [jira] Compiling with eclipse/maven2

2007-03-01 Thread Ned Collyer
Christoph Kiehl-2 wrote: > > Yusuf M wrote: >> Hi,I'm having problems with Maven2. It says that the javax.jcr dependency >> is missing. I have tried everything including downloading the jar and >> pointing maven's dependency's local dir to it. Everything else is >> standard out of the box, no c

Re: Query Performance and Optimization

2007-03-01 Thread David Johnson
Any pointers and thoughts from the developers who have worked on the LuceneQueryBuilder would be very appreciated. As an idea, I was thinking of running the Query AST through an optimization before it is passed the the query builder. Perhaps in org.apache.jackrabbit.core.query.lucene.QueryImpl.e

[jira] Resolved: (JCR-772) Merging between workspaces fails

2007-03-01 Thread Tobias Bocanegra (JIRA)
[ https://issues.apache.org/jira/browse/JCR-772?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tobias Bocanegra resolved JCR-772. -- Resolution: Fixed Fix Version/s: 1.3 fixed. > Merging between workspaces fails > -

Jackrabbit access manager question

2007-03-01 Thread xiaohua lu
Hi, We are working on a prototype based on Jackrabbit and encoutered some problems with access manager. The use case we have is we are trying to create a node with some properties, the code looks like this javax.jcr.Node newJCRNode = node.addNode(relPath, primaryNodeTypeName); new

[jira] Updated: (JCR-774) TCK: Test that expect that modifications made by Session1 are automatically visible to Session2

2007-03-01 Thread angela (JIRA)
[ https://issues.apache.org/jira/browse/JCR-774?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] angela updated JCR-774: --- Attachment: NodeTest.patch > TCK: Test that expect that modifications made by Session1 are automatically > visible to S

[jira] Created: (JCR-774) TCK: Test that expect that modifications made by Session1 are automatically visible to Session2

2007-03-01 Thread angela (JIRA)
TCK: Test that expect that modifications made by Session1 are automatically visible to Session2 --- Key: JCR-774 URL: https://issues.apache.org/jira/browse/JCR-774

[jira] Resolved: (JCR-773) Under heavy load, database journal may contain empty update records.

2007-03-01 Thread Dominique Pfister (JIRA)
[ https://issues.apache.org/jira/browse/JCR-773?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dominique Pfister resolved JCR-773. --- Resolution: Fixed Problem identified: on some occasion, the temporary file's contents was not w

[jira] Created: (JCR-773) Under heavy load, database journal may contain empty update records.

2007-03-01 Thread Dominique Pfister (JIRA)
Under heavy load, database journal may contain empty update records. Key: JCR-773 URL: https://issues.apache.org/jira/browse/JCR-773 Project: Jackrabbit Issue Type: Bug

[jira] Created: (JCR-772) Merging between workspaces fails

2007-03-01 Thread Tobias Bocanegra (JIRA)
Merging between workspaces fails Key: JCR-772 URL: https://issues.apache.org/jira/browse/JCR-772 Project: Jackrabbit Issue Type: Bug Components: versioning Affects Versions: 1.2.2, 1.2.1, 1.1.1,

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

2007-03-01 Thread Julian Reschke (JIRA)
[ https://issues.apache.org/jira/browse/JCR-741?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12476925 ] Julian Reschke commented on JCR-741: Not convinced. If the node type allows multiple property definitions here, obt

Re: Query Performance and Optimization

2007-03-01 Thread Christoph Kiehl
David Johnson wrote: Digging into the internals of Jackrabbit, we have noticed that there is an implementation of RangeQuery that essentially walks the results if the # of query terms is greater than what Lucene can handle. Reading the Lucene documentation, it looks like Filters are the recomme

Re: Addendum to CCLA of Day Management

2007-03-01 Thread David Nuescheler
Hi Jim, thanks for the information. I faxed the addendum to the CCLA. please let me know if there is anything else that I need to do. regards, david On 2/27/07, Jim Jagielski <[EMAIL PROTECTED]> wrote: David, no problem. We just need You to fill out another CCLA and note changes and mark the

[jira] Commented: (JCR-771) Make the CND files AUTOMATICALLY loaded from its natural place: /repository/nodetypes

2007-03-01 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-771?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12476886 ] Stefan Guggisberg commented on JCR-771: --- > i think, the big problem when developing with JR is to manage the node