queryForMap does not fully follow JavaDoc description -----------------------------------------------------
Key: IBATIS-469 URL: https://issues.apache.org/jira/browse/IBATIS-469 Project: iBatis for Java Issue Type: Bug Components: DAO Affects Versions: 2.3.0 Environment: Windows 2000, JDK1.4 Reporter: Issa Gorissen Priority: Minor While calling method com.ibatis.sqlmap.client.SqlMapClient#queryForMap(String, Object , String), we should expect a map containing the key given by the last parameter of the call above. But this map is empty and the key can be found the map given as parameter instead. Please either return void for this method, or put the key inside the returned map (as described by the JavaDoc). -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.