version:2.03

problem:

if default db schema is userA, one class use db schema userB1,

id generator of the class is a db sequence, then the sequence

should be under userB1, but it isn't.IT IS UNDER userA IN HIBERNATE

SQL! You have to manully set it this way:

<param name="sequence">userB1.SEQSEQNO</param> 







_______________________________________________
No banners. No pop-ups. No kidding.
Introducing My Way - http://www.myway.com


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
hibernate-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/hibernate-devel

Reply via email to