• memory leak, OutOfMemoryError - with testcase

    on second run of below route I get OutOfMemoryError   final genereated xml file is 50Mb, servicemix is started with -Xmx 2048   in comments I show heap size shown by jvisualvm general idea is I generate r...
    Profile Photo
    last modified by jjakub
  • headacke!!!

    Am doing a POST request but am getting an empty payload   HTTP/1.1 201 Created Server: Apache-Coyote/1.1 Location: http://localhost:8080/provisioning/applications/530 Date: Tue, 20 Mar 2012 10:20:24 GMT Co...
    Profile Photo
    last modified by yebz
  • Bean condition check

    Hi,   I am kind of new to fuse, so i am stuck up in the following: There is a bean class which returns me a boolean value which i have to check and route the message obtained from an xsl transformer to a queue....
    Profile Photo
    last modified by gauthamr
  • parse stream exception

    Hi,   I am trying to route from one cxf endpoint which takes the request to an other cxf endpoint where an external service is running which understands the same message format as per the request, but facing "co...
    Profile Photo
    last modified by gauthamr
  • JSON and XML response based on Content-Type

    Hi,   I am using the cxf and configured as follows:       So, i have verified that the content headers are right and the response to the interceptor is returned as the xml but after that client ...
    Profile Photo
    created by subodh.gupta
  • how to configure jetty connector maxIdleTimeout in camel-cxf component?

    Is there any possibility to configure jetty connector maxIdleTimeout in camel-cxf component?   Default is org.eclipse.jetty.server.AbstractConnector { protected int _maxIdleTime = 200000; }   requests...
    Profile Photo
    last modified by jjakub
  • servicemix automatically reruns route although it is not finished

    request is with web service client eg soap ui or from java, I do route("direct:findContract") . . . .enrich("direct:fetchAccounts", new AccountAggregationStrategy()) <----- here in aggregation restart...
    Profile Photo
    created by jjakub
  • Using tags <beans:import.. and <ref bean... inside <jaxws:inInterceptors

    How Can I properly define references to beans inside "jaxws:inInterceptors", which will be referencing beans defined inside "basicConfig.xml" outside "jbossws-cxf.xml" ? Is it possible or do I have to use only .......
    Profile Photo
    last modified by arknapik
  • Http Method OPTIONS headers

    Hi,   Is it a way to set http headers in OPTIONS method? I want to make cross domain ajax request and browser first request web-service with OPTIONS method and next with GET or POST. Browser requires Access-Cont...
    Profile Photo
    last modified by michal.warecki
  • Ws-Security - Possible to process Timestamp element without wsu: prefix?

    Hello guys,   I have a problem with a web service client not sending a WS Security Timestamp element as expected.   Here is a snippet of the request from the client, that fails:   - 8 - >8---- ...
    Profile Photo
    last modified by jaco.van.tonder
  • Accessing web application deployed in servicemix issue

    Hi guys,   i have issue with accesing deployed war bundle into SMX   I'm using SMX 4.4.1 and the problem is :   1.I created simple web application with one jsp page saying HI ALL as example 2.I depl...
    Profile Photo
    last modified by nohaapav
  • javax.annotation.processing deploying issue

    Hi Guys,   i made my own feature list bundle like :                 <feature name="pax-web-jars" version="$">      ...
    Profile Photo
    last modified by nohaapav
  • DROOLs example

    I want use DROOLS in my application. The flow is some what like this:   FUSE SE (webservice within FUSE ESB apache-servicemix-4.4.1-fuse-00-08) -> POJO with business logic -> DROOLS to execute business rul...
    Profile Photo
    last modified by mpalvankar
  • CXF + ActiveMQ Queues + Failover?

    I'd like to generate a CXF client that uses ActiveMQ for sending messages to a Web Service that uses a WSDL first approach for generating the POJO service. I'd like the client and service to exchange messages via Acti...
    Profile Photo
    last modified by jamie3_james.archibald
  • Problem with JSONProvider & dropRootElement

    Hello,   I ran into a problem with a camel cxfrs endpoint that is caused by what appears to be a bug in JSONProvider/JSONUtils when configured with dropRootElement true.   Based on guidance in http://cxf.a...
    Profile Photo
    created by ddc
  • servicemix 4.4 JNDI

    Hi All,   I want to configure datasource using jndi.In the below link its mentioned that jndi.properties is in conf  directory but in servicemix 4.4 there is no conf directory .   http://fusesource.co...
    Profile Photo
    last modified by chandraprabha
  • how to proceed with multiple wsdl's using the same namespace

    We have multiple wsdl+xsd pairs from several web-services provided by an externally developed application. XSD files imported into WSDL's actually contain subsets of types defined in the same schema, so all of them sh...
    Profile Photo
    created by maxvar
  • cxf:cxfEndpoint not working

    Hi All,   I am creating a webservice using cxf:cxfEndpoint bean.xml <cxf:cxfEndpoint id="member-webservice"                 ...
    Profile Photo
    last modified by chandraprabha
  • camel to cxfbc provider

    Hi All,   i want to route to cxfbc provide using camel         but it does not go to jbi end point .
    Profile Photo
    last modified by chandraprabha
  • Missing Constraing: Import Package

    I am brand new to ServiceMix and have the following issue.  I used the OSGI..code first CXF Archetype and created a test service.   I added NO code.  I just compiled it into a bundle. I receive th...
    Profile Photo
    last modified by rep1dxm