Java updates for Mac OS changes the password on jre_home/lib/security/cacerts

2010-01-04 Thread Mary Thompson
one some hours when your Mac application breaks after a Java update. BTW my solution was to use keytool to change the password back. sudo keytool -storepasswd -new changeit -keystore /System/Library/Frameworks/JavaVM.framework/Resources/Deploy.bundle/Contents/Home/lib/security/cacerts -storepass changeme Mary Thompson

Re: How to use a SNAPSHOT release

2009-05-27 Thread Mary Thompson
true never fail apache-snapshots Apache Maven2 SNAPSHOTS http://people.apache.org/repo/m2-snapshot-repository default On Tue, May 26, 2009 at 7:45 PM, Mary Thompson

Re: AW: AW: Send X509Certificate with request

2009-05-26 Thread Mary Thompson
Hi Eamonn, In TLS mutual authentication the client does not send a certificate. If the server has been configured for clientAuthentication, the server sends a challenge message to the client requesting that it reply with a signed version of the challenge. The client looks to see what user it

How to use a SNAPSHOT release

2009-05-26 Thread Mary Thompson
I'm new to maven and can't figure out how to use the cxf 2.2.2-SNAPSHOT release. I downloaded the tar ball and found the jars in lib and modules. I changed my pom to have cxf-version= 2.2.2-SNAPSHOT and copied all the cxf jars to my maven repository into cxf//2.2.2-SNAPSHOT directories. When th

Re: Error while processing a signed input message

2009-05-16 Thread Mary Thompson
not necessary. I'd probably need to see the policy and such to see what is going on, although a complete test case is definitely preferred. Dan On Fri May 15 2009 9:42:58 pm Mary Thompson wrote: Hi, I'm new to cxf and trying to get a signed message passed between a client and server.

Error while processing a signed input message

2009-05-15 Thread Mary Thompson
Hi, I'm new to cxf and trying to get a signed message passed between a client and server. I started from an existing ws-policy which works with axis2/rampart, used the cxf version of wsdl2java to generate all the code. Then merged a few things from apache-cxf-2.2.1/samples/ws_security/intero