Make AliasToBeanResultTransformer able to return types with a non-public constructor

Description

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.

Environment

None

Attachments

1

Activity

Show:
Fixed

Details

Assignee

Reporter

Components

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
Who's Looking?