You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2001/07/06 20:32:18 UTC

[Bug 2471] - ClassCast Exception with ExtensionHandlerJava::getFromCache

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2471

*** shadow/2471	Fri Jul  6 01:25:53 2001
--- shadow/2471.tmp.18795	Fri Jul  6 11:32:17 2001
***************
*** 2,9 ****
  | ClassCast Exception with  ExtensionHandlerJava::getFromCache               |
  +----------------------------------------------------------------------------+
  |        Bug #: 2471                        Product: XalanJ2                 |
! |       Status: NEW                         Version: 2.0.1                   |
! |   Resolution:                            Platform: All                     |
  |     Severity: Critical                 OS/Version: Other                   |
  |     Priority: Other                     Component: org.apache.xalan.extens |
  +----------------------------------------------------------------------------+
--- 2,9 ----
  | ClassCast Exception with  ExtensionHandlerJava::getFromCache               |
  +----------------------------------------------------------------------------+
  |        Bug #: 2471                        Product: XalanJ2                 |
! |       Status: RESOLVED                    Version: 2.0.1                   |
! |   Resolution: DUPLICATE                  Platform: All                     |
  |     Severity: Critical                 OS/Version: Other                   |
  |     Priority: Other                     Component: org.apache.xalan.extens |
  +----------------------------------------------------------------------------+
***************
*** 30,33 ****
  should return a Constructor but the methodKey is for an other method (a 
  java.Method for exemple).
  I don't know why this arise but I had to remove any calls to getFromCache to 
! get rid of this bug.
--- 30,38 ----
  should return a Constructor but the methodKey is for an other method (a 
  java.Method for exemple).
  I don't know why this arise but I had to remove any calls to getFromCache to 
! get rid of this bug.
! 
! ------- Additional Comments From garyp@firstech.com  2001-07-06 11:32 -------
! 
! 
! *** This bug has been marked as a duplicate of 2175 ***