RE: Mapping URL from confluence to cxf docs

2013-06-13 Thread Andrei Shakirin
Thanks, Dan! -Original Message- From: Daniel Kulp [mailto:dk...@apache.org] Sent: Dienstag, 11. Juni 2013 18:46 To: dev@cxf.apache.org Subject: Re: Mapping URL from confluence to cxf docs On Jun 11, 2013, at 11:57 AM, Andrei Shakirin ashaki...@talend.com wrote: Hi, I

Mocking LDAP server for integration tests

2013-06-13 Thread Andrei Shakirin
Hi, I am working on integration tests for XKMS and thinking about mocking (or using lightweight) LDAP server. I found some topics regarding this: - in UnboundID (https://www.unboundid.com/products/ldap-sdk/) - Mocking using Mockito

Re: Mocking LDAP server for integration tests

2013-06-13 Thread Colm O hEigeartaigh
WSS4J trunk has an integration module which uses Apache DS as a Kerberos Server: http://svn.apache.org/viewvc/webservices/wss4j/trunk/integration/ Colm. On Thu, Jun 13, 2013 at 10:12 AM, Andrei Shakirin ashaki...@talend.comwrote: Hi, I am working on integration tests for XKMS and thinking

RE: Mocking LDAP server for integration tests

2013-06-13 Thread Andrei Shakirin
Thanks Colm, I will take a look in WSS4J. -Original Message- From: Colm O hEigeartaigh [mailto:cohei...@apache.org] Sent: Donnerstag, 13. Juni 2013 11:14 To: dev@cxf.apache.org Subject: Re: Mocking LDAP server for integration tests WSS4J trunk has an integration module which uses

RE: Mocking LDAP server for integration tests

2013-06-13 Thread Oliver Wulff
Spring also supports starting an embedded LDAP server. See here: http://stackoverflow.com/questions/544550/spring-embedded-ldap-server-in-unit-tests http://stackoverflow.com/questions/13396708/integration-tests-with-spring-security-and-ldap?lq=1 Thanks Oli

CXF Custom Validation Interceptor with custom response not working

2013-06-13 Thread sumit_chauhan
I am trying to write a Custom CXF Interceptor to do some validations on SOAP request to a web service. Based on the validation results, I want to block the request to web service and return the response with some modified parameters. For this, I have written custom CXF ininterceptor extending from

JAX-RS: marshalling/unmarshalling between cxf 2.5 and cxf 2.7

2013-06-13 Thread allam
Hello, I have a restful service which implements the following interface: @Path(/service/) public interface ServiceInterface { @POST @Path(/resources/) public void op(Resource1 r); } and I have two classes Resource1 and Resource2, such that Resource2 extends Resource1. (I am not

Mustunderstand hardcodes = true in PolicyBasedWSS4JOutInterceptor

2013-06-13 Thread oddbjorn.heimdal
Hi, We have hit a limitation in PolicyBasedWSS4JOutInterceptor which hard codes mustUnderstand = true (line 99). This is configurable in the WSS4JOutInterceptor today, but not when using policy. public void handleMessage(SoapMessage message) throws Fault {

Re: Mustunderstand hardcodes = true in PolicyBasedWSS4JOutInterceptor

2013-06-13 Thread Colm O hEigeartaigh
Yes, please submit a patch for this. Colm. On Thu, Jun 13, 2013 at 3:53 PM, oddbjorn.heim...@accenture.com wrote: Hi, We have hit a limitation in PolicyBasedWSS4JOutInterceptor which hard codes mustUnderstand = true (line 99). This is configurable in the WSS4JOutInterceptor today, but not

Disable address overrides in HTTP transport by default

2013-06-13 Thread Sergey Beryozkin
Hi I wonder if we can try and disable address overrides by default in the HTTP transport ? It causes side-effects, a typical issue is when we have multiple CXF servlets covering the same endpoint, or when multiple host addresses are involved. This override was added originally to get WSDL