--- wu qihua <[EMAIL PROTECTED]> wrote: > @ejb:persistence and @jboss:cmp-field > > for @jboss:cmp-field,the document said that it > will add a <cmp-field> > element for a field of a cmp-field of ejb-jar.xml. > > for @ejb.persistence tag, provides information > about the persistence of > a CMP Entity bean. And I think it will also add > <cmp-field> in the > ejb-jar.xml,right? Then they are overrided,and > implement the same > function?
No, jboss specific field provides specific settings for jboss persistence engines. ejb.persistence is just generic "one size fits all servers" ( mostly :) approach Basically you can go without them ( as I do most of the time ) regards, ===== Konstantin Priblouda ( ko5tik ) Freelance Software developer < http://www.pribluda.de > < play java games -> http://www.yook.de > < render charts online -> http://www.pribluda.de/povray/ > __________________________________________________ Do you Yahoo!? U2 on LAUNCH - Exclusive greatest hits videos http://launch.yahoo.com/u2 ------------------------------------------------------- This sf.net email is sponsored by: Are you worried about your web server security? Click here for a FREE Thawte Apache SSL Guide and answer your Apache SSL security needs: http://www.gothawte.com/rd523.html _______________________________________________ Xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
