Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.2, 2.0.11, 2.1.5, 2.2.1
-
None
Description
If you make a <parameter/> mapping for a method, and specify the typeName, and don't specify the type itself, Aegis fails. The parallel case for properties is handled inside of BeanType, but BeanType is not in the act for parameters. A tiny bit of duplication in AbstractTypeCreator is called for.