Re: Mapping is changed in last Ibatis version? (in the file ReaderAutMapper.cs, class ReaderAutoMapper )

2007-05-04 Thread Clinton Begin
I can't answer the question, but yes, your email did make the list. Clinton On 5/4/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hello, My programm uses to Oracle database and I have a big problem on the column mapping In last version of Ibatis : the column mapping is changed in the meth

RE: Sessions

2007-05-04 Thread Nguyen, Tom
Base on the SqlMapper source, OpenConnection will store it into LocalSession and unless you close it, calling OpenConnection again will cause an error. So like Sam has stated below, are you sure your "using" statement is not closing the connection somewhere? We may need more examples (preferab

Mapping is changed in last Ibatis version? (in the file ReaderAutMapper.cs, class ReaderAutoMapper )

2007-05-04 Thread nam . nguyen
Hello, My programm uses to Oracle database and I have a big problem on the column mapping In last version of Ibatis : the column mapping is changed in the method Build of the class ReaderAutoMapper (in the file ReaderAutMapper.cs) public static ResultPropertyCollection Build(DataExchangeFactory

RE: Sessions

2007-05-04 Thread Clough, Samuel \(USPC.PRG.Atlanta\)
I be way off, but at first glance, isn't wrapping things in a using statement going to ensure that the resources are closed? I'm not sure that's what you want to do. We always let iBatis manage the connections automatically. Of course, I haven't profiled to see what it actually does. _

Test

2007-05-04 Thread nam . nguyen
Hello, Could somebody tell me whether you receive my email ? My collegue in this mailing list, does not receive my email so I 'd like check it. Thanks ! Nam This message and any attachments (the "message") is intended solely for the addressees and is confidential. If you receive this messag

Sessions

2007-05-04 Thread Dorin Manoli
Hi everybody. I got a little trouble with connections. First I will start with a brief description of my Application. I got a Class Library which includes iBATIS XML files, persistent classes. Also in this Library is a static class Mapper which create and configure DomSqlMap and through wh