You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Valdis Rigdon (JIRA)" <ji...@apache.org> on 2010/01/26 21:44:35 UTC

[jira] Created: (CXF-2635) JAXBUtils#getValidClass ignores classes with private default constructors

JAXBUtils#getValidClass ignores classes with private default constructors
-------------------------------------------------------------------------

                 Key: CXF-2635
                 URL: https://issues.apache.org/jira/browse/CXF-2635
             Project: CXF
          Issue Type: Bug
          Components: JAXB Databinding
    Affects Versions: 2.2.5
            Reporter: Valdis Rigdon


JAXBUtils#getValidClass attempts to see if there is a default constructor on the given Class object.  JAXB can handle private default constructors and this check only looks for public ones.

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


[jira] Assigned: (CXF-2635) JAXBUtils#getValidClass ignores classes with private default constructors

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

Daniel Kulp reassigned CXF-2635:
--------------------------------

    Assignee: Daniel Kulp

> JAXBUtils#getValidClass ignores classes with private default constructors
> -------------------------------------------------------------------------
>
>                 Key: CXF-2635
>                 URL: https://issues.apache.org/jira/browse/CXF-2635
>             Project: CXF
>          Issue Type: Bug
>          Components: JAXB Databinding
>    Affects Versions: 2.2.5
>            Reporter: Valdis Rigdon
>            Assignee: Daniel Kulp
>
> JAXBUtils#getValidClass attempts to see if there is a default constructor on the given Class object.  JAXB can handle private default constructors and this check only looks for public ones.

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


[jira] Resolved: (CXF-2635) JAXBUtils#getValidClass ignores classes with private default constructors

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

Daniel Kulp resolved CXF-2635.
------------------------------

       Resolution: Fixed
    Fix Version/s: 2.2.7

> JAXBUtils#getValidClass ignores classes with private default constructors
> -------------------------------------------------------------------------
>
>                 Key: CXF-2635
>                 URL: https://issues.apache.org/jira/browse/CXF-2635
>             Project: CXF
>          Issue Type: Bug
>          Components: JAXB Databinding
>    Affects Versions: 2.2.5
>            Reporter: Valdis Rigdon
>            Assignee: Daniel Kulp
>             Fix For: 2.2.7
>
>
> JAXBUtils#getValidClass attempts to see if there is a default constructor on the given Class object.  JAXB can handle private default constructors and this check only looks for public ones.

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