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. -David
