Re: db2 -302 error

2010-03-23 Thread Nathan Maves
validate your data before you send it to IB. If you know that your column is set to a max length of 30 then check that before you try and send it. On Tue, Mar 23, 2010 at 12:28 AM, joson yu wrote: > ok. i have got it. thank you. > but i want ask one question more. > the root of the problem is

Re: db2 -302 error

2010-03-23 Thread Mario Ds Briggs
If possible you can do what Nathan suggested. Alternately you are getting a DataIntegrityViolationException (since u are using spring) so you can catch that explicitly and handle however you want - if u are always sure it is a 'query' i.e. readonly, ignore it if thats what the higher level busine

Re: Test iBATIS 3.0 trunk ...before GA!

2010-03-23 Thread Martin Ellis
On 23 March 2010 03:05, Clinton Begin wrote: > I plan on cutting a release this week for iBATIS 3.0.  Officially it will be > Beta 11, but I will cast the vote for it to become the GA release. > > If you can, please check out from the trunk and build it from source to try > it out.  Let us know if

Upgrading from 2.3.0 to 2.3.4

2010-03-23 Thread Chris O'Connell
My client has requested that we upgrade from our current iBatis version (2.3.0) to 2.3.4. Since this is a 'minor version' upgrade, I don't anticipate any issues, but I was wondering if the community has any 'gotchas' that I should be on the lookout for. We are running all web applications in webl

Re: Test iBATIS 3.0 trunk ...before GA!

2010-03-23 Thread Clinton Begin
Thanks Martin. Core is the only module. The compat module is for testing only. Cheers, Clinton On Tue, Mar 23, 2010 at 8:20 AM, Martin Ellis wrote: > On 23 March 2010 03:05, Clinton Begin wrote: > > I plan on cutting a release this week for iBATIS 3.0. Officially it will > be > > Beta 11, b

Re: Upgrading from 2.3.0 to 2.3.4

2010-03-23 Thread Michael Schall
Watch the first change in the release.txt from version 2.3.1 o Removed maxTransactions, maxRequests, maxSessions from configuration, all are now controlled by the resource providers We were (unknowingly) relying on these throttles and had a couple of tense days figuring out how to have the conta

Re: Ibatis sql-maps

2010-03-23 Thread kiran vuppla
I do have sql-maps written for Oracle Database. Is there any tool or something that I can use to automatically convert to Sql-Server? The sql-queries for oracle has some usage of oracle functions (to_date etc). Thanks. From: Chema To: [email protected].

Re: Ibatis sql-maps

2010-03-23 Thread Christopher . Mathrusse
Become familiar with sed and awk. Chris Mathrusse [email protected] Sybase, Inc From: kiran vuppla To: [email protected] Date: 03/23/2010 11:16 AM Subject: Re: Ibatis sql-maps I do have sql-maps written for Oracle Database. Is there any tool or something that I ca