Error when getting node UUID

2006-03-22 Thread Paco Avila
I want to create a Node and get its UUID, buy it fails. The node is created with mixin referenceable so it should work, isn't it? Sample code can be found below. -- CODE -- Hashtable env = new Hashtable(); env.put(Context.INITIAL_CONTEXT_FACTORY,

SystemSession

2006-03-22 Thread Torgeir Veimo
Is it possible to obtain an instance of a SystemSession in any way? -- Torgeir Veimo [EMAIL PROTECTED]

Re: Jackrabbit 1.0 release candidate 2

2006-03-22 Thread Marcel Reutegger
Jukka Zitting wrote: Hi, On 3/22/06, Marcel Reutegger [EMAIL PROTECTED] wrote: I would also like to get JCR-257 into the 1.0 release. I'm mostly done with the fix and only testing is left. OK, the issue sounds critical enough to warrant inclusion. Do you think you could be done testing by

Re: Jackrabbit 1.0 release candidate 2

2006-03-22 Thread Jukka Zitting
Hi, On 3/22/06, Marcel Reutegger [EMAIL PROTECTED] wrote: Should I also commit the changes to the branch, or do you want to do that? I'd rather do it myself to better keep track of changes in the branch. Just mark the commits with JCR-257 and resolve the issue when you're done. BR, Jukka

help me regarding Deleting node from the repository

2006-03-22 Thread venkat
hi, please help me. i am able to write the code for adding and accessing nodes, and also for versioning the nodes. but i am unable to find the code for deleting a node. any one plese tell me how to delete a node from the repository. if possible please give me the code snippet. regards,

Re: help me regarding Deleting node from the repository

2006-03-22 Thread Stefan Guggisberg
what you're looking for is javax.jcr.Item#remove() try e.g. session.getItem(/a/b/c).remove(); or someNode.remove(); cheers stefan On 3/22/06, venkat [EMAIL PROTECTED] wrote: hi, please help me. i am able to write the code for adding and accessing nodes, and also for versioning the nodes.

Re: help me regarding Deleting node from the repository

2006-03-22 Thread milhri
On Wed, Mar 22, 2006 at 08:23:09PM +0530, venkat wrote: hi, please help me. i am able to write the code for adding and accessing nodes, and also for versioning the nodes. but i am unable to find the code for deleting a node. any one plese tell me how to delete a node from the repository.

[jira] Assigned: (JCR-335) Deadlock caused by versioning operations within transaction

2006-03-22 Thread Tobias Bocanegra (JIRA)
[ http://issues.apache.org/jira/browse/JCR-335?page=all ] Tobias Bocanegra reassigned JCR-335: Assign To: Tobias Bocanegra (was: Dominique Pfister) Deadlock caused by versioning operations within transaction

[jira] Commented: (JCR-335) Deadlock caused by versioning operations within transaction

2006-03-22 Thread Tobias Bocanegra (JIRA)
[ http://issues.apache.org/jira/browse/JCR-335?page=comments#action_12371426 ] Tobias Bocanegra commented on JCR-335: -- during commit, 3 internal xa-resources take part: the XAItemStateManager of the workspace, the XALockManager and the

Re: SVN checkout report fails

2006-03-22 Thread David Pölz
Hi I guess you got this command from a browser-cached incubator-website. View this website and try hitting the refresh button. http://jackrabbit.apache.org/doc/building.html The correct command to check out jackrabbit from the svn repository is: svn checkout

[jira] Updated: (JCR-368) Add support for simple test cases

2006-03-22 Thread Jukka Zitting (JIRA)
[ http://issues.apache.org/jira/browse/JCR-368?page=all ] Jukka Zitting updated JCR-368: -- Fix Version: 1.0 Hoping to get this included in 1.0-rc3. Add support for simple test cases - Key: JCR-368 URL: