Details
-
Sub-task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.6-beta-1
-
None
-
None
-
Mac OS X
Description
I intercepted the constructor of a class using EMC. The interception works when I create an instance of the class using the default no-argument constructor (the class has no constructor written explicitly). However, the injection does not work if I use maps to assign values to properties during construction. Please refer to the attached test.