You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Stephane Landelle (JIRA)" <ji...@apache.org> on 2008/04/22 22:01:21 UTC

[jira] Reopened: (JCR-1548) Several bugs in last SVN commit

     [ https://issues.apache.org/jira/browse/JCR-1548?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stephane Landelle reopened JCR-1548:
------------------------------------


There's still a "throw" missing on line 69 in org.apache.jackrabbit.ocm.manager.collectionconverter.ManageableObjectsUtil.getManageableObjects... :)

Stéphane

> Several bugs in last SVN commit
> -------------------------------
>
>                 Key: JCR-1548
>                 URL: https://issues.apache.org/jira/browse/JCR-1548
>             Project: Jackrabbit
>          Issue Type: Bug
>          Components: jackrabbit-ocm
>            Reporter: Stephane Landelle
>            Assignee: Christophe Lombart
>             Fix For: 1.5
>
>   Original Estimate: 0.08h
>  Remaining Estimate: 0.08h
>
> Just a few bugs in the last SVN commit, but since I work with it, i thought useful to mention them :
> 1) org.apache.jackrabbit.ocm.reflection.ReflectionUtils should handle Set --> just add it in defaultImplementation
> 2) in org.apache.jackrabbit.ocm.manager.collectionconverter.ManageableObjectsUtil.getManageableObjects, correct defaultImplementation test :
>         		if (defaultImplementation == null)
>         		{
>         			throw new JcrMappingException("No default implementation for the interface " + manageableObjectsClass);
> Thank you and keep up the good work!
> Sincerely yours,
> Stephane

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.