Re: Help:Reference of local system file using JDK failed!

2008-09-23 Thread Ling Xiaohan
Thanks Sean, it works when BaseURI is set. - Original Message - You need to set the base URI before you generate or validate the XMLSignature. Use the DOMSignContext.setBaseURI or DOMValidateContext.setBaseURI methods. --Sean Ling Xiaohan wrote: Hi, I used XML-dsig classes in

Re: Help:Reference of local system file using JDK failed!

2008-09-23 Thread Sean Mullan
You need to set the base URI before you generate or validate the XMLSignature. Use the DOMSignContext.setBaseURI or DOMValidateContext.setBaseURI methods. --Sean Ling Xiaohan wrote: > Hi, > > I used XML-dsig classes in JDK6.0 for XML signature, but encountered > an abjective > problem. It