RE: System.out message from Reference object

2007-11-26 Thread Lucas, Mike
I should have mentioned, this is with XML Security for Java, version 1.4.1 -Original Message- From: Lucas, Mike Sent: November 26, 2007 1:02 PM To: security-dev@xml.apache.org Subject: System.out message from Reference object

System.out message from Reference object

2007-11-26 Thread Lucas, Mike
Hello, Every time I do a signature verification I get a line like the following printed out to the System.out console: I org.apache.xml.security.signature.Reference Verification successful for URI "#_407a293d-4517-0f78-9e5a-3f0180b22d51" This is fine in DEV environments but when we go to product

RE: XML Security & JAXB

2007-11-08 Thread Lucas, Mike
> I see how you can read and decrypt an XML file. Can you then > take this Document and feed it to JAXB to get POJOs? Yes - JAXB Unmarshaller.umarshal accepts a Document object. > You mention that the XML Security library will modify the > Document object which is what I would expect. Do yo

RE: XML Security & JAXB

2007-11-07 Thread Lucas, Mike
t is necessary? Do you have yet another document (XSD or something) that defines what is encrypted so you know what to do? What does your process look like? -Dave -Original Message----- From: Lucas, Mike [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 07, 2007 3:30 PM To: security-dev@

RE: XML Security & JAXB

2007-11-07 Thread Lucas, Mike
Hi Bradley, Do you have a general description / homepage for your library? -Original Message- From: Bradley Beddoes [mailto:[EMAIL PROTECTED] Sent: November 7, 2007 3:16 PM To: security-dev@xml.apache.org Subject: Re: XML Security & JAXB Hi Dave, I have a library you can take a look at

RE: XML Security & JAXB

2007-11-07 Thread Lucas, Mike
with (possibly) encrypted content, I then need to get to POJOs. XML is essentially the data storage medium. I don't see how to accomplish this. -dh -Original Message----- From: Lucas, Mike [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 07, 2007 11:01 AM To: security-dev@xml.apache.org Su

RE: XML Security & JAXB

2007-11-07 Thread Lucas, Mike
I've done this by using JAXB to build the full unencrypted XML, then marshalling to a org.w3c.dom.Document and using XML Security library to perform encryption on the Document object. I realise this may not be the best solution in all cases, especially if you need to get the Document back into JAX

RE: Still stuck with problem. Re: Problem decrypting elements

2007-10-30 Thread Lucas, Mike
Hi Wolfgang, I'm not sure what's wrong with the sample, but I can tell that I've used the APIs to successfully encrypt and decrypt SAML messages with: a) the entire element and all sub-elements encrypted b) several different elements encrypted Michael A. Lucas -Original Message- Fro