Srigold,
Thanks for you response to this post because I am having a similar problem. I am trying to use the sequence generator with a Oracle 9 DB, and I do have the sequence defined in my DB. However, I continue to get the same error of "could not instantiate id generator".
Am I doing something wrong? Here are my xDoclet tags:
Code:
/**
* @hibernate.id column="ADDRESS_ID"
* type="long"
* generator-class="sequence"
* @hibernate.generator-param name="sequence" value="MY_SEQ"
* @return Returns the addressId.
*/
Any feedback would be appreciated! Thanks.