User: oleg    
  Date: 00/10/11 10:22:30

  Modified:    castorjdo README.txt
  Log:
  Added the possibility to place JDO classes to the common classpath via 
ClassPathExtension MLET in jboss.conf
  To switch on this mode add the fifth Boolean argument for CastorJDOImpl MLET in 
jboss.conf and set it to true.
  
  Revision  Changes    Path
  1.3       +14 -4     contrib/castorjdo/README.txt
  
  Index: README.txt
  ===================================================================
  RCS file: /products/cvs/ejboss/contrib/castorjdo/README.txt,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- README.txt        2000/10/02 15:16:20     1.2
  +++ README.txt        2000/10/11 17:22:30     1.3
  @@ -31,10 +31,11 @@
      <ARG TYPE="java.lang.String" VALUE="dataObjectsJndiName">
      <ARG TYPE="java.lang.Integer" VALUE="0">
      <ARG TYPE="java.lang.Boolean" VALUE="false">
  +   <ARG TYPE="java.lang.Boolean" VALUE="false">
   </MLET>
   
   where:
  - - the first parameter is the database configuration file needed by
  + - the first argument is the database configuration file needed by
      the Castor JDO, it contains JNDI name of JDBC DataSource and
      reference(s) to mapping configuration file(s), e.g.:
   
  @@ -49,11 +50,20 @@
      At least, don't place them to your EJB jar files.
      See Castor documentation for further info on the content of the
      Castor configuration files.
  - - the second parameter is the JNDI name that is used for binding bean
  + - the second argument is the JNDI name that is used for binding bean
      resource references. See below.
  - - the third parameter is a lock timeout in seconds, value "0" means
  + - the third argument is a lock timeout in seconds, value "0" means
      "use the Castor default value" (which now equals 10 seconds).
  - - the fourth parameter flag of logging. When you set it to true,
  + - the fourth argument is a flag of logging. When you set it to true,
  +   the CastorJDO MBean sends information messages and warnings to
  +   jBoss loggers. 
  + - the fifth argument tells if your JDO classes are loaded via
  +   ClassPathExtension MLET in jboss.conf - in this case set the argument
  +   to "true",  or via EJB jar classpath (i.e. either they are in the
  +   same jar or they are accessible via Class-Path: attribute of
  +   META-INF/MANIFEST.MF) - in this case set the argument to "false".
  +
  + is a flag of useflag of logging. When you set it to true,
      the CastorJDO MBean sends information messages and warnings to
      jBoss loggers. 
   
  
  
  

Reply via email to