Re: The signature or decryption was invalid

2011-09-29 Thread yannick
I found some posts that this problem would be solved in cxf 2.4.1 - snapshot ... So I tried to change to 2.4.1 to see if it gives a difference but still same problem. The weird thing for me is that it works perfectly on windows but not on linux... -- View this message in context:

Re: The signature or decryption was invalid

2011-09-28 Thread yannick
Anyone have any ideas? -- View this message in context: http://cxf.547215.n5.nabble.com/The-signature-or-decryption-was-invalid-tp4845894p4848221.html Sent from the cxf-user mailing list archive at Nabble.com.

Re: The signature or decryption was invalid

2011-09-28 Thread yannick
Maye also interresting the stacktrace: org.apache.ws.security.WSSecurityException: The signature or decryption was invalid at org.apache.ws.security.processor.SignatureProcessor.verifyXMLSignature(SignatureProcessor.java:373) at

Re: The signature or decryption was invalid

2011-09-28 Thread yannick
We noticed that cxf has problems with the referencing in the request in linux... We took out ts-16 reference and then it complained on the next one... Any ideas? -- View this message in context: http://cxf.547215.n5.nabble.com/The-signature-or-decryption-was-invalid-tp4845894p4849193.html Sent

Re: The signature or decryption was invalid

2011-09-28 Thread yannick
soap:Envelope xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/; soap:Header Action xmlns=http://www.w3.org/2005/08/addressing; xmlns:wsu=http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd;

Re: java.lang.NoSuchMethodError: org.apache.ws.commons.schema.XmlSchemaForm...

2011-09-08 Thread yannick
I'm using cxf 2.2.5. I debugged it and I noticed that he goes in the cxf-api-2.2.5 jar and not in the xmlschema-core 2.0 jar. Is cxf-api necssary as jar? -- View this message in context:

Re: java.lang.NoSuchMethodError: org.apache.ws.commons.schema.XmlSchemaForm...

2011-09-08 Thread yannick
Can someone tell me where I can find the WHICH_JARS file? -- View this message in context: http://cxf.547215.n5.nabble.com/java-lang-NoSuchMethodError-org-apache-ws-commons-schema-XmlSchemaForm-tp4780240p4782341.html Sent from the cxf-user mailing list archive at Nabble.com.

Re: java.lang.NoSuchMethodError: org.apache.ws.commons.schema.XmlSchemaForm...

2011-09-08 Thread yannick
Dan, I updated to 2.4.2 like you recommended and it solved the problem. Know I'm on the next error: No signature username found. -- View this message in context: http://cxf.547215.n5.nabble.com/java-lang-NoSuchMethodError-org-apache-ws-commons-schema-XmlSchemaForm-tp4780240p4782590.html Sent

Re: java.lang.NoSuchMethodError: org.apache.ws.commons.schema.XmlSchemaForm...

2011-09-08 Thread yannick
Everyone thanks for the help my client works :) -- View this message in context: http://cxf.547215.n5.nabble.com/java-lang-NoSuchMethodError-org-apache-ws-commons-schema-XmlSchemaForm-tp4780240p4782897.html Sent from the cxf-user mailing list archive at Nabble.com.

java.lang.NoSuchMethodError: org.apache.ws.commons.schema.XmlSchemaForm...

2011-09-07 Thread yannick
) at org.apache.cxf.jaxws.ServiceImpl.getPort(ServiceImpl.java:303) at javax.xml.ws.Service.getPort(Service.java:92) Someone any ideas? Thanks in advance. Yannick -- View this message in context: http://cxf.547215.n5.nabble.com/java-lang-NoSuchMethodError-org-apache-ws-commons-schema-XmlSchemaForm-tp4780240p4780240.html Sent

Re: java.lang.NoSuchMethodError: org.apache.ws.commons.schema.XmlSchemaForm...

2011-09-07 Thread yannick
Thank you for your reply. I looked for the xmlschema 2.0 and didn't find it. Do you mean xmlschema-core 2.0? I already tried and I received the same result. The SchemaInfo.class fails on this line: isElementQualified = schema.getElementFormDefault().getValue().equals(XmlSchemaForm.QUALIFIED);

Re: None of the policy alternatives can be satisfied

2011-09-06 Thread yannick
Dan thanks for your reply. I solved the problem by checking the jar files of the example source and my own. I didn't get any exceptions about conflicts our what ever but just by comparing I noticed that I didn't had all the jars... So I added the missing onces and didn't receive the exception