• Migrate Bundle developed for FUSE ServiceMix 4.3.1 to FUSE ServiceMix4.4.1

    Can Some one provide me a compatibility Matrix for All APIs in FUSE ServiceMix 4.3.1 with FUSE ServiceMix 4.4.1 .   As I am facing compilation error when I try to Start my bundle which is running fine in FUSE Se...
    Profile Photo
    created by sunil_fuse_4
  • WADL+include XSD from another bundle, recreates the classes already gen.

    Hi all, this my situation with two OSGI bundles.   I've defined a xsd in bundleA/src/main/resources/META-INF/customers.xsd from which with maven-jaxb2-plugin I generate my classes with a proper package name ba...
    Profile Photo
    created by marcomac
  • Swagger API Doc integration with Camel CXFRS

    Hi,   I am trying to integrate the Swagger REST API doc library with camel cxfrs. I have my application developed already but I am trying to inject swagger's annotation into my resource so that it can be exposed...
    Profile Photo
    created by lekkie_lomotayo
  • camel-example-cxf-proxy  need help

    Hi All,   Please help .   I am using the camel-example-cxf-proxy profile with fuse camel .   I deployed it as it on servicemix 4 and it works fine . Now i want to modify it to call my external webser...
    Profile Photo
    last modified by chandraprabha
  • karaf jmx api  bundle search

    Hello Is it possible  using  jmx api find bundle installed on karaf container using following parameters :  maven group , maven artifact name  and version   Thanks Arseniy Isakov
    Profile Photo
    last modified by isakovarseniy
  • cxf-java2ws-plugin failing with IllegalArgumentException

    process-classess for java2ws using this plugin cxf-java2ws-plugin [2.4.3-fuse-01-02,) is failing on jenkins server though locally it works fine  . Error is   Caused by: java.lang.IllegalArgumentException: ...
  • JAXBException "...nor any of its super class is known to this context"

    I have a spring-xml-configured jaxrs:server based on a single serviceBean engine with a customized org.apache.cxf.jaxrs.provider.JAXBElementProvider. Provider properties are used as -      ...
    Profile Photo
    last modified by maxvar
  • CXF - JaxRS support's JAXRSInInterceptor's behaviour for providers

    JAXRSInInterceptor has a block to address request handling through configured requesthandlers in processRequest() method.   Here, it checks for acceptTypes again and again, so does that mean that the requestHan...
    Profile Photo
    last modified by dsingh
  • Want to stop then start Spring ApplicationContext

    Problem: Once I stop my FileSystemXmlApplicationContext with stop() I can't seem to figure out how to start it again. start() function seems to do nothing.   Using: spring-context-3.0.5.RELEASE.jar   Comme...
    Profile Photo
    last modified by marc.blomquist
  • generating https certificates

    Hallo I use 4.4.1-fuse-06-03 , with cxf https via etc\pax.web...   I have problem in generating server https cert I create ca certificate as written here: http://fusesource.com/docs/framework/2.4/security/i30...
    Profile Photo
    last modified by jjakub
  • cxf https via jaxws:endpoint without using org.ops4j.pax.web.cfg

    how can I configure jaxws:endpoint to use https without using org.ops4j.pax.web.cfg - on my own configured cxf, with cxf:endpoint it is sufficient to set address="https://localhost:8443/..." jaxws:endpoint fails ...
    Profile Photo
    last modified by jjakub
  • how to properly suppress WARNs for webfaults

    The service we provide starts from a cxfendpoint in POJO mode and routes to one of several implementations based on operation called. We catch SqlExceptions thrown from an ibatis component being used and handle them ...
    Profile Photo
    last modified by maxvar
  • Right way to create webservice version on CXF

    Hi,   What would be a good way to create different webservice versions using cxf on camel?   By versioning, I mean:   A webservice implementation has changed thereby changing the wsdl, I want to keep...
    Profile Photo
    last modified by lekkie_lomotayo
  • Karaf JMX access

    Hello I am trying to create JMX client for servicemix. But I am getting error. Do you have any suggestions?   Thanks     javax.management.InstanceNotFoundException: org.apache.karaf:type=features,na...
    Profile Photo
    last modified by isakovarseniy
  • configuring jetty maxIdleTime and adding connector

    I have problem with long running requests - they timeout. They are serviced by default connector, how can I change it's timeout?   I tried adding connector to etc/jetty.xml        ...
    Profile Photo
    last modified by jjakub
  • Unmappable character for encoding UTF-8 within compiled .java files

    I am using cxf to generate code from my wdsl and am getting the following:   \[ERROR\] $/target/generated/src/main/java</sourceRoot>         <wsdlOptions>  ...
    Profile Photo
    last modified by ndouglas60
  • Deploying Spring/Hibernate WAR application with package scanning

    I'm trying out the Fuse osgi container and I've stumbled upon a rather tricky issue. The application is based on Spring MVC and Hibernate, and for both of them the configuration is annotation based and discovered at ...
    Profile Photo
    created by darnap
  • CXF - Error reading XMLStreamReader

    Hi, I am facing issue w.r.t a cxf service while deploying to karaf. Cxf service was built using wsdl. I have packaged the app as an osgi bundle. Below mentioned is the stack trace. Also find the attachment for POM....
    Profile Photo
    last modified by gauthamr
  • CXF karaf Deployment

    Hi,   I am trying to deploy an cxf application in karaf as a bundle. After deployment I am not able to access the wsdl outside the box. Even in server if i replace localhost with hostname or its ip address the w...
    Profile Photo
    last modified by gauthamr
  • CXF schema length restiction

    Hi,   I am using Fuse IDE with camel cxf-2.7.3-fuse-00-53 version. I have trying to create a cxf Soap web service from a wsdl contract by converting wsdl to java. Below is my cxf endpoint settings:    ...
    Profile Photo
    last modified by gauthamr