[jira] Created: (JCR-1784) OCM:The UUID of the collection elements changes on update.

2008-10-04 Thread Boni Gopalan (JIRA)
OCM:The UUID of the collection elements changes on update. -- Key: JCR-1784 URL: https://issues.apache.org/jira/browse/JCR-1784 Project: Jackrabbit Issue Type: Bug Affects

[jira] Updated: (JCR-1784) OCM:The UUID of the collection elements changes on update.

2008-10-04 Thread Boni Gopalan (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1784?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Boni Gopalan updated JCR-1784: -- Attachment: JCR-1784.bonigopalan.patch OCM:The UUID of the collection elements changes on update.

[jira] Updated: (JCR-1784) OCM:The UUID of the collection elements changes on update.

2008-10-04 Thread Boni Gopalan (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1784?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Boni Gopalan updated JCR-1784: -- Attachment: (was: JCR-1784.bonigopalan.patch) OCM:The UUID of the collection elements changes on

[jira] Updated: (JCR-1784) OCM:The UUID of the collection elements changes on update.

2008-10-04 Thread Boni Gopalan (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1784?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Boni Gopalan updated JCR-1784: -- Attachment: JCR-1784.bonigopalan.patch OCM:The UUID of the collection elements changes on update.

Re: Logging into the repository

2008-10-04 Thread Alexander Klimetschek
Hi, in JCR you have a Repository, of which you have a single instance running and which is an interface you can get either if you created the repository yourself (using TransientRepository) or if you acquire it via JNDI or RMI. To work with the API, you always need a Session (can be loosely