ObjectContentManagerImpl.getObject(Query) throws NoSuchElementException when
query does not match an object
-----------------------------------------------------------------------------------------------------------
Key: JCR-1285
URL: https://issues.apache.org/jira/browse/JCR-1285
Project: Jackrabbit
Issue Type: Bug
Components: jackrabbit-ocm
Affects Versions: 1.4
Reporter: Paul Mietz Egli
When a query returns no objects, ObjectContentManagerImpl.getObject(Query)
throws the following exception:
java.util.NoSuchElementException
at java.util.AbstractList$Itr.next(AbstractList.java:427)
at
org.apache.jackrabbit.ocm.manager.impl.ObjectContentManagerImpl.getObject(ObjectContentManagerImpl.java:538)
Javadocs for ObjectContentManager interface suggest that a
ObjectContentManagerException should be thrown in this case.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.