Re: Graphics into Jackrabbit documentation

2006-05-31 Thread Tobias Bocanegra
afaik, they were done mostly manually. regards, toby On 5/31/06, Jean-Yves Cronier [EMAIL PROTECTED] wrote: Just one little question about graphs into documentation. For example : http://jackrabbit.apache.org/images/arch/level-2.jpg Witch software have you use to make this picture ? --

Re: Graphics into Jackrabbit documentation

2006-05-31 Thread David Nuescheler
Just one little question about graphs into documentation. For example : http://jackrabbit.apache.org/images/arch/level-2.jpg Witch software have you use to make this picture ? a random 3d-shader for the blocks and then (i am almost ashamed to admit) mostly ms powerpoint ;)... all manual labour

Re: Searching....

2006-05-31 Thread Marcel Reutegger
hsp wrote: Normally I put the file inside a node (nt:resource) that is inside a nt:folder, and do the query: SELECT * FROM nt:folder WHERE CONTAINS(*,'TEXTSEARCHINGFOR') this will do a fulltext search on nt:folder nodes but not on the resources that are under those nodes, therefore it will

Re: [VOTE] Release Apache Jackrabbit 1.0.1

2006-05-31 Thread Peeter Piegaze
+1 On 5/30/06, Stefan Guggisberg [EMAIL PROTECTED] wrote: [X] +1 Release the packages as Apache Jackrabbit 1.0.1 cheers stefan

Re: [VOTE] Release Apache Jackrabbit 1.0.1

2006-05-31 Thread David Nuescheler
+1 regards, david

[jira] Closed: (JCR-436) InvalidQueryException thrown for a SQL query using WHERE CONTAINS(., 'someword')

2006-05-31 Thread Marcel Reutegger (JIRA)
[ http://issues.apache.org/jira/browse/JCR-436?page=all ] Marcel Reutegger closed JCR-436: Fix Version: 1.1 Resolution: Fixed This is a leftover from an unreleased version of the JCR spec. Unfortunately the relevant test case is also broken.

[jira] Commented: (JCR-18) Multithreading issue with versioning

2006-05-31 Thread Jukka Zitting (JIRA)
[ http://issues.apache.org/jira/browse/JCR-18?page=comments#action_12414003 ] Jukka Zitting commented on JCR-18: -- Fixing issue JCR-443 seems to have fixed a few other concurrent versioning problems. Is this issue also fixed by JCR-443? Multithreading

[jira] Updated: (JCR-436) InvalidQueryException thrown for a SQL query using WHERE CONTAINS(., 'someword')

2006-05-31 Thread Marcel Reutegger (JIRA)
[ http://issues.apache.org/jira/browse/JCR-436?page=all ] Marcel Reutegger updated JCR-436: - Version: 0.9 1.0.1 InvalidQueryException thrown for a SQL query using WHERE CONTAINS(., 'someword')

[jira] Created: (JCR-445) repository is locked by WorkspaceJanitor when another workspace is reindexing

2006-05-31 Thread Tobias Bocanegra (JIRA)
repository is locked by WorkspaceJanitor when another workspace is reindexing - Key: JCR-445 URL: http://issues.apache.org/jira/browse/JCR-445 Project: Jackrabbit Type: Bug Versions:

Re: [VOTE] Release Apache Jackrabbit 1.0.1

2006-05-31 Thread Tobias Bocanegra
+1 and thanks alot. regards, david -- - [EMAIL PROTECTED] --- Tobias Bocanegra, Day Management AG, Barfuesserplatz 6, CH - 4001 Basel T +41 61 226 98 98, F +41 61 226 98 97 --- http://www.day.com ---

[jira] Created: (JCR-446) Prevent logins during repository shutdown

2006-05-31 Thread Jukka Zitting (JIRA)
Prevent logins during repository shutdown - Key: JCR-446 URL: http://issues.apache.org/jira/browse/JCR-446 Project: Jackrabbit Type: Improvement Components: core Versions: 1.0, 1.0.1, 0.9 Reporter: Jukka

[jira] Commented: (JCR-446) Prevent logins during repository shutdown

2006-05-31 Thread Tobias Bocanegra (JIRA)
[ http://issues.apache.org/jira/browse/JCR-446?page=comments#action_12414020 ] Tobias Bocanegra commented on JCR-446: -- i'm a bit afraid on sychronizing the repository instance. i prefer a 'shutdown' lock around shutdown and login. Prevent logins

[jira] Commented: (JCR-446) Prevent logins during repository shutdown

2006-05-31 Thread Jukka Zitting (JIRA)
[ http://issues.apache.org/jira/browse/JCR-446?page=comments#action_12414024 ] Jukka Zitting commented on JCR-446: --- Looking at the code I actually think that getWorkspaceInfo() *should* be synchronized regardless of what we do with login. The wspInfos

[jira] Commented: (JCR-356) Replace license headers with new policy text

2006-05-31 Thread Jukka Zitting (JIRA)
[ http://issues.apache.org/jira/browse/JCR-356?page=comments#action_12414026 ] Jukka Zitting commented on JCR-356: --- The 1.0 branch is OK for changes now, though I don't plan to make any more releases from that branch. Replace license headers with new

Re: Restore a version of a node property

2006-05-31 Thread Markus Krüger
Hello, I have the same issue as David. I get the PathNotFoundException on any of my properties (in my case it is a proptery for an author named jcr:author). Are there any solutions to this problem, yet? Best regards, Markus Krüger

Re: Restore a version of a node property

2006-05-31 Thread Tobias Bocanegra
whats the 'on parent version' value of the respective property definition? can you send a test-case? thanks. regards, toby On 5/31/06, Markus Krüger [EMAIL PROTECTED] wrote: Hello, I have the same issue as David. I get the PathNotFoundException on any of my properties (in my case it is a

Re: [VOTE] Release Apache Jackrabbit 1.0.1

2006-05-31 Thread Marcel Reutegger
Jukka Zitting wrote: Please vote on releasing these packages as Apache Jackrabbit 1.0.1. The vote is open for the next 72 hours, and only votes from Jackrabbit committers are considered binding. The vote passes if at least three +1 votes are cast. [X] +1 Release the packages are Apache

Re: Client/Server question

2006-05-31 Thread Felix Meschberger
Hi Nicolas, I agree to include these methods on the repository layer. But thinking about the extent - rather than the intrincacies of handling concurrent modifications while backing up - I would have some remarks: (1) I would modify the signature to take InputStream and OutputStream objects,

Re: Client/Server question

2006-05-31 Thread Nicolas Toper
Hi Felix, You are right on both points. I will do as you suggest. Thanks for your input. Best Regards Nico my blog! http://www.deviant-abstraction.net !! On 5/31/06, Felix Meschberger [EMAIL PROTECTED] wrote: Hi Nicolas, I agree to include these methods on the repository layer. But

Re: Client/Server question

2006-05-31 Thread David Kennedy
What happened to the idea of backing up to a PesistenceManager and restoing from one as well? As long as you add an interface and the PersistenceManager implements the backup/restore interface, it's still feasible, but was there a problem with this strategy? David Nicolas Toper [EMAIL

Re: Information on JSR-283 and meta-data available?

2006-05-31 Thread Philipp Jurewicz
Hi, again Jukka Zitting wrote: Hi, The JCP rules prevent us from openly discussing the JSR 283 issues in public, so I suggest you join the JCP and apply for expert group membership both to access the latest discussions and to provide your ideas and requirements as input to the standardization

Re: Client/Server question

2006-05-31 Thread Tobias Bocanegra
(1) I would modify the signature to take InputStream and OutputStream objects, resp. This provides for more flexibility in terms of source and destination of the backup data. well, maybe you need several files to store the data. or maybe a random access file. so streams might also a bit limiting

Re: Client/Server question

2006-05-31 Thread Nicolas Toper
Actually, Jukka and I decided to add the hotbackup fonctionnality in a next step. I will design the tool so this can be added easily later on. We want to create a tool battle tested and we fear adding a proxyPM might spread our effort and add too much testing cases for a first step (with

Re: [VOTE] Release Apache Jackrabbit 1.0.1

2006-05-31 Thread Brian Moseley
[X ] +1 Release the packages are Apache Jackrabbit 1.0.1

Re: Searching....

2006-05-31 Thread hsp
hsp wrote: Normally I put the file inside a node (nt:resource) that is inside a nt:folder, and do the query: SELECT * FROM nt:folder WHERE CONTAINS(*,'TEXTSEARCHINGFOR') this will do a fulltext search on nt:folder nodes but not on the resources that are under those nodes, therefore it will

Re: Client/Server question

2006-05-31 Thread Brian Moseley
On 5/31/06, Nicolas Toper [EMAIL PROTECTED] wrote: /** * Backs up the entire repository contents to the given file. * * @param filename the name of the backup file to be written * @throws IOException if the file cannot be written * @throws RepositoryException

Re: Client/Server question

2006-05-31 Thread Nicolas Toper
You will have actually a version that operate on streams. I will tell you more in the next few days about the proposed design and functionnalities. a+ Nico my blog! http://www.deviant-abstraction.net !!

Re: Searching....

2006-05-31 Thread Marcel Reutegger
hsp wrote: What could be the warning message about LazyReader? Even after rebuild the indexes, I just find only one .doc file, that is the file I put separated (it is the same that is inside the zip file with the same properties inside a nt:resouce node). It seems that the underlying text

[jira] Created: (JCR-448) Moving a node while index is merged leads to inconsistent index

2006-05-31 Thread Marcel Reutegger (JIRA)
Moving a node while index is merged leads to inconsistent index --- Key: JCR-448 URL: http://issues.apache.org/jira/browse/JCR-448 Project: Jackrabbit Type: Bug Versions: 1.0, 1.0.1, 0.9

[jira] Updated: (JCR-448) Moving a node while index is merged leads to inconsistent index

2006-05-31 Thread Marcel Reutegger (JIRA)
[ http://issues.apache.org/jira/browse/JCR-448?page=all ] Marcel Reutegger updated JCR-448: - Component: query Moving a node while index is merged leads to inconsistent index ---

[jira] Closed: (JCR-448) Moving a node while index is merged leads to inconsistent index

2006-05-31 Thread Marcel Reutegger (JIRA)
[ http://issues.apache.org/jira/browse/JCR-448?page=all ] Marcel Reutegger closed JCR-448: Fix Version: 1.1 Resolution: Fixed Fixed in revision: 410647 Moving a node while index is merged leads to inconsistent index

[jira] Assigned: (JCR-449) inconsistency in internal version items during commits

2006-05-31 Thread Tobias Bocanegra (JIRA)
[ http://issues.apache.org/jira/browse/JCR-449?page=all ] Tobias Bocanegra reassigned JCR-449: Assign To: Tobias Bocanegra inconsistency in internal version items during commits --

[jira] Closed: (JCR-356) Replace license headers with new policy text

2006-05-31 Thread Roy T. Fielding (JIRA)
[ http://issues.apache.org/jira/browse/JCR-356?page=all ] Roy T. Fielding closed JCR-356: --- Resolution: Fixed No need to update the old branch. Replace license headers with new policy text