Log in to follow, share, and participate in this community.
Thread Java First SOAP\JMS Service With CXF
Java First SOAP\JMS Service With CXFI am working on an R&D service that will be using SOAP over JMS. The following are the interface for the service and and the implementation: package gov.faa.swim.nsrr.soapoverjms; public inte...
Thread Data base connectivity is not working in FUSE
Data base connectivity is not working in FUSEI am having simple FUSE application without data base connectivity. Later I have added data base connectivity. From that point onwards, i am not able to start the bundle(able to install the bundle successfully). ...
how to consume soap attachment using CXFHi, I'm new to serviceMix and CXF. I just set up cxf-osgi sample and it was running well. However, this sample web service only accepts a request with a string parameter and sends a response back. If I need to...
Thread Where to download Apache CXF V2.4.0-fuse-00-35 release?
Where to download Apache CXF V2.4.0-fuse-00-35 release?Hi, I am trying to download Apache CXF V2.4.0-fuse-00-35 release, but can only find Apache CXF V2.4.0-fuse-00-27 release from the download site. Could someone point me to the place where I can download A...
Scalability in CXFHi, I am developing application which publish CXF RESTful web service. Problem with scalability is that incoming requests very often must wait for others things to occur and timeout is a quite normal thing. &...
Thread Simple authentication with SpringBusFactory?
Simple authentication with SpringBusFactory?I am trying to connect to a web service as follows (using wsdl2java): https://username:password@someserver:1234/WS/v2/RepositoryService Here is how I am connecting: SpringBusFactory bf = new Sp...
CXF endpoint + publishedEndpointUrl(I've already posted this in the general FuseESB forum) We're using a CXF endpoint which is listening on a private host behind a firewall, as a result the URL generated for the CXF does NOT reflect the URL the...
Thread Serve multiple Endpoints using CXF Consumer
Serve multiple Endpoints using CXF ConsumerHi all, How do I serve multiple endpoints with CXF consumer. At the moment if you have more than one endpoint in your wsdl, Camel CXF consumer only allows you to specify one of them as the endpoint , if I want...
Thread java.lang.ClassCastException: class org.apache.cxf.bus.CXFBusFactory
java.lang.ClassCastException: class org.apache.cxf.bus.CXFBusFactoryHi, when i try to deploy my cxf-jaxrs app i get a class cast exception when it's starting the service. I verified with the examples-cxf-rs project provided with servicemix and i get the same exception. &...
No service was found - cxfendpointI am trying to create a simple webservice that I could access via camel route, when deploy my osgi bundle it gets resolved and started without any errors but while trying to access it I get "No service was found" mess...
cxf NullPointerException org.apache.cxf.wsdl11.WSDLServiceFactoryHi All, I'm trying to get a soap client using the cxf / spring framework working; works great from within the Eclipse IDE. After building it for external use however, I get the following (debug dump fo...
Thread cannot make cxf-codegen-plugin generate toString for classes
cannot make cxf-codegen-plugin generate toString for classesLast time (~a year ago) I used cxf-codegen-plugin with -xjc-Xts extraarg and additional dependency on cxf-xjc-ts (versioned the same as "main cxf") to generate toString for all classes based on wsdl. For 2.3.1-fuse-0...
Cannot start multiple web services (jaxws)I'm having trouble trying to run two web services in same container (same port, different service name). Here was first attempt +++ bundle A +++ (ServerImpl.java:71) at org.apache.cxf.frontend.S...
soap and rest service don't work togetherHi, I discovered a problem with deploying 2 services ( in 2 boundles ) : first is jax-ws, second is jax-rs. When I deploy jax-ws service it works, but when I deploy second (jax-rs) service does now work ( 404 ...
Fuse 4.2 + Spring + CFX + HTTPSHello, I am deploying a bunch of WebServices using Spring configuration by the means of the <jaxws:endpoint .../> tags. Now our customer wants us to use HTTPS instead of pure HTTP, and I cannot s...
Getting startedHi, I need a pointer getting started. Is this something I could do with the Services Framework: We have a critical application calling a number of operations on the same web service, because of our ap...
Thread Cannot Build Source Version of Services Framework
Cannot Build Source Version of Services FrameworkI downloaded the latest version of the source for Services Framework and followed the instructions at http://fusesource.com/docs/framework/2.3/install_guide/IGFSFSrcUnpackBuild.html I got the following error ...