Hi,
I think I know what the problem is. Since you are using JDK 6, you are
using the XML Signature implementation/JSR 105 that is bundled with JDK
6. Thus you are not picking up the new features and fixes in XMLSec 1.4.2.
To override the JDK 6 implementation, put xmlsec.jar into
<jdk>/jre/lib/endorsed directory. Let me know if that works and I'll
update the docs to make mention of this.
--Sean
Daniil Shved wrote:
I've put xalan.jar to the <jdk>/jre/lib/endorsed (which I had to create) and
to <jdk>/jre/lib/ext (just in case). It still doesn't work. And I've tried
it only with the "endorsed" dir (without "ext"), didn't work either.
Raul Benito-2 wrote:
Umm strange, it seems that the problem is jsr105 code, and I think it
is some xpath related. Do you xalan in your jvm classpath?
It is used to give some problems with here() transformations.
Tell me if it helps.
But I think that Sean has test this a lot.
If not I will investigate more.