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)

Reply via email to