You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openwebbeans.apache.org by "Mark Struberg (JIRA)" <ji...@apache.org> on 2013/10/25 17:47:33 UTC

[jira] [Updated] (OWB-908) Proxy creation fails if a method throws an Exception which is an inner class

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

Mark Struberg updated OWB-908:
------------------------------

    Attachment: OWB-908.patch

test to reproduce the issue

> Proxy creation fails if a method throws an Exception which is an inner class
> ----------------------------------------------------------------------------
>
>                 Key: OWB-908
>                 URL: https://issues.apache.org/jira/browse/OWB-908
>             Project: OpenWebBeans
>          Issue Type: Bug
>          Components: Interceptor and Decorators
>    Affects Versions: 1.2.0
>            Reporter: Mark Struberg
>            Assignee: Mark Struberg
>             Fix For: 1.2.1
>
>         Attachments: OWB-908.patch
>
>
> public void doSomething() throws SomeClass.InnerClassException
> fails with a ClassNotFoundException.
> This happens because the InnerClass is not referenced with $ but with . in the fully qualified name:
> some.package.SomeClass.InnerClassException instead of 
> some.package.SomeClass$InnerClassException 



--
This message was sent by Atlassian JIRA
(v6.1#6144)