Fixed
Details
Details
Assignee
Unassigned
UnassignedReporter
Kenneth Siewers Møller
Kenneth Siewers MøllerComponents
Fix versions
Affects versions
Priority
Who's Looking?
Open Who's Looking?
Created March 12, 2009 at 9:24 AM
Updated March 13, 2009 at 9:32 PM
Resolved March 13, 2009 at 9:32 PM
At the moment the AliasToBeanResultTransformer does not allow target types to have a non-public constructor as it is using Activator.CreateInstance(type).
I have attached a patch that makes it possible to use non-public constructors in the target type by adding 'true' to CreateInstance.
As I'm not sure which component or version it affects (except the trunk), I'd made some guesses.