Hello Would you know if axis 1.1 or (1.2) is compatible with xmlsec 2.0? Our axis on tomcat is happy with xml.jar from xmlsec 1.0.4, but with xmlsec.jar from xmlsec 2.0, the happy page complains that it can't find its dependency There seems to be known issue with xalan.jar with JDK 1.4.0, but I tried with 1.4.2 and 1.3.6 as well.. Thanks Insoo
Warning: could not find a dependency of class org.apache.xml.security.Init from file xmlsec.jar XML Security is not supported See http://xml.apache.org/security/ The root cause was: null This can happen e.g. if org.apache.xml.security.Init is in the 'common' classpath, but a dependency like activation.jar is only in the webapp classpath.