You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "Jonathan Gallimore (JIRA)" <ji...@apache.org> on 2010/08/06 01:26:16 UTC

[jira] Created: (OPENEJB-1323) Local Bean Proxy Generator does not handle inner classes

Local Bean Proxy Generator does not handle inner classes
--------------------------------------------------------

                 Key: OPENEJB-1323
                 URL: https://issues.apache.org/jira/browse/OPENEJB-1323
             Project: OpenEJB
          Issue Type: Bug
          Components: ejb31
    Affects Versions: 3.2-beta-1
            Reporter: Jonathan Gallimore
            Assignee: Jonathan Gallimore


Inner classes are not handled correctly. A test has been added for this:

"Seems we have a bug with methods that use inner classes in the parameter types.

Checked in a small addition to the LocalBeanProxyGeneratorImplTest.  Was hacking on some @LocalBean code and noticed one of the methods wasn't getting included in the subclass.  At first I thought it was enum related cause that was the data type I was passing in, but on a hunch checked any inner class as my enum was also an inner class."

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (OPENEJB-1323) Local Bean Proxy Generator does not handle inner classes

Posted by "Jonathan Gallimore (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OPENEJB-1323?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Gallimore closed OPENEJB-1323.
---------------------------------------

    Resolution: Fixed

> Local Bean Proxy Generator does not handle inner classes
> --------------------------------------------------------
>
>                 Key: OPENEJB-1323
>                 URL: https://issues.apache.org/jira/browse/OPENEJB-1323
>             Project: OpenEJB
>          Issue Type: Bug
>          Components: ejb31
>    Affects Versions: 3.2-beta-1
>            Reporter: Jonathan Gallimore
>            Assignee: Jonathan Gallimore
>
> Inner classes are not handled correctly. A test has been added for this:
> "Seems we have a bug with methods that use inner classes in the parameter types.
> Checked in a small addition to the LocalBeanProxyGeneratorImplTest.  Was hacking on some @LocalBean code and noticed one of the methods wasn't getting included in the subclass.  At first I thought it was enum related cause that was the data type I was passing in, but on a hunch checked any inner class as my enum was also an inner class."

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.