DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=30764>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=30764 JDK 1.4.2_05 has new org.apache.xpath.compiler api... now private m_functions field Summary: JDK 1.4.2_05 has new org.apache.xpath.compiler api... now private m_functions field Product: Security Version: unspecified Platform: All OS/Version: All Status: NEW Severity: Blocker Priority: Other Component: Canonicalization AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Using xml sec is raising this kind of exception with a JVM 1.4.2_05 (not with _03). "org.apache.xpath.compiler.FunctionTable.m_functions from class org.apache.xml.security.Init java.lang.IllegalAccessError: tried to access field org.apache.xpath.compiler.FunctionTable.m_functions from class org.apache.xml.security.Init" This is due to the bundle org.apache.xpath.compiler m_functions now private, and with a static accessor. The code that uses reflection in Init.java is the cuplrit. I guess you may already be working checking that stuff (http://article.gmane.org/gmane.text.xml.security.devel/3197) but I did not see any bugzilla on the topic. Cheers Philippe