Re: Frontbase error - ailed to provide new primary key
Re: Frontbase error - ailed to provide new primary key
- Subject: Re: Frontbase error - ailed to provide new primary key
- From: "Pierce T. Wetter III" <email@hidden>
- Date: Sat, 8 Dec 2007 11:39:10 -0700
On Dec 8, 2007, at 3:24 AM, ute Hoffmann wrote:
Hallo,
I experiment with frontbase (build a new database) and get this
error when trying to insert a second object into a table via
WebObjects (first entry worked):
java.lang.IllegalStateException: Adaptor
com.webobjects.jdbcadaptor.JDBCAdaptor@224002 failed to provide new
primary keys for entity 'Testtabelle'
Adaptor com.webobjects.jdbcadaptor.JDBCAdaptor@224002 failed to
provide new primary keys for entity 'Testtabelle'
any idea what goes wrong here?
Yep. The FrontBase plugin isn't loading, so its using the generic
JDBC plugin, which relies on a special table for generating primary
keys instead of the "select unique from foo;" that the FrontBase
plugin does.
Make sure the Frontbase plugin is in your class path.
Pierce
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden