Re: how to use selectKey where property is an object ‏

2010-05-19 Thread Michael McCurrey
What DB platform are you running on? On Wed, May 19, 2010 at 4:15 PM, wekasalim wrote: > > Hi guys, > > I want to use selectKey to get the inserted id, however the property of the > id on my class (Event) is actually an object as well. The name is > Identifier > and it has int property named Id

Re: .NET 4?

2010-05-18 Thread Michael McCurrey
I'm running it today with .net 4 and I'm good. On Tue, May 18, 2010 at 3:23 PM, Andrew Osman wrote: > We compile the 1.6.2 source with .NET 3.5 SP1 and it works fine. > > I imagine it would work just fine with .NET 4.0. > > > On Tue, May 18, 2010 at 4:21 PM, Chen Jin wrote: > >> Hi All, >> >> >

Re: IbatisNet,Ibatis DataAccess and Connection Pooling

2010-05-10 Thread Michael McCurrey
Your connection pooling should be handled through your ado.net connection string; both SQL Server and Sybase have configuration options for this. I personally use the Castle project for my IOC framework and it works really well. On Mon, May 10, 2010 at 2:10 AM, Chetan V Minajagi < chetan.v.minaj

Re: iBatis.Net future release

2010-05-08 Thread Michael McCurrey
I agree with Michael Schall. My work duties & school prevent me from doing the same. On Fri, May 7, 2010 at 7:36 PM, Michael Schall wrote: > Not discontinued, but in need of a leader. I don't have the the time > currently to devote to leading a new version, but would help develop as much > as I

Re: Microsoft.NET iBatisNet DataReader

2010-04-26 Thread Michael McCurrey
There is an un-official patch that was submitted a few years back that still works that will patch the 1.X line to get a DataReader back. You can also pull the trunk for iBatis 3 which already produces the Reader / Table. 2010/4/26 > Hi Guys, > > I am using the iBatis .NET Version and we have

Re: How can I contribute for the iBatis.Net project?

2010-04-01 Thread Michael McCurrey
Basically, submit patches is the best approach! You can also help out on documentation; that would be awesome! On Thu, Apr 1, 2010 at 4:19 PM, aranja0 wrote: > > How can I participate in the development of iBatis .Net data mapper? I > really > like this framework and would like to take part in

Re: Transaction across multiple SqlMapConfig

2010-03-23 Thread Michael McCurrey
What I currently do Jose is use the Castle framework and use its Transaction package. I currently span transactions across Oracle, SQL Server, and Teradata. You can find it here: http://www.castleproject.org/ On Tue, Mar 23, 2010 at 5:51 AM, jozeibatis wrote: > > Hello, > > first of all I wa

Re: Any new release plan?

2010-01-19 Thread Michael McCurrey
Yes! Sorry, just been wrapped up in personal stuff lately. getting ready to do a release of the 1.X line with the partial trust support built in and prebuilt 3.4 and 4.x (beta 2) binaries, and a 'beta' of the 3.X line just before spring. On Mon, Jan 18, 2010 at 10:49 PM, Yaojian wrote: > Is t

Re: .NET Tools for Creating and Editing iBATIS Data Mapper XML Files (like iBATOR)

2010-01-07 Thread Michael McCurrey
Greetings Geoffrey, There isn't a tool like iBator for the .net side, although there are CodeSmith (and other) templates out there that accomplish the same thing. I think there is a need out there for such a tool and I would definately be interested in helping out when I can on one. On Thu, Jan

Re: Options to implement nested transactions with iBatis.NET

2009-12-03 Thread Michael McCurrey
I personally use the Castle Windsor facility for my nested transactiosn and am working on a version that works for the IBatis v3 code line. On Thu, Dec 3, 2009 at 8:32 AM, Roger Champagne wrote: > Hi, > > I just joined this mailing list this week, this is my first post. > > I must start by cong

Re: .net Apache

2009-11-17 Thread Michael McCurrey
To be honest, I haven't used the Spring.NET configuration, I'm using the Castle project (roughly the same thing). Somebody else on the forum might have used it or you can also post to the Spring group On Tue, Nov 17, 2009 at 8:56 AM, puow wrote: > * Hi, I'm using Spring.NET and am happy that I'

Re: asp.net mvc x library x ibatis

2009-11-17 Thread Michael McCurrey
No problem, I'll see if I can help. This might just a problem with how your loading your SqlMap.config file. How are you loading it? From a file location or as an embedded resource? On Tue, Nov 17, 2009 at 5:44 AM, Juliana Machado < juliana.machado...@hotmail.com> wrote: > > Hi! > > Sorry my

Re: Error occurred while loading SqlMap

2009-10-13 Thread Michael McCurrey
A few things I see wrong. 1. It looks like your putting the path to the type in the alias attribute, it should be in the type attribute 2. It looks like you have a namespace & class the same (ie, ElementTypeEO is in there twice)? 3. Something to change... is the class public with an parameter-l

Re: Object in multiple tables

2009-10-04 Thread Michael McCurrey
All depends on how you are going to be getting your primary key and how you would like it hydrated into your child tables. There are 2 ways to handle this, the first is to handle the inserts through a parent transaction and then do the subsequent insert calls through seperate mapper.Insert(...) You

Re: Hastable and DateTime in DataMapper

2009-09-22 Thread Michael McCurrey
A couple of things you can try Teddy, One, if you can use Dictionary instead of hashtable as your parameter, or in your inline map parameter do something like this: #date,dbType=Date,type=DateTime# (assuming your data column is a date column). On Tue, Sep 22, 2009 at 8:44 AM, Teddy78 wrote: >

Re: Feature request: include inside iterate

2009-09-22 Thread Michael McCurrey
yes. that is a good one. On Mon, Sep 21, 2009 at 11:58 PM, Andrea Tassinari < andre...@i-mconsulting.com> wrote: > Hi, > > I've never felt the urge of having the tag iterate tag. Well I have a complex query where I have to UNION ALL a series > of subqueries and finally apply a general ORDER BY.

Re: tag not working

2009-09-03 Thread Michael McCurrey
u manage to take a look at it? > > > Michael McCurrey-3 wrote: > > > > I'll take a look at it tonight Danny. Stay tuned. > > > > On Wed, Sep 2, 2009 at 12:02 AM, dannystommen > > wrote: > > > >> > >> Where can 1.6.3 be found? On

Re: tag not working

2009-09-02 Thread Michael McCurrey
> > > > > > > > > > > >select LAST_INSERT_ID() as value > > > > > > > > > > > > > > > Michael McCurrey-3 wrote: > > > > Can you update to 1.6.3 a

Re: tag not working

2009-09-01 Thread Michael McCurrey
I think I meant 1.6.2, 1.6.3 is in the works.. On Tue, Sep 1, 2009 at 8:22 AM, Michael McCurrey wrote: > Can you update to 1.6.3 and see if it works, if not, send me your updated > map file and I'll take a look. Did you change the insert and your update map? > > > > On T

Re: tag not working

2009-09-01 Thread Michael McCurrey
Can you update to 1.6.3 and see if it works, if not, send me your updated map file and I'll take a look. Did you change the wrote: > > Version 1.6.1 > > > Michael McCurrey-3 wrote: > > > > What version of iBatis? > > > > On Tue, S

Re: tag not working

2009-09-01 Thread Michael McCurrey
What version of iBatis? On Tue, Sep 1, 2009 at 8:12 AM, dannystommen wrote: > > Thanks for your fast reply. I changed it, but the result is still the same > incorrect sql statement > > > Michael McCurrey-3 wrote: > > > > Well, > > > > One thing I n

Re: tag not working

2009-09-01 Thread Michael McCurrey
Well, One thing I notice that is wrong is your using a result element in your parameter Maps. Instead of this: Try this: On Tue, Sep 1, 2009 at 6:07 AM, dannystommen wrote: > > Hi there, > > I'm trying to use parameterMaps with the tag, but it is not > working. I

Re: release plan for beta 1

2009-08-13 Thread Michael McCurrey
Very soon, the tests are passing but all the directly supported databases need to pass the unit tests first. I'm currently working on PostGre, and then there is the porting document & the end-user documentation to do. On Thu, Aug 13, 2009 at 10:43 AM, sirmak wrote: > > thanks Clinton, I mean ib

Re: [vote] Promote DataMapper 1.6 to General Availability

2009-08-09 Thread Michael McCurrey
Voting has closed, with more positive than negative votes, I'll update the website shortly and iBatis Datamapper 1.62 is now GA. On Mon, Aug 3, 2009 at 2:40 PM, Michael McCurrey wrote: > Sorry for the delay in calling the vote - lot of stuff going on. > Since there have been no m

Re: speeding up web service using ibatis

2009-08-06 Thread Michael McCurrey
> routine enough that it is no longer the slowest routine. > > Thanks again for the direction to go towards, > Jonathan > > > Michael McCurrey-3 wrote: > > > > Couple of things. > > > > What database are you backing this against? Do you have connection

Re: speeding up web service using ibatis

2009-08-06 Thread Michael McCurrey
Couple of things. What database are you backing this against? Do you have connection pooling enabled? On Thu, Aug 6, 2009 at 12:34 PM, Jonathan Lim wrote: > > Hi, > > I'm a relative iBatis novice. The guy who knew much about iBatis left the > company about 3 years ago. > > We have iBatis.Net

Re: Ibatis 3.0 Alpha Mono support

2009-08-06 Thread Michael McCurrey
I have not tested iBatis 3.0 on mono as of yet, but Mono support is definitely something I am shooting for. On Thu, Aug 6, 2009 at 1:11 AM, sirmak wrote: > > Hi, > > Does Ibatis 3.0 Alpha supports Mono ? > > Cheers, > > -- > View this message in context: > http://www.nabble.com/Ibatis-3.0-Alpha

[vote] Promote DataMapper 1.6 to General Availability

2009-08-03 Thread Michael McCurrey
Sorry for the delay in calling the vote - lot of stuff going on. Since there have been no major issues reported, I would like to call for a vote to promote ibatis.net datamapper 1.62 beta to release status. I'd like to close voting on 1/8/09 I'll cast mine now,+1 -- Michael J. McCurrey

Re: Medium Trust Environments

2009-07-30 Thread Michael McCurrey
36 > > > IBatisNet.DataMapper.Configuration.ResultMapping.ResultMap.GetChildNode(ConfigurationScope > configScope) +1570 > > > IBatisNet.DataMapper.Configuration.ResultMapping.ResultMap.Initialize(ConfigurationScope > configScope) +194 > > > > I’ve Go

Re: Medium Trust Environments

2009-07-28 Thread Michael McCurrey
94 > > > > I’ve Googled around a bit and it seems the solution to this is making any > members that need to be reflected public. This doesn’t really seem > realistic – does anyone have any ideas? > > > > > > *From:* Michael McCurrey [mailto:mmccur...@gmail.com] &

Re: Medium Trust Environments

2009-07-28 Thread Michael McCurrey
What type of ado.net driver are you using? On Tue, Jul 28, 2009 at 4:08 PM, Erin Rollenhagen < e...@entrepreneurialtechnologies.com> wrote: > Hi Everyone, > > > > I know I’ve brought this up before but I don’t think there was ever an > answer…I got around it at the time by switching from a GoDad

Re: The given key was not present in the dictionary.

2009-07-14 Thread Michael McCurrey
Can you show us your map file... On Tue, Jul 14, 2009 at 12:10 PM, sanjeev40084 wrote: > > System.Collections.Generic.KeyNotFoundException was caught > Message="The given key was not present in the dictionary." > Source="mscorlib" > StackTrace: > at System.ThrowHelper.ThrowKeyNotFoundExc

Re: Using SQL Server 2k8 - Table Value Parameters in iBatis .net

2009-07-12 Thread Michael McCurrey
> > > -- > > *From:* regis.bru...@gmail.com [mailto:regis.bru...@gmail.com] *On Behalf > Of *Régis BRULEY > *Sent:* Friday, July 10, 2009 12:20 PM > *To:* user-cs@ibatis.apache.org; mich...@mccurrey.com > *Subject:* RE : Re: RE : Re: Reu

Re: RE : Re: Reuse of statement in an other statement

2009-07-10 Thread Michael McCurrey
s BRULEY wrote: > Hi, > > Test that's help. I saw this "include". But can i pass a parameter in it ? > It seems note working... > > Thanks again > > Régis > > Le 10 juil. 2009, 6:09 PM, "Michael McCurrey" a > écrit : > > You

Re: Reuse of statement in an other statement

2009-07-10 Thread Michael McCurrey
You can, but not directly in how you have it. IBatis includes a feature called fragements. In your map file, put your *core* sql in a statement such as insert something Then down in your real insert statement reference it as such: Does this help? On Fri, Jul 1

Re: iBATIS.NET Welcomes Michael McCurrey as Committer

2009-07-06 Thread Michael McCurrey
about a providers.config in their project. > > Add a static constructor to DbProviderFactory and load in all the built-in > providers there? > > -- > *From:* Clinton Begin > *To:* user-cs@ibatis.apache.org > *Sent:* Wednesday, June 17, 2009

Re: Is iBatis a good option nowadays ???

2009-06-29 Thread Michael McCurrey
iBatis is definitely a viable choice. There are many companies using it and it supports both normalized and non normalized scenarios. On Sun, Jun 28, 2009 at 11:32 PM, Marcelo de Oliveira < olivert...@terra.com.br> wrote: > Hi everybody, > > > > I would like to know if iBatis is nowadays a reli

Re: Next Release

2009-06-25 Thread Michael McCurrey
oup would take it. On Wed, Jun 24, 2009 at 8:33 PM, Ron Grabowski wrote: > The IBatisNetFacility for Castle isn't really being maintained anymore. Its > not part of their build. It shouldn't require a lot of effort to freshen it > up. > > -- &

Re: Next Release

2009-06-24 Thread Michael McCurrey
atis.NET thanks for your > efforts. > > > > Regarding new release features, any plans to support nested transactions? > > > > Thanks, > > Rafi > > > > *From:* Michael McCurrey [mailto:mmccur...@gmail.com] > *Sent:* Monday, June 22, 2009 6:29 AM > *To:

Re: Next Release

2009-06-22 Thread Michael McCurrey
gards > > *TOM KISE *:// > MANAGER / > DEVELOPMENT 1 / > > > > *EMENTOR DANMARK A/S *:// > LAUTRUPVANG 12 / > DK-2750 BALLERUP / > T :// +45 70 222 770 / > M :// +45 72 208 194 / > F :// +45 70 222 768 / > MAIL :// tom.k...@ementor.dk / > EMENTOR.DK &

Re: Next Release

2009-06-22 Thread Michael McCurrey
ent > Allow for a nullable column(s) check to see if > an object is even created for N+1 selects > Allow for a column prefix when defining groupBy and resultMap so you can > reuse resultMaps > > Mike > > > On Mon, Jun 22, 2009 at 8:28 AM, Michael McCurrey wrote: > >&g

Next Release

2009-06-22 Thread Michael McCurrey
Ok folks, I'd like to plan the next release of iBatis and would like to know "What do you want?" I would like to make a few small releases to bridge the 1.X line & the existing 3.X line due to the number of breaking changes in the 3.X line. Some things I want to do for 'just me' are: 1. Featu

Re: [NOMINATION/VOTE] New iBATIS.NET Committer Team Members

2009-06-15 Thread Michael McCurrey
, Clinton Begin wrote: > >> Have you all filed your ACLAs? >> >> Let me know, and I'll submit the request to create your accounts. >> >> Clinton >> >> >> On Sat, Jun 13, 2009 at 8:55 PM, Michael McCurrey wrote: >> >>> Any movemen

Re: [NOMINATION/VOTE] New iBATIS.NET Committer Team Members

2009-06-13 Thread Michael McCurrey
counts. > > NOTE: If you did not make it, then don't give up! We want to create the > team that can continue to build the team. Keep contributing and working > with these two guys, and I'm sure you'll be next in line. > > Cheers, > Clinton > > > On Mon, J

Re: Castle.DynamicProxy2

2009-06-10 Thread Michael McCurrey
not yet. On Wed, Jun 10, 2009 at 1:11 PM, Yaojian wrote: > Still not a committer? > > > On Wed, Jun 10, 2009 at 11:05 PM, Michael McCurrey wrote: > >> So, I had some spare time last night and wanted to see how difficult it >> would be to port iBatisNet 1.6.2 to use C

Castle.DynamicProxy2

2009-06-10 Thread Michael McCurrey
So, I had some spare time last night and wanted to see how difficult it would be to port iBatisNet 1.6.2 to use Castle.DynamicProxy2 instead of Castle.DynamicProxy. I needed this for my own purposes as I don't like having to cart around both dlls. I managed to port it and in addition remove the C

Re: Error while query returns null value?

2009-06-03 Thread Michael McCurrey
Its not the resultMap that's failing, its working correctly returning null as you have no resultset hence, no results to map. If you wanted to enapsulate it all; consider using a stored procedure to return 0 when your query fails; or use a case statement in your SQL to return a 0 On Wed, Jun 3, 20

Re: [NOMINATION/VOTE] New iBATIS.NET Committer Team Members

2009-06-01 Thread Michael McCurrey
I think Clinton was going to tally it up. On Mon, Jun 1, 2009 at 12:13 PM, Yaojian wrote: > Any progress? > > -- Michael J. McCurrey Read with me at http://www.mccurrey.com

Re: IBATIS.NET - V3- Gets the IDataMapper from an IMapperFactory looks very strange

2009-06-01 Thread Michael McCurrey
; > > On Mon, Jun 1, 2009 at 7:24 PM, Michael McCurrey wrote: > >> I have no clue. I'm still wresting with with large scale changes between >> 1 and 3. >> >> >> On Mon, Jun 1, 2009 at 1:19 AM, Yaojian wrote: >> >>> The Apache.Ibatis.DataMa

Re: Ibatis.Net - A Call to Arms

2009-06-01 Thread Michael McCurrey
Are there 3 committers still active to vote? On Sat, May 30, 2009 at 9:51 AM, Clinton Begin wrote: > +1. > > I've always said, the committers can only make betas. The community has to > tell us when it's GA worthy. > Clinton > > > On Sat, May 30, 2009 at 6:05 AM, Ted Husted wrote: > >> If it wo

Re: IBATIS.NET - V3- Gets the IDataMapper from an IMapperFactory looks very strange

2009-06-01 Thread Michael McCurrey
I have no clue. I'm still wresting with with large scale changes between 1 and 3. On Mon, Jun 1, 2009 at 1:19 AM, Yaojian wrote: > The Apache.Ibatis.DataMapper.DefaultMapperFactory does not implement the > IMapperFactory.GetMapper(); > > so the only way AFAIK to get the IDataMapper is to use a

Re: Dirty Tracking Issue

2009-05-29 Thread Michael McCurrey
Constructor loading is simple and no magic required. make sure your using the 1.6.2 source if your using maps that extend maps in your contructor you can then specific Isdirty = false as the last line; On Fri, May 29, 2009 at 8:45 AM, Sal Bass wrote: > > I am using auto properties. I have

Re: Dirty Tracking Issue

2009-05-29 Thread Michael McCurrey
Elegant solution! For flexibility, It would be nice to do this either on a object alias basis or on a resultmap basis in the ibatis source. On Fri, May 29, 2009 at 9:08 AM, Yaojian wrote: > I have a new solution based on a custom ISetAccessor rather than the > IObjectFactory. > As the IBatisNe

Re: Dirty Tracking Issue

2009-05-29 Thread Michael McCurrey
Are you in a situation where you can't use constructor loading of your objects? If your not using auto-properties (which it seems your not), this might solve your problem entirely. On Fri, May 29, 2009 at 8:32 AM, Yaojian wrote: > That is my mistake, the nested objects loaded from the database

Re: Ibatis.Net - A Call to Arms

2009-05-28 Thread Michael McCurrey
May 28, 2009 at 10:20 AM, Michael McCurrey wrote: > >> Is anybody here *actively* developing any .net 1.X software with >> iBatis.net? I would hope not. >> >> >> >> On Thu, May 28, 2009 at 7:20 AM, Michael McCurrey wrote: >> >>> I agree with

Re: Ibatis.Net - A Call to Arms

2009-05-28 Thread Michael McCurrey
Is anybody here *actively* developing any .net 1.X software with iBatis.net? I would hope not. On Thu, May 28, 2009 at 7:20 AM, Michael McCurrey wrote: > I agree with releasing 1.6.2 asap; it's stable. > > On Thu, May 28, 2009 at 7:12 AM, Yaojian wrote: > >> I think th

Re: Ibatis.Net - A Call to Arms

2009-05-28 Thread Michael McCurrey
I agree with releasing 1.6.2 asap; it's stable. On Thu, May 28, 2009 at 7:12 AM, Yaojian wrote: > I think the 1.6.2 beta version is quite stable, make it GA as soon as > posible is a signal that indicates the project is still active. > > Since someone in this user group said he uses V3 release i

Re: Ibatis.Net - A Call to Arms

2009-05-28 Thread Michael McCurrey
I think improving and expanding out the documentation and samples would help the project greatly. For some reason iBatis for Java has much more traction than iBatis for .net and my take is that it's the visibility within the community. Most people I meet that new of iBatis before I told them had

RE: [NOMINATION/VOTE] New iBATIS.NET Committer Team Members

2009-05-27 Thread Michael McCurrey
I'd like to nominate myself for Committer. I've used Ibatis in both Java & .net forms for a long time and feel I can contribute directly. I'd really like to also focus on moving the current production iBatis line to support DynamicProxy 2 rather than the old 1 version.

RE: [NOMINATION/VOTE] New iBATIS.NET Committer Team Members

2009-05-27 Thread Michael McCurrey
Sending this from my personal rather than work account(s). +1 for Sal Bass

RE: New Release For .NET?

2008-11-01 Thread Michael McCurrey (5318)
We are looking to migrade to V3 soon on our side as well. I have been doing some prelimnary work on migrating the Castle iBatis facility to work with the V3 of IBatis.NET. Has anybody else been doing the same? I'd hate to do duplicate work. From: Gilles Bayon

RE: Using a select from another Map file

2008-09-17 Thread Michael McCurrey (5318)
One issue you might have, is I have noticed that you have an 'order of events'. If your attempting to use a statement from another map, make sure that map is loaded 'before' the calling map. From: Shane Courtrille [mailto:[EMAIL PROTECTED] Sent: Wednesday, Sept

RE: Managing Transactions

2008-07-01 Thread Michael McCurrey (5318)
We use the Castle framework to handle Services and their automatic transaction management. From: Vincent Apesa [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 01, 2008 2:13 PM To: user-cs@ibatis.apache.org Subject: Re: Managing Transactions Sal, That's exac

RE: Need help

2008-06-18 Thread Michael McCurrey (5318)
If your going to use data-binding with a light-weight ORM like Ibatis, your custom objects should implement the following two interfaces: INotifyPropertyChanged IDataErrorInfo There's tons of information out there about proper handling of them. For the collections, looking into IBindingList

RE: Next Release?

2008-06-16 Thread Michael McCurrey (5318)
So is anybody running their app from the V3 Trunk yet? From: Gilles Bayon [mailto:[EMAIL PROTECTED] Sent: Saturday, May 31, 2008 2:54 AM To: user-cs@ibatis.apache.org Subject: Re: Next Release? The iBatis future plan (.NET and Java) are described here Check out

RE: Next Release?

2008-06-03 Thread Michael McCurrey (5318)
Thats very good to hear as we are in the midst of a largescale migration from 'homegrown' to iBatis.net From: Clinton Begin [mailto:[EMAIL PROTECTED] Sent: Friday, May 30, 2008 7:48 AM To: user-cs@ibatis.apache.org Subject: Re: Next Release? Hi Sal, I'm th

RE: problem with update sql generation

2008-05-15 Thread Michael McCurrey (5318)
Giles, How far out do you anticipate V3 being? From: Gilles Bayon [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 13, 2008 11:59 AM To: user-cs@ibatis.apache.org Subject: Re: problem with update sql generation It's certainly a bug but sql generation in this vers

TransactionScope

2007-03-23 Thread Michael McCurrey
There seems to be an issue with the TransactionScope class I have 2 seperate dao managers, both of type SqlMap. When using 2 non-SQL map it works fine. {"DaoProxy : unable to intercept method name 'Save', cause : The operation is not valid for the state of the transaction."} System.Exceptio

RE: [VOTE] Promote DataAccess V1.9.1 and DataMapper V1.6.1 to General Availability

2007-03-22 Thread Michael McCurrey
We've been using it in our project without incident. +1 Michael J. McCurrey USA Digital Solutions, Inc. 602.866.8199 - The scientific name for an animal that doesn't either run from or fight its enemies is lunch. From: Gilles Bayon [mailto:[EMAIL PROTECTE

Using arrays in Parameter maps

2007-02-21 Thread Michael McCurrey
Just curious if anybody else has attempted to use primative type arrays within Parameter and/or Result Maps? Something like this doesn't seem to work?

RE: Checking for Open Transactions

2007-02-16 Thread Michael McCurrey
Sounds like a great suggestion to me. Michael J. McCurrey USA Digital Solutions, Inc. 602.866.8199 - The scientific name for an animal that doesn't either run from or fight its enemies is lunch. From: Clough, Samuel (USPC.PRG.Atlanta) [mailto:[EMAIL PROTE

RE: Embedded SqlMap.config

2007-02-05 Thread Michael McCurrey
have mention it in my post, sorry), just the Data Mapper. if it helps, I am sending an attachment with the SqlMap.config file. Regards, Germán On 2/5/07, Michael McCurrey <[EMAIL PROTECTED]> wrote: Is it possible to use a DLL embedded SqlMap.config file through the

Embedded SqlMap.config

2007-02-05 Thread Michael McCurrey
Is it possible to use a DLL embedded SqlMap.config file through the DataAccess portion of IBatis.net? I have moved the file to be a resource, and everything works just fine. However, switching to embedded I receive the following error: - The error occurred while configure DaoSessionHandler.