Hi! > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:xdoclet-user-admin@;lists.sourceforge.net]On Behalf Of > [EMAIL PROTECTED] > Sent: 24. oktober 2002 10:47 > To: [EMAIL PROTECTED] > Subject: [Xdoclet-user] Weblogic 7.0 > > > Afternoon guys, > > Just curious about one thing... Does XDoclet fully support the new
The old doco (6.x only) is here: http://xdoclet.sourceforge.net/weblogic.html Clustering is implemented and documented. In fact, everything supported is documented, with some exceptions. -The supported 7.0 features aren't documented yet. For more info about supported 7.0 features, look at the template and the listing at the bottom of this mail. http://tinyurl.com/270j http://tinyurl.com/270k > features of WLS7.0? Is there documentation/examples on the specific > tags (Specificly clusters)? If it is the case, I'm going to stop using > EJBGen, and convert to XDoclet. > I hope we support what you need. I'll do my best to implement the remaining bits (along with documentation) before XDoclet 1.2 final ships. AFAIK, the 7.0 additions are: *********** weblogic-ejb-jar.xml *********** ** Unsupported in XDoclet 1.2beta1 ** <!ELEMENT cache-between-transactions (#PCDATA)> <!ELEMENT entity-cache-ref (entity-cache-name, concurrency-strategy, cache-between-transactions?, estimated-bean-size?)> <!ELEMENT entity-cache-name (#PCDATA)> <!ELEMENT estimated-bean-size (#PCDATA)> <!ELEMENT idempotent-methods (method*)> ** Supported in XDoclet 1.2beta1 ** <!ELEMENT isolation-level (#PCDATA)> <!ELEMENT check-exists-on-method (#PCDATA)> <!ELEMENT optimistic-column (#PCDATA)> *********** weblogic-cmp-rdbms-jar.xml *********** ** Unsupported in XDoclet 1.2beta1 ** <!ELEMENT verify-columns (#PCDATA)> <!ELEMENT relationship-caching ( caching-name, caching-element+ )> <!ELEMENT caching-name (#PCDATA)> <!ELEMENT caching-element ( cmr-field, group-name? )> <!ELEMENT database-type (#PCDATA)> ** Supported in XDoclet 1.2beta1 ** <!ELEMENT table-map ( table-name, field-map*, verify-columns?, optimistic-column? )> <!ELEMENT relationship-role-map ( foreign-key-table?, primary-key-table?, column-map+ )> <!ELEMENT foreign-key-table (#PCDATA)> <!ELEMENT primary-key-table (#PCDATA)> > THANKS! > dav > Aslak ------------------------------------------------------- This sf.net email is sponsored by: Influence the future of Java(TM) technology. Join the Java Community Process(SM) (JCP(SM)) program now. http://ads.sourceforge.net/cgi-bin/redirect.pl?sunm0003en _______________________________________________ Xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
