Child property creation not using Factory
-----------------------------------------
Key: IBATIS-366
URL: http://issues.apache.org/jira/browse/IBATIS-366
Project: iBatis for Java
Issue Type: Bug
Components: SQL Maps
Affects Versions: 2.2.0
Environment: XP Pro, jsdk 1.5, version 2.2.0.638
Reporter: Manuel Castro
ComplexBeanProbe is using a type.newInstance for an Interface when it is going
to create a child property.
It doesn't ask the factory for the appropiate type.
com.ibatis.common.beans
ComplexBeanProbe.java
line 222.
child = type.newInstance();
It should ask the configured resultObjectFactory factory.
regards.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira