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:41:31 UTC

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

Mark Struberg created OWB-908:
---------------------------------

             Summary: 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


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)