Re: Key Generator Questions

2006-06-13 Thread Gianny Damour
Hi Neal, Thanks for this feedabck. You are correct: it is pretty easy to write some initialization code to create a sequence table and insert a value. As a matter of fact, if you have a look to org.tranql.pkgenerator.SequenceTablePrimaryKeyGenerator.initSequenceTable() you can see that is is

Re: Key Generator Questions

2006-06-13 Thread Aaron Mulder
There's some documentation on key generators here: http://chariotsolutions.com/geronimo/ejb-structure.html#ejb-structure-entity-cmp-pkgen It could probably use some examples, though. :) Thanks, Aaron On 6/12/06, Neal Sanche [EMAIL PROTECTED] wrote: Hi All, Yesterday I had some fun with

Key Generator Questions

2006-06-12 Thread Neal Sanche
Hi All, Yesterday I had some fun with the sequence-table key generator. I had this fragment at the end of my Entity deployment plan. pkgen:key-generator pkgen:sequence-table pkgen:table-namesequence/pkgen:table-name pkgen:sequence-namereminder/pkgen:sequence-name