Uploaded image for project: 'OpenWebBeans'
  1. OpenWebBeans
  2. OWB-908

Proxy creation fails if a method throws an Exception which is an inner class

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.2.0
    • 1.2.1
    • None

    Description

      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

      Attachments

        1. owb-exceptions.patch
          4 kB
          Romain Manni-Bucau
        2. OWB-908.patch
          4 kB
          Mark Struberg

        Activity

          People

            struberg Mark Struberg
            struberg Mark Struberg
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: