WebappClassLoader: Lifecycle error : CL stopped -- LogManager issue?

2004-03-30 Thread pacow
every once in a while when i run my axis client (which i use in conjunction with xmlsec) in the context of my web app, i get the following error as the client attempts to add the digital signature: WebappClassLoader: Lifecycle error : CL stopped

XML signature format issue in request?

2004-03-28 Thread pacow
I'm having trouble getting my signature verified by the host server (who is remote and uses ibm software), in my code i call: FileOutputStream f = new FileOutputStream(fileName); f.write(requestMessage.getSOAPPartAsBytes()); f.flush(); to observe the request as it is sent, one curious

Significance of 'baseURI' in XMLSignature constructor

2004-03-28 Thread pacow
What is the significance of the variable 'baseURI' in the XMLSignature constructor? ex: XMLSignature sig = new XMLSignature(doc, baseURI, XMLSignature.ALGO_ID_SIGNATURE_RSA); does it affect how the document is signed? also, how does it relate to the following attributes of the

Re: Questions Regarding Security example ClientSigningHandler

2004-03-26 Thread pacow
there. Perhaps it filters the messgae that's gone through the client side handler , which is the Axis binary code... - Original Message - From: pacow [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, March 25, 2004 10:56 PM Subject: Re: Questions Regarding Security example

where are the xml-Security api docs v 1.4?

2004-03-26 Thread pacow
where can i find the xml-Security api docs for version 1.4? \ am i blind? i can't find them anywhere!! -peter

Re: Need help signing a SOAP Request with a Digital Signature

2004-03-25 Thread pacow
At the xml sexurity site it looks like there is a version 1.4 w/src, and a version 2.0 as binary, but i can find absolutely no information about v.2.0 on the site, or elsewhere. what is the story with this? can v.2.0 just be plugged into the lib directory of a web app an be used? it looks like

Re: Need help signing a SOAP Request with a Digital Signature

2004-03-25 Thread pacow
There is no such sample in my xmlsec package(v.1.4), what is the full path and classname? can someone who has this sample forward me a copy? thanks. -peter Mei Wu wrote: Hey, the sample.security package has a simple way although it is not a wsdl generated client stubs, but I think you can

Questions Regarding Security example ClientSigningHandler

2004-03-25 Thread pacow
1) Can I verify that the handler has actually been deployed? When I run the command java org.apache.axis.utils.Admin client samples/security/clientsecuritydeploy.wsdd, I get no feedback, though no Exceptions either. 2) When I run java org.apache.axis.client.AdminClient list to see what has been

Re: Questions Regarding Security example ClientSigningHandler

2004-03-25 Thread pacow
with the Axis binary, not Clients i have created on my own... ??? thanks, -peter Mei Wu wrote: looks to me like you have an mismatched xml security library, have you checked which version Axis supports? I believe I am use 1.4... - Original Message - From: pacow [EMAIL PROTECTED

Re: Need help signing a SOAP Request with a Digital Signature

2004-03-23 Thread pacow
thanks Mei, i will checkout the ClientHandler example. -peter Mei Wu wrote: Hey, the sample.security package has a simple way although it is not a wsdl generated client stubs, but I think you can deploy the ClientHandler to do it just as in the sample, so whether or not it is wsdl generated