iReport 451

2012-09-25 Thread Theodore Petrosky
I have been screwing around with jasper reports and cloned the ERJasperReports framework. I updated the .jar to 4.5.1 and everything seems fine when I use the iReport app that matches the version. I know that I saw somewhere a 'warning' that updating the jasper report-4.5.1.jar may not be all

Re: iReport 451

2012-09-25 Thread Theodore Petrosky
Minh, you said,I just download all the latest versions. so there is more than one jar you downloaded! can you tell me what jars you downloaded and replaced? Ted --- On Tue, 9/25/12, Minh Thao Hoang thaominhhoan...@gmail.com wrote: From: Minh Thao Hoang thaominhhoan...@gmail.com Subject:

Re: adding new records in database fails

2012-09-25 Thread Cretu Catalin
I did it, but still is not working. When I try to add a record the app is throwing this exception till the sequence is increasing enough to create the new primary key. When I'm adding a new record before I restart the computer it is working. The issue is starting again when I restart the

Re: adding new records in database fails

2012-09-25 Thread Paul Yu
Cretu Then I would guess that your sequence on the database table is messed up. Are you saying that EOF will catch up with the database after you attempt to insert some number of records and work? Then when you reboot the machine, then EOF and the Database gets out of synch and you can't

Re: adding new records in database fails

2012-09-25 Thread Maik Musall
Hi Cretu, please use EOAdaptorDebugEnabled=true to get SQL Logging. See if the jdbc driver generates NEWID commands, or if it creates automatic keys using the UNIQUE INDEX DERIVED clause. You do have a unique index on the key id column, right? If you don't care *why* the sequence is messed

Re: adding new records in database fails

2012-09-25 Thread Tim Worman
I believe OpenBase has their own plugin for generating primary keys in WO (which you can alternately use). Check their docs. Tim UCLA GSEIS On Sep 25, 2012, at 2:07 PM, Paul Yu p...@mac.com wrote: Cretu Then I would guess that your sequence on the database table is messed up. Are you

Re: adding new records in database fails

2012-09-25 Thread Ramsey Gurley
Last time I used it, Openbase didn't work with horizontal and vertical inheritance because the plugin generated the pks incorrectly. On Sep 25, 2012, at 2:52 PM, Tim Worman wrote: I believe OpenBase has their own plugin for generating primary keys in WO (which you can alternately use). Check

Re: Need some help with Maven

2012-09-25 Thread Lachlan Deck
The first starting question for Maven+Eclipse problems is… have you followed the WIKI guide Henrique and I put together a few years ago?e.g., Have you followed the setup guide for developing WO+Maven within

Re: Need some help with Maven

2012-09-25 Thread Lachlan Deck
The first starting question for Maven+Eclipse problems is… have you followed the WIKI guide Henrique and I put together a few years ago?e.g., Have you followed the setup guide for developing WO+Maven within

Re: adding new records in database fails

2012-09-25 Thread Cretu Catalin
Paul, You are right, Somebody else had same issue? Catalin From: Paul Yu p...@mac.com To: Cretu Catalin catacr...@yahoo.com Cc: Paul Yu p...@mac.com; WebObjects Development Webobjects-dev@lists.apple.com; Patrick Robinson p...@vt.edu Sent: Tuesday,

Re: Need some help with Maven

2012-09-25 Thread Jean-François Veillette
The first starting question for Maven+Eclipse problems is… have you followed the WIKI guide Henrique and I put together a few years ago? e.g., Have you followed the setup guide for developing WO+Maven within Eclipse?