[jira] Updated: (JCR-1031) RowIteratorImpl should make use of QueryResultRow.getValues()

2007-11-21 Thread Jukka Zitting (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1031?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jukka Zitting updated JCR-1031: --- Fix Version/s: 1.4 RowIteratorImpl should make use of QueryResultRow.getValues

[jira] Resolved: (JCR-1031) RowIteratorImpl should make use of QueryResultRow.getValues()

2007-07-13 Thread Marcel Reutegger (JIRA)
[ https://issues.apache.org/jira/browse/JCR-1031?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcel Reutegger resolved JCR-1031. --- Resolution: Fixed Fixed in revision: 555971 RowIteratorImpl should make use

JCR-1031 (RowIteratorImpl should make use of QueryResultRow.getValues())

2007-07-13 Thread Julian Reschke
Hi, in the JavaDoc for QueryResultRow, can we define how an SPI impl should behave when one of the properties in the row does not exist? Is null acceptable in that case? Best regards, Julian

Re: JCR-1031 (RowIteratorImpl should make use of QueryResultRow.getValues())

2007-07-13 Thread Marcel Reutegger
Julian Reschke wrote: in the JavaDoc for QueryResultRow, can we define how an SPI impl should behave when one of the properties in the row does not exist? Is null acceptable in that case? yes, I think that makes sense. regards marcel