You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Benson Margulies (JIRA)" <ji...@apache.org> on 2010/11/16 21:22:57 UTC

[jira] Created: (CXF-3130) Aegis throws (and throws up) when an ExceptionInInitializerError happens while introspecting

Aegis throws (and throws up) when an ExceptionInInitializerError happens while introspecting
--------------------------------------------------------------------------------------------

                 Key: CXF-3130
                 URL: https://issues.apache.org/jira/browse/CXF-3130
             Project: CXF
          Issue Type: Bug
          Components: Aegis Databinding
    Affects Versions: 2.2.11, 2.3.0
            Reporter: Benson Margulies


org.apache.cxf.aegis.type.java5.AnnotationReader, the function 'load' carefully traps ClassNotFoundException to allow it to just float along past problems with classes that are referenced in services. However, there might also be an ExceptionInInitializerError, and those pass through.

In both cases, logging+returning null seems appropriate.


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


[jira] [Resolved] (CXF-3130) Aegis throws (and throws up) when an ExceptionInInitializerError happens while introspecting

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

Daniel Kulp resolved CXF-3130.
------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 2.4)
                   2.3.2

> Aegis throws (and throws up) when an ExceptionInInitializerError happens while introspecting
> --------------------------------------------------------------------------------------------
>
>                 Key: CXF-3130
>                 URL: https://issues.apache.org/jira/browse/CXF-3130
>             Project: CXF
>          Issue Type: Bug
>          Components: Aegis Databinding
>    Affects Versions: 2.3.0, 2.2.11
>            Reporter: Benson Margulies
>            Assignee: Benson Margulies
>             Fix For: 2.3.2
>
>
> org.apache.cxf.aegis.type.java5.AnnotationReader, the function 'load' carefully traps ClassNotFoundException to allow it to just float along past problems with classes that are referenced in services. However, there might also be an ExceptionInInitializerError, and those pass through.
> In both cases, logging+returning null seems appropriate.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Updated: (CXF-3130) Aegis throws (and throws up) when an ExceptionInInitializerError happens while introspecting

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

Benson Margulies updated CXF-3130:
----------------------------------

    Fix Version/s: 2.4
         Assignee: Benson Margulies

> Aegis throws (and throws up) when an ExceptionInInitializerError happens while introspecting
> --------------------------------------------------------------------------------------------
>
>                 Key: CXF-3130
>                 URL: https://issues.apache.org/jira/browse/CXF-3130
>             Project: CXF
>          Issue Type: Bug
>          Components: Aegis Databinding
>    Affects Versions: 2.3.0, 2.2.11
>            Reporter: Benson Margulies
>            Assignee: Benson Margulies
>             Fix For: 2.4
>
>
> org.apache.cxf.aegis.type.java5.AnnotationReader, the function 'load' carefully traps ClassNotFoundException to allow it to just float along past problems with classes that are referenced in services. However, there might also be an ExceptionInInitializerError, and those pass through.
> In both cases, logging+returning null seems appropriate.

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