zongaro     2003/04/06 13:36:36

  Modified:    java/samples/CompiledApplet README.applet
  Log:
  Patch from Christine Li ([EMAIL PROTECTED]).  Reworked applet code so that the
  init method creates a thread to which it delegates all the work of creating
  Transformers and performing transformations.
  
  Xalan needs all of its classes to be loaded with respect to the same class
  loader.  The thread that's created will have the context class loader, if any,
  that is in effect when the applet's init method is called, but calls to other
  methods on the applet might not have the same context class loader.  Using a
  thread avoids any problems that might arise from such a situation.
  
  Revision  Changes    Path
  1.4       +7 -1      xml-xalan/java/samples/CompiledApplet/README.applet
  
  Index: README.applet
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/samples/CompiledApplet/README.applet,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- README.applet     2 Apr 2003 17:26:03 -0000       1.3
  +++ README.applet     6 Apr 2003 20:36:36 -0000       1.4
  @@ -75,7 +75,7 @@
   ----------------------------------------------------------------------
   KNOWN PROBLEMS
   ----------------------------------------------------------------------
  -The following problems are specific to the Netscape 4.x browser.
  +. The following problems are specific to the Netscape 4.x browser.
   
   Class Already Loaded - If you start up the Netscape client browser on 
   a Unix system where you have been running XSLTC, and consequently 
  @@ -101,5 +101,11 @@
       has characters after markup.
   
   try removing the reference to an external DTD in your XML source.
  +
  +. The following problems are specific to the Sun JRE 1.4.* plugin for 
browsers.
  +
  +java.lang.IllegalAccessError - Sun JRE 1.4.* has bundled with it an old 
version
  +of Xalan-J Interpretive (2.2.D11).
  +Copy a new verison of xalan.jar to the %Java_JRE%/lib/endorsed/ directory.
   ----------------------------------------------------------------------
   END OF README
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to