RE: Upgrading

2010-04-20 Thread Hurley, Brian
have not upgraded to 11 yet myself. Regards, Brian Hurley From: Chris O'Connell [mailto:oconn...@gorillachicago.com] Sent: Tuesday, April 20, 2010 14:18 To: user-java@ibatis.apache.org Subject: Upgrading I am currently using 2.3.4 of iBatis and my client is going to upgrade their versi

Upgrading

2010-04-20 Thread Chris O'Connell
I am currently using 2.3.4 of iBatis and my client is going to upgrade their version of Oracle from 9 to 10 or 11 (they aren't sure which, yet). Does anyone have any thoughts/gotchas/experience that you would be willing to share. I'm expecting that there are no issues between iBatis and either of

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

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: upgrading to ibator 1.2.1-681 and overriding DAO Generator methods

2009-04-22 Thread Jeff Butler
able > - extend from DAOGenerator > - extend from each MethodGenerator that I need to override > > Can someone please verify if this is correct? > > Many thanks > > -- > View this message in context: > http://www.nabble.com/upgrading-to-ibator-1.2.1-681-and-overriding-DAO-Generator-methods-tp23175863p23175863.html > Sent from the iBATIS - User - Java mailing list archive at Nabble.com. > >

upgrading to ibator 1.2.1-681 and overriding DAO Generator methods

2009-04-22 Thread javaguy44
e to: - extend from IntrospectedTable - extend from DAOGenerator - extend from each MethodGenerator that I need to override Can someone please verify if this is correct? Many thanks -- View this message in context: http://www.nabble.com/upgrading-to-ibator-1.2.1-681-and-overriding-DAO-Ge

Re: Ibator: error after upgrading from abator: The file ... does not exist in this workspace

2008-12-14 Thread Jeff Butler
I can make this happen if a file doesn't exist at the start of the Ibator run, but that same file is generated more than one time in the same Ibator run (i.e. same table in different contexts, or the same table listed more than one time in a context). Does this sound familiar? It seems like a wie

Re: Ibator: error after upgrading from abator: The file ... does not exist in this workspace

2008-12-14 Thread Jeff Butler
I have a comment in the code that generates this error stating "This should never happen". Ha - guess I was wrong about that. :) By any chance, do you have multiple contexts that are writing into the same source tree? If one context generated the file, then another context attempted to generate

Re: Ibator: error after upgrading from abator: The file ... does not exist in this workspace

2008-12-14 Thread Kai Grabfelder
Hi Jeff, it exists physically. It's the normal maven folder structure. Just thought you could say something about when this error occurs. I'v switched back to 1.1 for now. I'll try to strip down my project and come back to you once I've done it... Regards Kai --- Original Nachricht --- Absend

Re: Ibator: error after upgrading from abator: The file ... does not exist in this workspace

2008-12-14 Thread Jeff Butler
Hi Kai, I'm unable to duplcate this. Can you tell me - is the folder "src/main/java" a linked folder external to the workspace, or does the folder physically exist in the workspace? Jeff On Sun, Dec 14, 2008 at 10:26 AM, Kai Grabfelder wrote: > Hi Jeff, > > I've just updated to ibator 1.2.0.

Re: Ibator: error after upgrading from abator: The file ... does not exist in this workspace

2008-12-14 Thread Iwao AVE!
Kai, Shouldn't the 'targetPackage' be 'de.domain.myproj' not 'de.myproj.domain' ? Please ignore this post if it's just wrong. I sometimes do this ;) Regards, Iwao on 08.12.15 1:26 AM Kai Grabfelder said the following: > Hi Jeff, > > I've just updated to ibator 1.2.0. After doing all necessary

Ibator: error after upgrading from abator: The file ... does not exist in this workspace

2008-12-14 Thread Kai Grabfelder
Hi Jeff, I've just updated to ibator 1.2.0. After doing all necessary changes to the config.xml I'm getting the following error when trying to generate the artefacts (using the "Generate iBATIS artifacts" action): Generation Warnings Occured The file D:\Projekte\svn\myproject-trunk\myproject

Re: Upgrading from PostgreSQL 8.1 to 8.3 and escaping special characters

2008-08-19 Thread Warren Bell
Graeme J Sweeney wrote: On Mon, 18 Aug 2008, Warren Bell wrote: Has anyone else had this problem after upgrading to Postgres 8.3? I have tried the Postgres users list and the Postgres JDBC users list and have gotten no where. Have you tried the 8.1 driver with 'compatible=8.1&#x

Re: Upgrading from PostgreSQL 8.1 to 8.3 and escaping special characters

2008-08-19 Thread Clinton Begin
ng through all my code > and shouldn't this be done by the > driver. > > Has anyone else had this problem after upgrading to Postgres 8.3? I have > tried the Postgres users list and the Postgres JDBC users list and have > gotten no where. > > -- > Thanks, > > Warren Bell > 909-645-8864 > [EMAIL PROTECTED] > >

Re: Upgrading from PostgreSQL 8.1 to 8.3 and escaping special characters

2008-08-19 Thread Graeme J Sweeney
On Mon, 18 Aug 2008, Warren Bell wrote: Has anyone else had this problem after upgrading to Postgres 8.3? I have tried the Postgres users list and the Postgres JDBC users list and have gotten no where. Have you tried the 8.1 driver with 'compatible=8.1' in the connection string

Upgrading from PostgreSQL 8.1 to 8.3 and escaping special characters

2008-08-18 Thread Warren Bell
ugh all my code and shouldn't this be done by the driver. Has anyone else had this problem after upgrading to Postgres 8.3? I have tried the Postgres users list and the Postgres JDBC users list and have gotten no where. -- Thanks, Warren Bell 909-645-8864 [EMAIL PROTECTED]

upgrading

2007-03-13 Thread Zelimir Koljesar
Hello, We are currently using version Implementation-Version: 2.1.7 build# 597 and would like to upgrade to ibatis-2.3.0.677.jar. I have replaced the 3 jar files with this one and now I am having an initilization Exception. What am I doing wrong? Thanks! java.lang.NoClassDefFound

RE: Problem upgrading 2.0.4 to 2.1.5

2005-09-26 Thread Shannon, Bryan
lways succeeds... And you would assume that the insert should as well. -Original Message- From: Michael Campbell [mailto:[EMAIL PROTECTED] Sent: Monday, September 26, 2005 1:02 PM To: user-java@ibatis.apache.org Subject: Re: Problem upgrading 2.0.4 to 2.1.5 Guessing here, but it almost

Re: Problem upgrading 2.0.4 to 2.1.5

2005-09-26 Thread Michael Campbell
9/26/05, Shannon, Bryan <[EMAIL PROTECTED]> wrote: > I am having a very unusual problem after upgrading from iBatis 2.0.4 to > 2.1.5. > > It has to do with a particular table and a few particularly simple maps that > interact with that table. > > The table is in Syba

Problem upgrading 2.0.4 to 2.1.5

2005-09-26 Thread Shannon, Bryan
I am having a very unusual problem after upgrading from iBatis 2.0.4 to 2.1.5. It has to do with a particular table and a few particularly simple maps that interact with that table. The table is in Sybase, and it has a clustered index (which in Sybase doesn't allow duplicate ROWS, ie. two