[jira] Updated: (OCM-17) Referenced beans in an object graph should be persisted by the ocm automatically

2009-06-25 Thread Craig Schaefer (JIRA)
[ https://issues.apache.org/jira/browse/OCM-17?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Craig Schaefer updated OCM-17: -- Status: Patch Available (was: Open) > Referenced beans in an object graph should be persisted by the

[jira] Updated: (OCM-34) referential integrity problem due to ObjectContentManagerImpl usage of ObjectCache

2009-06-19 Thread Craig Schaefer (JIRA)
[ https://issues.apache.org/jira/browse/OCM-34?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Craig Schaefer updated OCM-34: -- Status: Patch Available (was: Open) Please review. Changes made against 1.5 branch > referent

[jira] Updated: (OCM-35) OCM DTD offline resolution

2009-06-19 Thread Craig Schaefer (JIRA)
[ https://issues.apache.org/jira/browse/OCM-35?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Craig Schaefer updated OCM-35: -- Status: Patch Available (was: Open) Please review. Changed against 1.5 version > OCM DTD offl

[jira] Updated: (OCM-4) requestObjectCache not cleared in ObjectContentManager.getObjectIterator()

2009-06-19 Thread Craig Schaefer (JIRA)
[ https://issues.apache.org/jira/browse/OCM-4?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Craig Schaefer updated OCM-4: - Status: Patch Available (was: Open) Please review. Changes made against 1.5 branch. > requestObjectCa

[jira] Updated: (OCM-4) requestObjectCache not cleared in ObjectContentManager.getObjectIterator()

2009-06-19 Thread Craig Schaefer (JIRA)
[ https://issues.apache.org/jira/browse/OCM-4?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Craig Schaefer updated OCM-4: - Attachment: OCM-4.patch Two main changes: 1. The getObjectIterator(...):Iterator methods now return an

[jira] Commented: (OCM-4) requestObjectCache not cleared in ObjectContentManager.getObjectIterator()

2009-06-19 Thread Craig Schaefer (JIRA)
[ https://issues.apache.org/jira/browse/OCM-4?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12721817#action_12721817 ] Craig Schaefer commented on OCM-4: -- looks to be a side effect of the same problem reporte

[jira] Updated: (OCM-34) referential integrity problem due to ObjectContentManagerImpl usage of ObjectCache

2009-06-19 Thread Craig Schaefer (JIRA)
[ https://issues.apache.org/jira/browse/OCM-34?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Craig Schaefer updated OCM-34: -- Attachment: OCM-34.patch Fix as described in original posting of this bug. > referential integr

[jira] Commented: (OCM-35) OCM DTD offline resolution

2009-06-19 Thread Craig Schaefer (JIRA)
[ https://issues.apache.org/jira/browse/OCM-35?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12721813#action_12721813 ] Craig Schaefer commented on OCM-35: --- General approach is simpliar to that of Spring.

[jira] Updated: (OCM-35) OCM DTD offline resolution

2009-06-19 Thread Craig Schaefer (JIRA)
[ https://issues.apache.org/jira/browse/OCM-35?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Craig Schaefer updated OCM-35: -- Attachment: OCM-35.patch OCM-35.patch > OCM DTD offline resolut

[jira] Updated: (OCM-35) OCM DTD offline resolution

2009-06-19 Thread Craig Schaefer (JIRA)
[ https://issues.apache.org/jira/browse/OCM-35?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Craig Schaefer updated OCM-35: -- Priority: Minor (was: Major) > OCM DTD offline resolut

[jira] Created: (OCM-35) OCM DTD offline resolution

2009-06-19 Thread Craig Schaefer (JIRA)
OCM DTD offline resolution -- Key: OCM-35 URL: https://issues.apache.org/jira/browse/OCM-35 Project: Jackrabbit OCM Issue Type: Improvement Reporter: Craig Schaefer OCM xml descriptor files will

[jira] Created: (OCM-34) referential integrity problem due to ObjectContentManagerImpl usage of ObjectCache

2009-06-09 Thread Craig Schaefer (JIRA)
OCM Issue Type: Bug Reporter: Craig Schaefer It appears that there is an ObjectCache which lives for the lifetime of an ObjectContentManagerImpl instance. In most cases the reference to the ObjectCache is shared with the ObjectConverterImpl (which is also contained by

Re: OCM DTD resolution

2009-02-05 Thread Craig Schaefer
I have had to write a parrallel implementation of DigesterDescriptorReader as the JR OCM impl doesn't let me get at the Digester. It also means I have to have a parrallel implementation of DigesterMapperImpl. It would be good to refactor the JCR OCM code a bit to allow either 1) custom Digeste

OCM DTD resolution

2009-02-04 Thread Craig Schaefer
Hello, We have written a Jackrabbit based Content Repository. We are using OCM exclusively, which I should say is a great object mapping layer that makes using JCR less painless. We have even managed to extend the Collection and Bean converters a little to allow for more cascading style inserts