JCR mapping

2007-04-26 Thread Christophe Lombart
I'm going to continue the jcr mapping integration into Jackrabbit. Do we have to support maven 1 or only m2 is good ? I think it is possible to support both in the same project. I plan to refactor the pck name, is it ok to use : org.apache.jackrabbit.ocm br, Christophe

Re: JCR mapping

2007-04-26 Thread Felix Meschberger
Hi Christophe, Welcome aboard ! IMHO we should drop m1 support for our development. Supporting both, will in my experience not work in the long run. For deployment this is another story, and AFAIK Jukka has done great work in supporting deployment to M1 repositories. On 4/26/07, Christophe

[jira] Created: (JCR-889) Add bundle support for PostgreSQL

2007-04-26 Thread JIRA
Add bundle support for PostgreSQL - Key: JCR-889 URL: https://issues.apache.org/jira/browse/JCR-889 Project: Jackrabbit Issue Type: New Feature Affects Versions: 1.3 Reporter: Miguel Angel

[jira] Updated: (JCR-889) Add bundle support for PostgreSQL

2007-04-26 Thread JIRA
[ https://issues.apache.org/jira/browse/JCR-889?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Miguel Angel Jiménez Sampedro updated JCR-889: -- Attachment: postgresql.ddl This is the starting ddl I'm using on my tests

[jira] Commented: (JCR-888) javax.jcr.NamespaceException: : is not a registered namespace uri

2007-04-26 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-888?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12491977 ] Stefan Guggisberg commented on JCR-888: --- i tested with the FirstHop sample found here:

[jira] Resolved: (JCR-862) unsynchronized access on 'itemCache' map in ItemManager

2007-04-26 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-862?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Guggisberg resolved JCR-862. --- Resolution: Fixed Fix Version/s: 1.4 fixed in svn r532720 unsynchronized access on

[jira] Created: (JCR-890) concurrent read-only access to a session

2007-04-26 Thread David Nuescheler (JIRA)
concurrent read-only access to a session Key: JCR-890 URL: https://issues.apache.org/jira/browse/JCR-890 Project: Jackrabbit Issue Type: Improvement Components: core Reporter:

[jira] Commented: (JCR-888) javax.jcr.NamespaceException: : is not a registered namespace uri

2007-04-26 Thread Dave Erickson (JIRA)
[ https://issues.apache.org/jira/browse/JCR-888?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12492011 ] Dave Erickson commented on JCR-888: --- Thanks for the quick response. I found out that the issue was due to a custom

[jira] Closed: (JCR-888) javax.jcr.NamespaceException: : is not a registered namespace uri

2007-04-26 Thread Dave Erickson (JIRA)
[ https://issues.apache.org/jira/browse/JCR-888?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dave Erickson closed JCR-888. - Resolution: Fixed This does not occur when the default 1.4.2_11 and 5.0 JRE's are used. It was only

[jira] Assigned: (JCR-674) String properties with invalid XML characters export as invalid XML

2007-04-26 Thread Julian Reschke (JIRA)
[ https://issues.apache.org/jira/browse/JCR-674?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julian Reschke reassigned JCR-674: -- Assignee: Julian Reschke String properties with invalid XML characters export as invalid XML

[jira] Reopened: (JCR-862) unsynchronized access on 'itemCache' map in ItemManager

2007-04-26 Thread Tobias Bocanegra (JIRA)
[ https://issues.apache.org/jira/browse/JCR-862?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tobias Bocanegra reopened JCR-862: -- there are still some potential unsynchronized accesses: - itemExists(Path) calls evictItem() -

[jira] Closed: (JCR-763) Unable to create and login to different workspaces

2007-04-26 Thread Daniel Bloomfield Ramagem (JIRA)
[ https://issues.apache.org/jira/browse/JCR-763?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Bloomfield Ramagem closed JCR-763. - Unable to create and login to different workspaces

Jackrabbit 1.2.3, RecordInput/DatabaseJournal

2007-04-26 Thread Ian Boston
I want to extend reimplemente DatabaseJounal (core.cluster), but there is a dependency on RecordInput which is a protected class (or at least default scope). So you cant extend AbstractDatabaseJournal except in the same package (perhaps thats the answer) Is there a reason for this, or was

Jackrabbit Scalability / Performance

2007-04-26 Thread Viraf Bankwalla
Hi, I am working on an application in which documents arriving at a mail-room are scanned and placed in a content repository. I need basic functionality to add, locate and retrieve artifacts to the repository. JSR-170 provides these basic services, however the interface looks chatty. To