You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Michael Dürig (Created JIRA)" <ji...@apache.org> on 2011/10/12 21:11:13 UTC

[jira] [Created] (JCR-3110) QNodeTypeDefinitionImpl.getSerializablePropertyDefs() might return non serializable property definitions

QNodeTypeDefinitionImpl.getSerializablePropertyDefs() might return non serializable property definitions 
---------------------------------------------------------------------------------------------------------

                 Key: JCR-3110
                 URL: https://issues.apache.org/jira/browse/JCR-3110
             Project: Jackrabbit Content Repository
          Issue Type: Bug
          Components: jackrabbit-spi-commons
    Affects Versions: 2.4
            Reporter: Michael Dürig


QNodeTypeDefinitionImpl.getSerializablePropertyDefs() returns a set-version of the passed in parameter, irrespective of whether the property defs are serializable or not.

See http://markmail.org/thread/65ngqvyxnu4nn3su

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Assigned] (JCR-3110) QNodeTypeDefinitionImpl.getSerializablePropertyDefs() might return non serializable property definitions

Posted by "Michael Dürig (Assigned JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JCR-3110?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Dürig reassigned JCR-3110:
----------------------------------

    Assignee: Michael Dürig
    
> QNodeTypeDefinitionImpl.getSerializablePropertyDefs() might return non serializable property definitions 
> ---------------------------------------------------------------------------------------------------------
>
>                 Key: JCR-3110
>                 URL: https://issues.apache.org/jira/browse/JCR-3110
>             Project: Jackrabbit Content Repository
>          Issue Type: Bug
>          Components: jackrabbit-spi-commons
>    Affects Versions: 2.4
>            Reporter: Michael Dürig
>            Assignee: Michael Dürig
>             Fix For: 2.4
>
>
> QNodeTypeDefinitionImpl.getSerializablePropertyDefs() returns a set-version of the passed in parameter, irrespective of whether the property defs are serializable or not.
> See http://markmail.org/thread/65ngqvyxnu4nn3su

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Updated] (JCR-3110) QNodeTypeDefinitionImpl.getSerializablePropertyDefs() might return non serializable property definitions

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

Jukka Zitting updated JCR-3110:
-------------------------------

    Affects Version/s:     (was: 2.4)
        Fix Version/s:     (was: 2.4)
                       2.3.3
    
> QNodeTypeDefinitionImpl.getSerializablePropertyDefs() might return non serializable property definitions 
> ---------------------------------------------------------------------------------------------------------
>
>                 Key: JCR-3110
>                 URL: https://issues.apache.org/jira/browse/JCR-3110
>             Project: Jackrabbit Content Repository
>          Issue Type: Bug
>          Components: jackrabbit-spi-commons
>            Reporter: Michael Dürig
>            Assignee: Michael Dürig
>             Fix For: 2.3.3
>
>
> QNodeTypeDefinitionImpl.getSerializablePropertyDefs() returns a set-version of the passed in parameter, irrespective of whether the property defs are serializable or not.
> See http://markmail.org/thread/65ngqvyxnu4nn3su

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Resolved] (JCR-3110) QNodeTypeDefinitionImpl.getSerializablePropertyDefs() might return non serializable property definitions

Posted by "Michael Dürig (Resolved JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JCR-3110?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Dürig resolved JCR-3110.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 2.4

Fixed at revision 1188603
                
> QNodeTypeDefinitionImpl.getSerializablePropertyDefs() might return non serializable property definitions 
> ---------------------------------------------------------------------------------------------------------
>
>                 Key: JCR-3110
>                 URL: https://issues.apache.org/jira/browse/JCR-3110
>             Project: Jackrabbit Content Repository
>          Issue Type: Bug
>          Components: jackrabbit-spi-commons
>    Affects Versions: 2.4
>            Reporter: Michael Dürig
>            Assignee: Michael Dürig
>             Fix For: 2.4
>
>
> QNodeTypeDefinitionImpl.getSerializablePropertyDefs() returns a set-version of the passed in parameter, irrespective of whether the property defs are serializable or not.
> See http://markmail.org/thread/65ngqvyxnu4nn3su

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Commented] (JCR-3110) QNodeTypeDefinitionImpl.getSerializablePropertyDefs() might return non serializable property definitions

Posted by "Michael Dürig (Commented JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/JCR-3110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13126059#comment-13126059 ] 

Michael Dürig commented on JCR-3110:
------------------------------------

I think the else branch should be 

  defs.add(new QPropertyDefinitionImpl(pd));

instead of

  defs.add(pd);

                
> QNodeTypeDefinitionImpl.getSerializablePropertyDefs() might return non serializable property definitions 
> ---------------------------------------------------------------------------------------------------------
>
>                 Key: JCR-3110
>                 URL: https://issues.apache.org/jira/browse/JCR-3110
>             Project: Jackrabbit Content Repository
>          Issue Type: Bug
>          Components: jackrabbit-spi-commons
>    Affects Versions: 2.4
>            Reporter: Michael Dürig
>
> QNodeTypeDefinitionImpl.getSerializablePropertyDefs() returns a set-version of the passed in parameter, irrespective of whether the property defs are serializable or not.
> See http://markmail.org/thread/65ngqvyxnu4nn3su

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira