[
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)