Ok,
Then I need a test case that I can compile myself and do the test
myself(it can be either a jar or a .java).

Regards,


On Tue, 22 Mar 2005 09:31:10 -0700, Lyudmila Balakireva <[EMAIL PROTECTED]> 
wrote:
> Yes,
> Thank you
> At 05:18 PM 3/22/2005 +0100, you wrote:
> >excuse me, which version of xml-sec are you using?
> >Is the 1.2.1?
> >
> >Regards,
> >
> >
> >On Tue, 22 Mar 2005 09:17:31 -0700, Lyudmila Balakireva <[EMAIL PROTECTED]>
> >wrote:
> > > Hello,
> > > I have problem "java.io.IOException.Stream closed" with Base64 transform (
> > > I downloaded latest code) .
> > >
> > > The Base64 Transform is second after Xpath Transform.
> > >
> > > Please, help Luda
> > >
> > > The code snipet:
> > >
> > >   Transforms transforms = new
> > > Transforms(doc);
> > >
> > >              XPathContainer xpath = new XPathContainer(doc);
> > >              String xp1 =
> > > "ancestor-or-self::didl:[EMAIL PROTECTED]";
> > >              xpath.setXPathNamespaceContext("didl",DIDL_NS);
> > >              xpath.setXPath(xp1);
> > >              transforms.addTransform(Transforms.TRANSFORM_XPATH,
> > > xpath.getElementPlusReturns());
> > >              transforms.addTransform(Transforms.TRANSFORM_BASE64_DECODE);
> > >               xmlSig.addDocument(refurl, transforms,
> > > Constants.ALGO_ID_DIGEST_SHA1);
> > >
> > > The error:
> > >
> > > org.apache.xml.security.signature.XMLSignatureException: Stream closed
> > >       [java] Original Exception was
> > > org.apache.xml.security.signature.ReferenceNotInitializedException: Stream
> > > closed
> > >       [java] Original Exception was
> > > org.apache.xml.security.signature.ReferenceNotInitializedException: Stream
> > > closed
> > >       [java] Original Exception was
> > > org.apache.xml.security.signature.XMLSignatureException: Stream closed
> > >       [java] Original Exception was
> > > org.apache.xml.security.transforms.TransformationException: Stream closed
> > >       [java] Original Exception was java.io.IOException: Stream closed
> > >       [java]     at
> > > org.apache.xml.security.signature.XMLSignature.sign(Unknown Source)
> > >
> > >
> >
> >
> >--
> >http://r-bg.com
> 
> 


-- 
http://r-bg.com

Reply via email to