Download Abator for WID

2007-09-20 Thread Paul Carr
Where can I find a version of abator that will run in eclipse 3.0 (or whatever version of eclipse Websphere Integration Developer is built on) ? Express Gifts ltd ~ Registered in England & Wales ~ Registered No. 718151 Registered Office, Burley House, Bradford Road, Burley-in-Wharfedale, West Yo

Re: Download Abator for WID

2007-09-20 Thread Jeff Butler
You should be able to install the 0.6.5 version of the Abator plugin from the update site (this is described under the "Automatic Eclipse Install" section of the Abator home page). However... I recommend NOT using the 0.6.5 version of Abator. The 1.0 version is much better and has much higher fu

Abator problem updating table with unique key constraint but no primary keay

2007-09-20 Thread Robert Glover
The Abator update shown below will not compile because Abator will not generate the "updateByPrimary" method. The reason Abator will not generate the "updateByPrimary" method is that the table has a "unique" constraint on a column but does not define that column as being a primary key. (The

Re: Abator problem updating table with unique key constraint but no primary keay

2007-09-20 Thread Jeff Butler
There's no way to force Abator to generate an updateByPrimaryKey method if there's not a primary key in the table. This issue has come up before - but the problem is a failure in database design more so than a failure of Abator. However, the next version of Abator will generate an updateByExample