Hi, i am using xdoclet-1.2b4 and i cant make this tag to work correctly, a google search revealed that i am not the only one who have this issue but i have yet to see a working solution.
Basically i have :
* @hibernate.id generator-class="sequence" unsaved-value="null"
* @hibernate.generator-param name="sequence" value="mypk_sequence"
And Xdoclet output :
<id
name="id"
column="id"
type="java.lang.Long"
unsaved-value="null"
>
<generator class="sequence">
<param>mypk_sequence</param>
</generator>
</id>
It looks like a lot what Gavin suggested in this topic:
http://sourceforge.net/forum/message.php?msg_id=1957202
but it really does not work, at least for me.
If someone has an idea of what is going on, i am all listening.
Thanks in advance.