XML Digital Signature Problem - Enveloping Signature
Hi there,
While i was running the sample GenEnveloping class, i got this error:
>>
java.lang.NoClassDefFoundError: java/net/URISyntaxException
at org.jcp.xml.dsig.internal.dom.DOMXMLSignatureFactory.newReference(DOMXMLSignatureFactory.java:56)
at org.jcp.xml.dsig.internal.dom.DOMXMLSignatureFactory.newReference(DOMXMLSignatureFactory.java:51)
at GenEnveloping.main(GenEnveloping.java:47)
Exception in thread "main"
<<
I'm working on websphere 5.0; i've already added the following jar/classpath variables to websphere and to my project:
xmldsig.jar, xmlsec.jar, xws-security.jar.
I've surfed through the threads in this forum and i realized that this problem is related to missing jar. so what i want is the list of jar to add to my environment and project if it is possible or if this list already exists somewhere in a thread, just let me know.
Thanks in advance for your help.

