User: rinkrank
  Date: 02/03/28 03:58:09

  Modified:    core/docs weblogic.html
  Log:
  -Fixed [ 516909 ] Empty datasource generated
  -Removed some unused imports
  
  Revision  Changes    Path
  1.23      +8 -7      xdoclet/core/docs/weblogic.html
  
  Index: weblogic.html
  ===================================================================
  RCS file: /cvsroot/xdoclet/xdoclet/core/docs/weblogic.html,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -w -r1.22 -r1.23
  --- weblogic.html     28 Mar 2002 11:16:45 -0000      1.22
  +++ weblogic.html     28 Mar 2002 11:58:09 -0000      1.23
  @@ -56,10 +56,10 @@
     </TR>
     <TR>
       <TD VALIGN="top">datasource</TD>
  -    <TD VALIGN="top">Overrides the values of @weblogic:data-source-name for
  -      Entity Beans.</TD>
  -    <TD VALIGN="top">No. Only if at least one of the Entity Beans have not
  -      specified the @weblogic:data-source-name.</TD>
  +    <TD VALIGN="top">Default datasource name for CMP Entity Beans. Can be
  +      overridden on a per-bean basis by using the @weblogic:data-source-name 
tag</TD>
  +    <TD VALIGN="top">Only if at least one of the Entity Beans has not specified
  +      the @weblogic:data-source-name.</TD>
     </TR>
     <TR>
       <TD>validateXml</TD>
  @@ -651,7 +651,8 @@
   security realm. In this case the run-as-identity-principal element must be<BR>
   used to specify a particular User in the security realm.</P>
   <H4><A NAME="data-source-name">@weblogic:data-source-name</A></H4>
  -<P>(Applicable to CMP Entity Beans)</P>
  +<P>(Applicable to CMP Entity Beans). Overrides the datasource value in the Ant
  +subtask. If the Ant subtask doesn't specify datasource, this tag is mandatory.</P>
   <P>The JNDI name of the WebLogic data source which should be used for all<BR>
   database connectivity for this particular bean. This data source must<BR>
   be defined in the standard way for WebLogic JDBC data sources. If you<BR>
  
  
  

_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to