serialize

2007-08-01 Thread Dorin Manoli
Hi Guys I get serialized ArrayList But when I read the list in web app. I got not the same List as QueryForList returns And I have to do extra operation to get a proper list . Is there any better example of that?

Complex Collection Properties

2007-06-19 Thread Dorin Manoli
Hi! I have a result map with a select inside (iBATIS Net 1.51) ... . . . . .       The problem is, when I change value for column, DetailObl is not updated. Ie GetDetail is not invoked. Precision Marketing Information Limited, trading as Data Ireland, registered in

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

RE: report tool

2007-04-26 Thread Dorin Manoli
hen crystal will pop up its own ugly dialog // so the user can set it. report.DataDefinition.ParameterFields["theFieldNameInCrystal"].ApplyCurr entValues(parameter1r); Hopefully that gets you on your way. It's not hard code but the documentation and error reporting is garbage. Regards, Dustin &

RE: report tool

2007-04-25 Thread Dorin Manoli
@ibatis.apache.org Subject: Re: report tool We use iBatis.NET and Crystal. Works fine. iBatis maps a view to a DTO-type object. We give a list of these to the report object as a datasource and it works great. I'm just doing one right now. Regards, Dustin >>> "Dorin Manoli&quo

RE: report tool

2007-04-24 Thread Dorin Manoli
. Regards, Bruno Silva Dorin Manoli wrote: Hi Dose anyone use iBATIS in combination with a report tool? I'm willing to use Crystal reports. but I am not familiar with it. Does anyone try this combination? Precision Marketing Information Limited, trading as Data Ireland, registered in Irel

report tool

2007-04-24 Thread Dorin Manoli
Hi Dose anyone use iBATIS in combination with a report tool? I'm willing to use Crystal reports. but I am not familiar with it. Does anyone try this combination? Precision Marketing Information Limited, trading as Data Ireland, registered in Ireland, registered number 224335, Registered Office:

RE: statement from another mapped file

2007-01-19 Thread Dorin Manoli
loading all the xml files, it should work just fine. Statement ids are unique globally, so you do not need to prefix them with the namespace. From: Dorin Manoli [mailto:[EMAIL PROTECTED] Sent: Friday, January 19, 2007 6:26 AM To: user-cs@ibatis.apache.org Subject

statement from another mapped file

2007-01-19 Thread Dorin Manoli
Hi guys, how can I call a mapped statement from another mapped file. I want to do  like here : select * from CATEGORY where CAT_ID = #value# Exept that selectProductsByCatId statement will be in another file. At the moment I got an exception

FW: Test bug?

2007-01-02 Thread Dorin Manoli
Soory, tshould be timer.Stop(); instead timer.Close(); From: Dorin Manoli Sent: Tuesday, January 02, 2007 2:32 PM To: user-cs@ibatis.apache.org Subject: Test bug? HI Lads! I got the sources from the net (Source-revision-426164.zip) I was interested

Test bug?

2007-01-02 Thread Dorin Manoli
HI Lads! I got the sources from the net (Source-revision-426164.zip) I was interested in performance test and I run them immediately but ADO.NET test return foloowing.. * IBatisNet.DataMapper.Test.NUnit.SqlMapTests.Perf.PerformanceTest.AdoNetO nly Objects: 2 Direct ADO.NET: -95965339

FW: Question about Inheritance Support

2006-12-05 Thread Dorin Manoli
Can anyone give response? I can't find reply emails through Archive search. I'm facing the same problem. From: Anderson Forteleza [mailto:[EMAIL PROTECTED] Sent: Thursday, September 28, 2006 2:05 PM To: user-cs@ibatis.apache.org Subject: Question about Inher

RE: insert using a stored procedure

2006-11-22 Thread Dorin Manoli
It depend what database engine you use. Code below is for MySQL Use this code in xml map file under node and after insert query select LAST_INSERT_ID() as value From: Bob Hanson [mailto:[EMAIL PROTECTED

RE: QueryForObject bug ?

2006-11-16 Thread Dorin Manoli
Sorry guys I got it. The problem is in xml map file . . . . ID is -1 and not satisfy the condition, and where clause is ignored.. -Original Message- From: Dorin Manoli [mailto:[EMAIL PROTECTED] Sent: Thursday, November 16, 2006 3:50 PM To: user-cs@ibatis.apache.org Subject: RE

RE: QueryForObject bug ?

2006-11-16 Thread Dorin Manoli
Of course .. I use MySQL 5 -Original Message- From: Dorin Manoli [mailto:[EMAIL PROTECTED] Sent: Thursday, November 16, 2006 3:38 PM To: user-cs@ibatis.apache.org; [EMAIL PROTECTED] Subject: RE: QueryForObject bug ? It is .Net, also I changed the parameterClass to parameterClass="

RE: QueryForObject bug ?

2006-11-16 Thread Dorin Manoli
] On Behalf Of Larry Meadors Sent: Thursday, November 16, 2006 3:09 PM To: user-cs@ibatis.apache.org Subject: Re: QueryForObject bug ? Interesting, in the Java version, if there is more than one record returned, we throw an exception. Looks like in the .NET version, you get row #1. Larry On 11

RE: QueryForObject bug ?

2006-11-16 Thread Dorin Manoli
Sorry I forgot to attach; From: Dorin Manoli [mailto:[EMAIL PROTECTED] Sent: Thursday, November 16, 2006 2:59 PM To: user-cs@ibatis.apache.org Subject: QueryForObject bug ? Hi people, I stuck with a problem for a few hours till I figured out that it may

RE: Problem in SqlMapConfig.xsd configuration - Reg.

2006-11-16 Thread Dorin Manoli
qlmap.config personhelper.xml I have attached my files for your reference. ________ From: Dorin Manoli [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 15, 2006 10:51 PM To: user-cs@ibatis.apache.org Subject: RE: Problem in SqlMapConfig.xsd configuration - Reg. O

QueryForObject bug ?

2006-11-16 Thread Dorin Manoli
Hi people, I stuck with a problem for a few hours till I figured out that it may be a iBatis Error.. Steps to reproduce. I have a Table with data (see atach) I have the xml maped statements       select companyId,serial,regNo,regDate,legalFormId,         vat

RE: Problem in SqlMapConfig.xsd configuration - Reg.

2006-11-15 Thread Dorin Manoli
Ok Guys I got the problem fixed. I have the iBatis tutorial and had the same problems as Senthilmurugan And I fixed the problem. Here are attached xml files From: Dorin Manoli [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 15, 2006 4:31 PM To: user-cs

RE: Problem in SqlMapConfig.xsd configuration - Reg.

2006-11-15 Thread Dorin Manoli
I got the same problem configuring iBATIS tutorial project. Look in your sqlmap.config file. If there is a node If not add : From: Senthilmurugan, ANGLER - EIT [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 15, 2006 5:24 AM To: user-cs@ibatis.apache.o

RE: MySQL

2006-10-31 Thread Dorin Manoli
Yes. I'm evaluating it now. It is good enough. Unfortunately my managers aren't happy, don't know why, I think they are afraid by database size limitation. On 10/19/06, Dorin Manoli <[EMAIL PROTECTED]> wrote: > Thanks dude. ! I agree with you, cause of costs cut, we dec

RE: Active connection

2006-10-26 Thread Dorin Manoli
lid. Something like this: http://www.mail-archive.com/ibatis-user-java@incubator.apache.org/msg026 51.html Larry On 10/25/06, Dorin Manoli <[EMAIL PROTECTED]> wrote: > > > > > Hi ALL! I'm wondering if is there any way to see if a connection is active > or not (didn&

Active connection

2006-10-25 Thread Dorin Manoli
Hi ALL! I’m wondering if is there any way to see if a connection is active or not (didn’t found in docs), because I got exceptions when I loose DB connection and have to reconnect. Need a nice way to do that, not catching exceptions.

RE: MySQL

2006-10-19 Thread Dorin Manoli
3x faster than MySQL using JDBC (so not ADO.NET), but same difference.  Cheers, Clinton On 10/19/06, Dorin Manoli <[EMAIL PROTECTED]> wrote: iBATIS is slower with MySQL provider that MSSQL .. does anyone accouter such problem?    

MySQL

2006-10-19 Thread Dorin Manoli
iBATIS is slower with MySQL provider that MSSQL .. does anyone accouter such problem?

RE: Question resultMap

2006-09-28 Thread Dorin Manoli
Fault is in Try: -Original Message- From: Anthony [mailto:[EMAIL PROTECTED] Sent: Thursday, September 28, 2006 3:22 PM To: user-cs@ibatis.apache.org Subject: Question resultMap Can anyone tell me what I am doing wrong? Here is my following mapping http://ibatis.apache.org/mappi

MySQL connection!

2006-09-25 Thread Dorin Manoli
Hi all. ! I try to connect to MySQl 5 database, but Iallways get an exception that MySQl provider encounter a problem.   Do I need to download additional drivers for MySQL ? ….     MySQL connection
Hi all. ! I try to connect to MySQl 5 database, but Iallways get an exception that MySQl provider encounter a problem.   Do I need to download additional drivers for MySQL ? ….     FW: replace joins
Hi people!  Is there any good example how to replace sql JOINS  in iBatis?  

RE: Ilist and DataGrid

you have to specify that explicitly in the datagrid settings.   - Oddur   From: Dorin Manoli [mailto:[EMAIL PROTECTED] Sent: 30. júní 2006 09:04 To: user-cs@ibatis.apache.org Subject: Ilist and DataGrid   Hi. Does anyone use iBatis in .Net Windows applications? I putted the  IList

RE: Ilist and DataGrid

order in which they are being displayed you have to specify that explicitly in the datagrid settings.   - Oddur   From: Dorin Manoli [mailto:[EMAIL PROTECTED] Sent: 30. júní 2006 09:04 To: user-cs@ibatis.apache.org Subject: Ilist and DataGrid   Hi. Does anyone use iBatis in .Net

RE: Ilist and DataGrid

Subject: Re: Ilist and DataGrid Dorin Manoli wrote: > There is no Parameter class , it is a simple select. Without any parameter. sorry, i mean the class associated to the resultMap. -- Kind regards Uwe Lesta at SBS-Softwaresysteme.de

RE: Ilist and DataGrid

There is no Parameter class , it is a simple select. Without any parameter. -Original Message- From: Uwe Lesta [mailto:[EMAIL PROTECTED] Sent: Friday, June 30, 2006 10:14 AM To: user-cs@ibatis.apache.org Subject: Re: Ilist and DataGrid Dorin Manoli wrote: > Hi. Does anyone use iBa

Ilist and DataGrid

Hi. Does anyone use iBatis in .Net Windows applications? I putted the  IList in DataGrid and it display data improper.   It sorts the columns as not in select statement   Ex. I have  select id, name, lastName from people  In DataGrid results are displayed , lastName, id, name   Do