Comment #3 on issue 68 by plorenz: Oracle Support
http://code.google.com/p/sarasvati/issues/detail?id=68
I've added the custom id generator and updated the oracle create scripts.
If you're interested, please check out trunk and see if it works for you. I
still need to double check that I haven't broken postgresql, but otherwise
I think this issue is resolved.
If you have any trouble let me know. I'm hoping I can do the testing and do
a release this weekend.
Thanks for such a quick response! I'll check out the custom id generator
Comment #5 on issue 68 by plor...@gmail.com: Oracle Support
http://code.google.com/p/sarasvati/issues/detail?id=68
Reopening. Code broke postgres, will need to investigate how to handle both.
Comment #6 on issue 68 by plor...@gmail.com: Oracle Support
http://code.google.com/p/sarasvati/issues/detail?id=68
(No comment was entered for this change.)
Comment #7 on issue 68 by plor...@gmail.com: Oracle Support
| 40 | public class HibArc implements Arc | ||
|---|---|---|---|
| 40 | 41 | { | |
| 41 | 42 | @Id | |
| 42 | - | @GeneratedValue(strategy=GenerationType.IDENTITY) | |
| 43 | + | @GeneratedValue(strategy=GenerationType.AUTO, generator="sequence_generator") | |
| 44 | + | @SequenceGenerator(name="sequence_generator", sequenceName="wf_arc_seq") |
--
You received this message because you are subscribed to the Google Groups "sarasvati-wf-issues" group.
To post to this group, send email to sarasvati-wf-issues@googlegroups.com.
To unsubscribe from this group, send email to sarasvati-wf-issues+unsub...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/sarasvati-wf-issues?hl=en.