custom TypeHandlerCallback does not work - sometimes
----------------------------------------------------

         Key: IBATIS-257
         URL: http://issues.apache.org/jira/browse/IBATIS-257
     Project: iBatis for Java
        Type: Bug
  Components: SQL Maps  
    Versions: 2.1.7    
 Environment: WinXP; iBatis 2.1.7; Oracle 9i; JDK 1.4+
    Reporter: Thomas Wagner


The usage of  a custom TypeHandlerCallback depends on the position of the 
column in the resultMap. 

If the previous colum has a value, all works fine. But if the value of the 
previous column is null, the mapping via a custom TypeHandlerCallback does not 
work.


-- 
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

Reply via email to