Hi, I'm having a problema that is described on:
http://forum.hibernate.org/viewtopic.php?t=925794
and i have a feeling that this is generated because the automatic sequence generation I'm trying to get using hibernate, the code fragment I'm using to do this follows:
Code:
<id name="id">
<generator class="sequence">
<param name="id">SQ_BD_SISTEMA</param>
</generator>
</id>
The pk field name is id and the sequence I have created for it is SQ_BD_SISTEMA, i've already tested with Weblogic8.1 automatic sequence generation for entity beans and it's working fine, so it's not a DB problem, I really think is an error sintax in that fragmet.
I also would like to find better documentation on this tags,if u know where, pls post a link.
tx in advance,