Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp
I am haveing trouble with Identity generator it showing me this error.
could not insert: [SQL5016] Qualified object name SYSDUMMY1 not valid
With lots of pain I figured out that it was generated by this Dialect class.
as like this.
select identity_val_local() from sysibm.sysdummy1
And then it gives this error.
this is comeing from this Class.
DB2400Dialect.
written by
* @author Peter DeGregorio (pdegregorio)
Can I get answere for my problem.
this is furstating me a lot.