User: oleg    
  Date: 00/10/14 03:08:41

  Modified:    castorjdo castorjdo.html
  Log:
  Added the "CastorJDO tip". Marc, thanks for reminding :-)
  
  Revision  Changes    Path
  1.4       +4 -1      jbossweb/castorjdo/castorjdo.html
  
  Index: castorjdo.html
  ===================================================================
  RCS file: /products/cvs/ejboss/jbossweb/castorjdo/castorjdo.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- castorjdo.html    2000/10/11 17:23:24     1.3
  +++ castorjdo.html    2000/10/14 10:08:38     1.4
  @@ -232,7 +232,10 @@
      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 <b>false</b>.
  -
  +   If you need to access the same JDO class from different bean jar files,
  +   better load this class via ClassPathExtension MLET, otherwise changes
  +   that are done in one bean may not be visible in the other bean 
  +   (due to separate Castor caches for the two Class instances).
   </ol>
   <li>Declare the resource managers in your jboss.xml besides your
   ejb-jar.xml, e.g.:<br>
  
  
  

Reply via email to