Hi there,
I have finaly been successful with creating a CMP bean (Weblogic 8.1 and
Oracle 9i). After a little bit of a struggle with XDoclet on myeclipse 3.8.4
it all went fine. Now, my question is, is there any documentation or
samples (within the context of myeclipseide) on how to automatically
create primary keys using Oracle Sequences (I have the sequence
already in place). I have seen things like @ejbgen:automatic-key-generation, however, when I have this tag
in the ejbCreate method, it simply does not seem to generate any
relavant code at all – it would seem that this tag is completely ignored
by myeclipseide…. Is there a step-by-step on creating a key using Oracle
Sequences, Weblogic and myeclipseide all at the same time? Or, do I
need to make a jdbc call first to get a new key, and then ‘manualy’ add
set that value to my key (this can be done, but it sucks)…
Regards, Alex.