and i just use the peer class directly in the action class of a Portlet like
below:
................
Publisher addison = new Publisher();
addison.setName("Addison Wesley Professional");
addison.save();
................
the error happened,in Jetspeed.log file:
[15:48:01,216 WARN ] IDBroker is being used with db 'bookstore',which does
not support transactions. IDBroker attempts to use transactions to limit
the possibility of duplicate key generation. Without transactions,
duplicate key generation is possible if multiple JVMs are used or other
means are used to write to the database.
[15:48:01,226 INFO ] IDBroker thread was started.
[15:48:01,296 WARN ] A DBConnection was finalized, without being returned to
the ConnectionPool it belonged to
......................................
anyone can tell me why?
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>