You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by "Smith, Nathan T [IT]" <Na...@sprint.com> on 2008/08/14 18:15:46 UTC

TransformationException

Does anyone know what to do to fix this error:

org.apache.xml.security.transforms.TransformationException: Unknown transformation. No handler installed for URI http://www.w3.org/2000/09/xmldsig#enveloped-signature

I am getting it when signing the document and adding transformations:

        Transforms transforms = new Transforms(document);
        transforms.addTransform(Transforms.TRANSFORM_ENVELOPED_SIGNATURE);
        transforms.addTransform(Transforms.TRANSFORM_C14N_WITH_COMMENTS);


Thanks

Nate