RE: [Java] NullPointerException with XMLSignature transformations

2004-03-12 Thread Mark.Priest
Johan, I am not sure if this information is helpful but I will mention it anyway. We were receiving a null pointer exception in xpath-related code when we were verifying a signature. Our problem turned out to be that our app server was using a different version of some Xalan xpath classes. Wh

[Java] NullPointerException with XMLSignature transformations

2004-03-12 Thread Johan Vanbockryck (jvanbock)
Hi, We're experiencing a NullPointerException when we try to sign an XML document when the transformations are being performed. We've been able to trace the cause of the problem, and are wondering if this is a bug in the XML signature code. What happens is: We use Axis with HTTP web services. Befo

Re: Janitor

2004-03-12 Thread Berin Lautenbach
Milan, Are you able to provide a small piece of code that reproduces the problem? Happy to have a look-see! Cheers, Berin Milan Tomic wrote: Berin, Seen that one too :>. From memory it's something to do with MFC - if you define something as being MFC (and it creates stdafx.??) but

Re: Include latest Bouncy Castle?

2004-03-12 Thread Berin Lautenbach
+1 from me. Are you able to update xerces/xalan at the same time? Also, do we have to have junit.jar in security/libs? It's the only non-ASF binary in the CVS and there are some interesting discussions going on in this space. Cheers, Berin Erwin van der Koogh wrote: Hi guys, I have

Re: Release build under VC6.0 tries to find Xerces 2.3.0 DLL runtime

2004-03-12 Thread Berin Lautenbach
Oops. I missed this one last night :<. Glad you got it fixed. Andrew wrote: Divide and conquer solved this one for me. The copy of Xalan that I downloaded included the release DLL which was built with Xerces 2.3 I had forgotten to rebuild Xalan in release with Xerces 2.4 All good now. Thank