RE: Is IBATIS-NET still alive?

2009-05-06 Thread Erin Rollenhagen
Personally I think it's a fantastic tool and would love to see it continue (and don't know what I'd do without it!) -Original Message- From: Clinton Begin [mailto:clinton.be...@gmail.com] Sent: Wednesday, May 06, 2009 8:47 AM To: user-cs@ibatis.apache.org Subject: Re: Is IBATIS-NET

RE: Is IBATIS-NET still alive?

2009-05-06 Thread ucin
Agree, should stop using it for new project. --- Pada Rab, 6/5/09, Sal Bass salbass...@hotmail.com menulis: Dari: Sal Bass salbass...@hotmail.com Topik: RE: Is IBATIS-NET still alive? Kepada: user-cs@ibatis.apache.org Tanggal: Rabu, 6 Mei, 2009, 7:57 PM Same here. My team is on the verge

RE: Is IBATIS-NET still alive?

2009-05-06 Thread Acevedo, Alberto Mr CIV USA AMC
iBatis is a great tool. I would like to hear from the iBatis developers about their plans for future releases. Alberto -Original Message- From: Erin Rollenhagen [mailto:e...@entrepreneurialtechnologies.com] Sent: Wednesday, May 06, 2009 10:00 AM To: user-cs@ibatis.apache.org Subject:

Re: Is IBATIS-NET still alive?

2009-05-06 Thread Juan Pablo Araya
And how can someone getting involved in the development team? as far as I knwo it's a closed team. Don't know if we just can use it and suggest improvements or patches... Greetings and sorry for my poor english! On Wed, May 6, 2009 at 9:47 AM, Clinton Begin clinton.be...@gmail.comwrote: It's

Casting from INTEGER database field to String Object property in ResultMap?

2009-05-06 Thread Todd Langdon
Hi, I have a value that is stored as an Integer in the database but it is a string on my domain object. Is there no way to accomplish this via the ResultMap alone? It was giving me a Specifed cast is not valid until I implemented a TypeHandlerCallback and specified it in the result typeHandler

Re: Casting from INTEGER database field to String Object property in ResultMap?

2009-05-06 Thread Mark . Gillen
Todd, You could use a CAST or CONVERTmethod in the SQL statement itself to do the transformation to varchar. Best regards, Mark Gillen Senior Software Engineer Assurant Corporate Technology (ACT) Business Enterprise Application Services Miami -T-2, Technology Bldg. (305) 253-2244 Ext. 32013

Re: Casting from INTEGER database field to String Object property in ResultMap?

2009-05-06 Thread Todd Langdon
Hi Mark, Yep, I had thought of that; however, in my situation I'm dealing with a stored procedure that is not under my control. Seems to me this type of thing should be the job of the mapping layer, anyway. If implementing the TypeHandlerCallback is the only iBatis-supported method for doing so,

Why must assemblies referenced in providers.config have Copy Local set to True for Reference in Visual Studio, even when they are GAC'd?

2009-05-06 Thread Todd Langdon
Hello, This took me FOREVER to figure out! IBatis.Net was complaining when it tried to load the config that it could not load the assemblies (System.Data for SQL Server) and I just happened to try changing the Copy Local on the reference in Visual Studio to True. System.Data is in the GAC - why