RE: How would you - the experts - design this?

2010-01-26 Thread Andy Law
Rick, Thanks for that response. Rick.Wellman wrote: I am not even sure this is worth two-cents but: What (for lack of a better word) confuses me is the phrase generate a jar file that will pull out some of the data... What I'm trying to say is that in the ideal world, application 1

Re: How would you - the experts - design this?

2010-01-26 Thread Nathan Maves
From what I can gather from this chain I would say what you are looking for can be found by using maven2 and modules. I use this all the time with the following kind of setup /parent module /core module (this has all of the common sqlmap etc...) /db-access-scope1 module (depends on core)

Re: How would you - the experts - design this?

2010-01-26 Thread Andy Law
Nathan, nmaves wrote: From what I can gather from this chain I would say what you are looking for can be found by using maven2 and modules. I use this all the time with the following kind of setup /parent module /core module (this has all of the common sqlmap etc...)

Execute in the same transaction

2010-01-26 Thread Tom Henricksen
I'm calling the select statement selectTestObject in a transaction but it is very surprising that select=TEMPVsp.selectById runs on a different connection. Is there a way that select=TEMPVsp.selectById executes in the same transaction as selectTestObject. resultMap class=Test id=TestMap

Strange data/number clobbered problem

2010-01-26 Thread Wu, Daniel
Hi, We recently encountered some issues which potentially related to iBitis. We searched the web and the mailing list archive but did not find anything useful so far. I am submitting this to the mailing list to see if anyone has encountered this problem before and/or maybe point me some

Re: Strange data/number clobbered problem

2010-01-26 Thread Jeff Butler
That's a really old version of iBATIS. Look in the V2 developer's guide for the numericScale attribute of a parameter map (either inline or declared). You'll need to upgrade to a newer version of iBATIS to use it. This will likely fix the problem. Older versions of iBATIS did not handle this