Re: 2 questions
Eivind Waaler <[email protected]>
| Newsgroups | gmane.comp.java.ejb.middlegen.user |
|---|---|
| Message-ID | <[email protected]> |
On Fri, 19 Mar 2004, Soos Istvan wrote: > Hello! > > I'm very newbie, and right now I have 2 possibly dummy question: > > Is there any build script and/or configuration that generates the CMP Bean > classes only? The classes witch I move into JbossIDE, and then run Xdoclet > in the IDE, and so on... (Is there any public or recommended configuration > example beyond the sample with the binaries?) The only supplied build script is the one in the samples dir. Just remove the sections that you don't need. > Is it possible to use my database's (mysql) auto increment fields against > "The portable Sequence Block PK generation pattern"? Or can anyone explain > the meaning of the tag: <sequenceblock blocksize="5" retrycount="2" > table="SEQ_BLOCK" /> > Need I create new database table? The sequence block pattern is based on having a separate table for creating keys. The reason this was implemented is because different application servers handle key generation with the various databases different. This seemed to be the best way to come up with a pattern that could be used independent of application server and db vendor. We should support the mysql auto inc fields, but don't think we do at the moment. Hope someone will correct me if I'm wrong here :-) Cheers .eivind > Thank you for your help! > > Istvan > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IBM Linux Tutorials > Free Linux tutorial presented by Daniel Robbins, President and CEO of > GenToo technologies. Learn everything from fundamentals to system > administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > _______________________________________________ > middlegen-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/middlegen-user > > ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click