You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ibatis.apache.org by "Manuel Castro (JIRA)" <ib...@incubator.apache.org> on 2006/11/10 14:40:37 UTC

[jira] Created: (IBATIS-366) Child property creation not using Factory

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

        

[jira] Closed: (IBATIS-366) Child property creation not using Factory

Posted by "Jeff Butler (JIRA)" <ib...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/IBATIS-366?page=all ]

Jeff Butler closed IBATIS-366.
------------------------------

    Fix Version/s: 2.3.0
       Resolution: Fixed

Fixed in SVN.

> 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
>         Assigned To: Jeff Butler
>             Fix For: 2.3.0
>
>
> 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