Who can help me?I am crazy in the question.
--
View this message in context:
http://www.nabble.com/Problem-in-resultMap%3ACause%3A-java.sql.SQLException%3A-Invalid-state%2C-the-ResultSet-object-is-closed-tp16624071p16833562.html
Sent from the iBATIS - User - Java mailing list archive at Nabble.c
tString(1));
> }
> rs2.close();
> pst2.close();
> }
> rs1.close();
> pst1.close();
> }
> Jeff Butler
>
>
> On Tue, Apr 15, 2008 at 10:36 PM, nepalon <[EMAIL PROTECTED]> wrote:
>
>>
>> I try the code and it work well.At first
ore likely an issue with the driver, possibly configuration.
>
> Try simplifying the mapped statement and/or doing the query with JDBC
> instead and see what happens.
>
> Larry
>
>
> On Mon, Apr 14, 2008 at 11:46 PM, nepalon <[EMAIL PROTECTED]> wrote:
>>
>&
re
> your DB is configured to allow this.
>
> Jeff Butler
>
> On Sat, Apr 12, 2008 at 10:47 PM, nepalon <[EMAIL PROTECTED]> wrote:
>
>>
>> The DB i using is SQL Server2005.The error string(HY010) means "Invalid
>> state, the ResultSet object is closed&quo
The DB i using is SQL Server2005.The error string(HY010) means "Invalid
state, the ResultSet object is closed".Somebody says this error cause by
using miscrosoft sql server driver,but I using jtds as my dirver.
Larry Meadors wrote:
>
> This looks like a DB2 issue, you may want to search for that
I have try ibatis version 2.3.0.677 and 2.3.1.710,spring version 2.0.7 and
2.5.3.
--
View this message in context:
http://www.nabble.com/Problem-in-resultMap%3ACause%3A-java.sql.SQLException%3A-Invalid-state%2C-the-ResultSet-object-is-closed-tp16624071p16645060.html
Sent from the iBATIS - User -
There are two class.:
public class CategoryModel implements Serializable
{
private int id;
private String name;
private int parentCategoryId;
private CategoryModel parentCategory;
// setter/getter
..
}
public class SoftwareMod