[jira] Resolved: (JCR-1149) JCR2SPI: several broken equals() comparisons

2007-09-28 Thread Julian Reschke (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1149?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julian Reschke resolved JCR-1149. - Resolution: Fixed Fixed with revision 580322. JCR2SPI: several broken equals() comparisons

[jira] Updated: (JCR-1148) NullPointerException in ItemState

2007-09-28 Thread Martijn Hendriks (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martijn Hendriks updated JCR-1148: -- Component/s: jackrabbit-core Description: The following happens quite regularly

Re: [jira] Resolved: (JCR-926) Global data store for binaries

2007-09-28 Thread Thomas Mueller
Hi, What about RepositoryException? Yes, that would work too. But we wanted to be able to indentify the specific exception thrown from the DS. In a few places we wrapped DSE inside a RE. What about if DataStoreException extends RepositoryException? Like that you don't need to catch the

Re: OCM status

2007-09-28 Thread Felix Meschberger
Hi Paddy, Am Donnerstag, den 27.09.2007, 14:49 -0700 schrieb Padraic I. Hannon: Everything compiles, however, since the tests all use annotations they do not work. Near as I can tell this is all I need to continue. Do I understand you correctly ? You need to have the tests running on JDK 1.4

[jira] Commented: (JCR-1150) JCR2SPI: several performance improvements pointed out by Findbugs

2007-09-28 Thread Julian Reschke (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12531013 ] Julian Reschke commented on JCR-1150: - Backed out use of Integer.valueOf (not available in jdk 1.4) with revision

Re: [jira] Created: (JCR-1150) JCR2SPI: several performance improvements pointed out by Findbugs

2007-09-28 Thread Thomas Mueller
Hi, I like FindBugs, and it would be great to have a good configuration in subversion. The same for PMD and Checkstyle. People can then use it or not, but don't have to duplicate the setup. Integer(int) constructor; use Integer.valueOf(int) instead This is Java 1.5. But what you could do is:

[jira] Created: (JCR-1149) JCR2SPI: several broken equals() comparisons

2007-09-28 Thread Julian Reschke (JIRA)
JCR2SPI: several broken equals() comparisons Key: JCR-1149 URL: https://issues.apache.org/jira/browse/JCR-1149 Project: Jackrabbit Issue Type: Bug Components: SPI Reporter:

[jira] Created: (JCR-1148) NullPoi

2007-09-28 Thread Martijn Hendriks (JIRA)
NullPoi --- Key: JCR-1148 URL: https://issues.apache.org/jira/browse/JCR-1148 Project: Jackrabbit Issue Type: Bug Reporter: Martijn Hendriks -- This message is automatically generated by JIRA. - You can reply to this

[jira] Reopened: (JCR-1150) JCR2SPI: several performance improvements pointed out by Findbugs

2007-09-28 Thread Julian Reschke (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1150?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julian Reschke reopened JCR-1150: - Assignee: Julian Reschke JCR2SPI: several performance improvements pointed out by Findbugs

[jira] Resolved: (JCR-1150) JCR2SPI: several performance improvements pointed out by Findbugs

2007-09-28 Thread Julian Reschke (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1150?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julian Reschke resolved JCR-1150. - Resolution: Fixed Fixed newly broken code with revision 580427 (sorry!). JCR2SPI: several

[jira] Assigned: (JCR-1153) remove support for event bundle IDs

2007-09-28 Thread Julian Reschke (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1153?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julian Reschke reassigned JCR-1153: --- Assignee: Julian Reschke remove support for event bundle IDs

[jira] Assigned: (JCR-1147) spi2jcr: RepositoryServiceImpl.getRootId returns bad NodeId

2007-09-28 Thread Marcel Reutegger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1147?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcel Reutegger reassigned JCR-1147: - Assignee: Marcel Reutegger spi2jcr: RepositoryServiceImpl.getRootId returns bad NodeId

[jira] Created: (JCR-1151) avoid converting property values to strings

2007-09-28 Thread Julian Reschke (JIRA)
avoid converting property values to strings --- Key: JCR-1151 URL: https://issues.apache.org/jira/browse/JCR-1151 Project: Jackrabbit Issue Type: Improvement Components: SPI

[jira] Commented: (JCR-1148) NullPointerException in ItemState

2007-09-28 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1148?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12531025 ] Stefan Guggisberg commented on JCR-1148: what configuration are you using? any custom code/modifications

[jira] Issue Comment Edited: (JCR-1148) NullPointerException in ItemState

2007-09-28 Thread Esteban Franqueiro (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1148?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12531022 ] efranqueiro edited comment on JCR-1148 at 9/28/07 7:34 AM: -- This issue is the same

Re: [jira] Created: (JCR-1150) JCR2SPI: several performance improvements pointed out by Findbugs

2007-09-28 Thread Julian Reschke
Thomas Mueller wrote: Hi, I like FindBugs, and it would be great to have a good configuration in subversion. The same for PMD and Checkstyle. People can then use it or not, but don't have to duplicate the setup. Integer(int) constructor; use Integer.valueOf(int) instead This is Java 1.5.

[jira] Resolved: (JCR-1147) spi2jcr: RepositoryServiceImpl.getRootId returns bad NodeId

2007-09-28 Thread Marcel Reutegger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1147?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcel Reutegger resolved JCR-1147. --- Resolution: Fixed Fixed in revision: 580406 Thank you for reporting this issue. spi2jcr:

[jira] Assigned: (JCR-1149) JCR2SPI: several broken equals() comparisons

2007-09-28 Thread Julian Reschke (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1149?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julian Reschke reassigned JCR-1149: --- Assignee: Julian Reschke JCR2SPI: several broken equals() comparisons

[jira] Commented: (JCR-1140) NodeId for root node should not be hardcoded in jcr2spi

2007-09-28 Thread JIRA
[ https://issues.apache.org/jira/browse/JCR-1140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12530981 ] Michael Dürig commented on JCR-1140: for the second one (spi2jcr): that wrong. but can you please open a

[jira] Created: (JCR-1147) spi2jcr: RepositoryServiceImpl.getRootId returns bad NodeId

2007-09-28 Thread JIRA
spi2jcr: RepositoryServiceImpl.getRootId returns bad NodeId Key: JCR-1147 URL: https://issues.apache.org/jira/browse/JCR-1147 Project: Jackrabbit Issue Type: Bug

[jira] Created: (JCR-1153) remove support for event bundle IDs

2007-09-28 Thread Julian Reschke (JIRA)
remove support for event bundle IDs --- Key: JCR-1153 URL: https://issues.apache.org/jira/browse/JCR-1153 Project: Jackrabbit Issue Type: Task Components: SPI Reporter: Julian Reschke

[jira] Resolved: (JCR-1153) remove support for event bundle IDs

2007-09-28 Thread Julian Reschke (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1153?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julian Reschke resolved JCR-1153. - Resolution: Fixed Done with revision 580410. remove support for event bundle IDs

[jira] Resolved: (JCR-1150) JCR2SPI: several performance improvements pointed out by Findbugs

2007-09-28 Thread Julian Reschke (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1150?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julian Reschke resolved JCR-1150. - Resolution: Fixed Fixed with revision 580332. JCR2SPI: several performance improvements pointed

[jira] Created: (JCR-1154) Database Data Store

2007-09-28 Thread Thomas Mueller (JIRA)
Database Data Store --- Key: JCR-1154 URL: https://issues.apache.org/jira/browse/JCR-1154 Project: Jackrabbit Issue Type: New Feature Components: jackrabbit-core Affects Versions: 1.4 Reporter:

Re: [jira] Resolved: (JCR-926) Global data store for binaries

2007-09-28 Thread Thomas Mueller
Hi, I have created an issue: http://issues.apache.org/jira/browse/JCR-1154 Please attach your patch there ('Attach file'). You will be asked to 'Grant license to ASF for inclusion in ASF works'. other changes to the rest of the core (there aren't too many). That would be great, because maybe