[jboss-cvs] jboss-serialization/docs ...

Clebert Suconic csuconic at jboss.com
Fri Jul 28 22:58:07 EDT 2006


  User: csuconic
  Date: 06/07/28 22:58:07

  Modified:    docs     readme.txt
  Log:
  Updating release
  
  Revision  Changes    Path
  1.2       +1 -1      jboss-serialization/docs/readme.txt
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: readme.txt
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-serialization/docs/readme.txt,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- readme.txt	3 May 2006 19:59:56 -0000	1.1
  +++ readme.txt	29 Jul 2006 02:58:07 -0000	1.2
  @@ -11,7 +11,7 @@
   
   1.  You just need to instantiate your ObjectOutputStream as new JBossObjectOutputStream, and your input stream as JBossObjectInputStream.
   2.  You will need to add log4j.jar and trove.jar in your library dependencies, as these classes are used by jboss-serialization.
  -3.  Make sure you also include log4j.xml in your classpath.
  +3.  Make sure you also include log4j.xml in your classpath. (If you miss it, DEBUG statements will be used by default what will cause really bad performance serializing your objects)
   
   COMPATIBILITY WITH OBJECT SERIALIZATION
   
  
  
  



More information about the jboss-cvs-commits mailing list