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
[EMAIL PROTECTED] failed to provide new
primary keys for entity 'Testtabelle'
Adaptor [EMAIL PROTECTED] 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 protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com
This email sent to [EMAIL PROTECTED]