These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 
Author Message
 Post subject: Hilo key generator problem
PostPosted: Mon Apr 14, 2008 10:29 am 
Regular
Regular

Joined: Tue Oct 16, 2007 9:45 am
Posts: 93
Hibernate version:
1.2.1
Mapping documents:
<id name="RecordId"
type="Int32"
column="VEOID"
access="field.camelcase-underscore">
<generator class="hilo">
<param name="table">ve_dataobject_counter</param>
<param name="column">nextValue</param>
<param name="max_lo">100</param>
</generator>
</id>

When I try to save entity, I get the message that it cannot save object and that:

"Table storage engine for 've_dataobject_counter' doesn't have this option."

What option is that? This is on mySql 5. I am not very familiar with it. Can anybody help?


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.