User: oleg    
  Date: 01/01/04 01:56:18

  Modified:    castorjdo README.txt
  Log:
  Changed Castor version number to 0.8.11 wherever Castor jar file is mentioned
  
  Revision  Changes    Path
  1.5       +3 -3      contrib/castorjdo/README.txt
  
  Index: README.txt
  ===================================================================
  RCS file: /products/cvs/ejboss/contrib/castorjdo/README.txt,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- README.txt        2000/11/10 13:16:45     1.4
  +++ README.txt        2001/01/04 09:56:18     1.5
  @@ -9,7 +9,7 @@
   
   * Build jBoss: go to jboss\src\build and run build.bat or build.sh
   
  -* Put Castor jar file http://ftp.exolab.org/ftp/jars/castor-0.8.9.jar
  +* Put Castor jar file http://ftp.exolab.org/ftp/jars/castor-0.8.11.jar
     to contrib\castorjdo\lib
   
   * Build the CastorJDO MBean: go to contrib\castorjdo\src\build
  @@ -24,11 +24,11 @@
   
   * Put the castor jar file and the CastorJDO MBean jar in lib/ext directory. 
   By now you also have to put there the xerces.jar, which can be extracted from
  -http://ftp.exolab.org/ftp/jars/castor-0.8.9.zip
  +http://ftp.exolab.org/ftp/jars/castor-0.8.11.zip
   
   * Add the Mlet in jboss.conf
   
  -<MLET CODE = "org.jboss.jdo.castor.CastorJDOImpl" 
ARCHIVE="jboss.jar,castor-0.8.8.jar" CODEBASE="../lib/ext/">
  +<MLET CODE = "org.jboss.jdo.castor.CastorJDOImpl" 
ARCHIVE="jboss.jar,castor-0.8.11.jar" CODEBASE="../lib/ext/">
      <ARG TYPE="java.lang.String" VALUE="file:../conf/database.xml">
      <ARG TYPE="java.lang.String" VALUE="dataObjectsJndiName">
      <ARG TYPE="java.lang.Integer" VALUE="0">
  
  
  

Reply via email to