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 11:56:22 UTC

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

Several bugs in last SVN commit
-------------------------------

                 Key: JCR-1548
                 URL: https://issues.apache.org/jira/browse/JCR-1548
             Project: Jackrabbit
          Issue Type: Bug
          Components: security
            Reporter: Stephane Landelle
             Fix For: 1.5


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.


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

Posted by "Stephane Landelle (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/JCR-1548?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12591426#action_12591426 ] 

Stephane Landelle commented on 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.


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

Posted by "Christophe Lombart (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JCR-1548?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christophe Lombart updated JCR-1548:
------------------------------------

    Component/s:     (was: security)
                 jackrabbit-ocm

> 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.


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

Posted by "Christophe Lombart (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JCR-1548?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christophe Lombart reassigned JCR-1548:
---------------------------------------

    Assignee: Christophe Lombart

> Several bugs in last SVN commit
> -------------------------------
>
>                 Key: JCR-1548
>                 URL: https://issues.apache.org/jira/browse/JCR-1548
>             Project: Jackrabbit
>          Issue Type: Bug
>          Components: security
>            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.


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

Posted by "Stephane Landelle (JIRA)" <ji...@apache.org>.
     [ 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.


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

Posted by "Jukka Zitting (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/JCR-1548?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12591265#action_12591265 ] 

Jukka Zitting commented on JCR-1548:
------------------------------------

As a general comment, if a commit is in error it's typically better to reopen the original issue and commit that the fix is incomplete.

If the problem is not really related to the original issue (i.e. a regression), then a separate issue is OK. But note that it would be better to file specific issues for each encountered problem rather than a generic "several bugs" issue.

Anyway, thanks for reporting this and suggesting fixes! I'm OK to keep this issue as is.

> 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.


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

Posted by "Christophe Lombart (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JCR-1548?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christophe Lombart resolved JCR-1548.
-------------------------------------

    Resolution: Fixed

Fixed. Thanks. 
Let me know if something is wrong. 

> 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.


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

Posted by "Christophe Lombart (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JCR-1548?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christophe Lombart resolved JCR-1548.
-------------------------------------

    Resolution: Fixed

Fixed. Sorry for this stupid error :-) 

> 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.