Re: SOAP over WebSocket

2014-04-28 Thread Przemyslaw Bielicki
I attached the picture but mailing list swallowed it. There you go http://s29.postimg.org/xbqcwzpzb/cxf_websocket.png I'm finishing a POC I will share with you in the coming days. 9 kwi 2014 09:30 "Przemyslaw Bielicki" napisaƂ(a): > to make my question more clear I made a simplistic and simplifi

Re: Http proxy with STS

2014-04-28 Thread lotos
Unfortunately it's the same problem. Conduit from the configuration isn't used by STS. Looks like a bug. -- View this message in context: http://cxf.547215.n5.nabble.com/Http-proxy-with-STS-tp5743324p5743381.html Sent from the cxf-dev mailing list archive at Nabble.com.

Re: Http proxy with STS

2014-04-28 Thread Colm O hEigeartaigh
The simplest way of doing this is to just define http:conduit in Spring as per the following, which should get picked up by all clients: https://git-wip-us.apache.org/repos/asf?p=cxf.git;a=blob;f=services/sts/systests/basic/src/test/resources/org/apache/cxf/systest/sts/transport/cxf-client.xml;h=4

CXF compile with JDK 8

2014-04-28 Thread Raja Nagendra Kumar
Hi, I am using mvn package for compiling source code cxf (https://git-wip-us.apache.org/repos/asf/cxf.git) I am using JDK 8 to compile. Source Code compile fails with error [ERROR] Failed to execute goal org.apache.cxf:cxf-codegen-plugin:3.0.0-SNAPSHOT: wsdl2java (generate-sources) on p

CXF Test Cases failing

2014-04-28 Thread Raja Nagendra Kumar
Hi, CXF mvn packaging target fails Apr 28, 2014 7:34:03 PM org.apache.cxf.tools.validator.internal.WSDLRefValidator collectValidationPoints WARNING: WSDL document file:/C:/temp/cxf/tools/wsdlto/test/target/test-classes/w sdl2java_wsdl/no_port_or_service.wsdl does not define any services Tes

RE: Extended support for wsdl11external WS-PolicyAttachments references

2014-04-28 Thread Andrei Shakirin
Hi Dan, URIDomainExpressionBuilder [1] was added to support all WSDL11 domain expressions accordingly spec [2] (excluding wsdl11.extension(namespace,identifier)). I am thinking about registration of this builder as default bus extension (the same way as EndpointReferenceDomainExpressionBuilder)

ConnectionFactoryFeature missing in cxf-rt-transports-jms-3.0.0-milestone2-sources.jar

2014-04-28 Thread Przemyslaw Bielicki
Hi, I noticed that org.apache.cxf.transport.jms.ConnectionFactoryFeature class is missing in cxf-rt-transports-jms-3.0.0-milestone2-sources.jar. Maybe also other classes are missing too. I checked CXF Git repo and the class is there in both master branch and 3.0.0-milestone2 tag, so I don't unders