"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 > org.apache.xml.security.signature.XMLSignatureEx

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 '' tag? >

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 thing

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: Questions Regarding Security example ClientSigningHandler

2004-03-26 Thread pacow
but the handler is still 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]> > S

Re: Questions Regarding Security example ClientSigningHandler

2004-03-25 Thread pacow
came 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 ----- > F

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 b

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 de

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 ther

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 generate