[Proxool-user] Identifier generate issue when using proxool
UNMAINTAINED!
Brought to you by:
billhorsman
From: aszcareer <asz...@gm...> - 2014-04-03 02:54:45
|
Hi, The identifier generate strategy I used in hibernate is identity, before I using proxool connect pool, the project works fine. But after I configured the proxool connect pool in hibernate, it shows below issues: "Error:sequence tablename_columnname_seq has not been accessed in the session" Seems the identifier generate strategy was update as "sequence"... But I just want keep using identity... Would you please offer your help? Thanks a lot Regards, Annan |