Hi Fred ,
Is there any alternative for wss4j ?
Jim
Fred Dushin wrote:
It looks like there might be a dependency from WSS4J:
06:24:17 spock:/src/apache/wss4j/dev/src> find . -type f -exec grep
"xml.utils" {} \; -print
import org.apache.xml.utils.URI;
./org/apache/ws/security/message/EnvelopeIdResolver.java
That's annoying. A whole JAR for one class dependency? (I did a
separate search which reveals this is the only type used out of xalan).
So yeah, I guess there is a dependency on Xalan that would require a
fix to wss4j.
On Dec 19, 2007, at 3:08 AM, Jim Ma wrote:
Does our WSsecurity invoke some classes in xalan.jar? or wss4j
implementation needs to depend on xalan.jar ?