On Sat, 2004-04-17 at 12:23, zousey seyzou wrote: > I am looking for xdoclet tag to use to generate oracle server oc4j > automatic PrimaryKey, > any body has or knows the xdoclet tag to automatically generate primaryKey > of the ejb's that will be deploy on oracle oc4j server ?. > I have done this on weblogic server, the tag is. > * > * @weblogic.automatic-key-generation > * generator-type="ORACLE" > * generator-name="OPENING_HOUR_SEQ" > * key-cache-size="1"
What needs to be included in the oc4j descriptor to enable this? If you search through the .xdt template for the appropriate element it should be reasonably obvious from the surrounding <XDt...> template code what the relevant tags are. Of course, that's assuming that oc4j supports such a feature in the first place; I've never used it myself so I don't know whether it does or not. Andrew. ------------------------------------------------------- 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 _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
