• Tuxedo jca adapter on Fuse?

    Hello, I am new at Fuse and I'm trying to deploy tuxedo-jca-adapter, in Jboss-ESB was enough with put the files (ds.xml and adapter.rar) into the deploy directory.   Can someone help me? I do not know how to do ...
    Profile Photo
    created by retsuchan
  • Promoting property files

    Hello Techies,   I wanted to know if someone has attempted to automate promotion of property files to Fuse container. I have externalized environment specific properties outside integrations and exploring option...
    Profile Photo
    last modified by dpravin74
  • How can I deploy Restfull war on jboss fuse jboss-fuse-6.2.0.redhat-128 ?

    I have  Restfull webservice packed as war, deployed on wildfly-8.2.0.Final working fine. And I am trying to deploy it on jboss-fuse-6.2.0.redhat-128 . I have copied the war file in fuse deploy folder. here is ...
    Profile Photo
    last modified by seybaa
  • jboss-fuse-6.2.0.redhat-133 migration issue  : osgi.wiring.package=org.apache.cxf.ws.security.wss4j)(version>=3.0.0)(!(version>=4.0.0)

    I have updated cxf-version to 3.0.4.redhat-620133 and i am facing issue :   Unable to resolve 288.0: missing requirement [288.0] osgi.wiring.package; (&(osgi.wiring.package=org.apache.cxf.ws.security.wss4j)(...
    Profile Photo
    last modified by bharadwaj
  • Add child attributes to elements (convert csv to xml using Apache camel)

    I was able to convert csv to xml using code My question is what changes are needed in EmployeeDTO.java to get the expected output below -( I want the child attributes to be displayed) MY EmployeeDTO.java @XmlRootElem...
    Profile Photo
    created by szarekar
  • how to integrate activiti with fuseESB?

    BackGround:      I need an Integration framework. I compared with fuseESB and servicemix. What i have done?      Use example of book-osgi-app from Activiti In Action. I try t...
    Profile Photo
    last modified by qingmo
  • How do i download bundles defined in feature xml

    I wanted to install JBPM feature in JBoss Fuse 6.1.0, i have this feature URL "mvn:org.drools/drools-karaf-features/6.1.0.Beta3/xml/features", but when i don't have an internet connection the following command fails...
    Profile Photo
    last modified by niteshjain132
  • How do convert xml to csv in camel

    I need to convert the xml to csv in Apache camel .Can anyone please help. <?xml version='1.0' encoding='UTF-8'?> <list> <map> <entry> <string>com.fusesource.sample.dto.EmployeeDTO<...
    Profile Photo
    last modified by szarekar
  • Api model property not seen in swagger ui

    I have class PET and CATEGORY  as follows. PET has category object. However when i run the application  I do not see the fields of Category class in Swagger UI documentation I am not using spring and don't ...
    Profile Photo
    created by szarekar
  • Failed to import bean definitions from URL location [classpath:META-INF/cxf/cxf.xml

    Hi I am getting error when try to run camel project in fuse container     org.springframework.beans.factory.parsing.BeanDefinitionParsingException: Configuration problem: Failed to import bean definitions...
    Profile Photo
    last modified by szarekar
  • How to invoke a rest service from Camel routes

    Hi,   I want to invoke http://www.webservicex.net/stockquote.asmx/GetQuote?symbol=RHT from my camel project       <camelContext trace="false" xmlns="http://camel.apache.org/schema/spring"&...
    Profile Photo
    last modified by szarekar
  • Help understanding Camel : https://github.com/jboss-fuse/quickstarts

    I am new to FUSE and Camel and i was trying to understand in which scenario would i use fuse or camel I downloaded CBR project from the above quickstarts links and was able to run as a standalone camel project. blu...
    Profile Photo
    created by szarekar
  • Understanding FUSE and Apache camel

    hi   In one of the  camel project which i downloaded from Apache camel website -  in camel-context.xml  I see routes, cxf , active mq defined and used to send and receive msgs. If all these compone...
    Profile Photo
    created by szarekar
  • How to get the SOAP Request from an camel exchange

    In the "cxf:cxfEndpoint" configuration if i add dataFormat=PAYLOAD only then i'm able to get SOAP Message , but the problem with dataFormat=PAYLOAD is i cannot do this MyPOJO pojo=exchange.getIn().getBody(MyPOJO.clas...
    Profile Photo
    last modified by niteshjain132
  • How to identify if the incoming request is SOAP or REST in Camel

    Hi,   I have exposed my camel project as a rest web service. http://localhost:9090/route/restservice/getQuote   How do i identify that the incoming request is SOAP or rest - if it is REST or SOAP (are ther...
    Profile Photo
    last modified by szarekar
  • How to identify if incoming request is soap or rest in Camel

    Hi,   I have exposed my camel project as rest based -http://localhost:9090/route/restservice/getQuote   but how do i identify if the incoming reqest is SOAP and if yes, convert it into to REST   Thanks,
    Profile Photo
    created by szarekar
  • How to invoke a rest service from Camel routes

    Thanks Grzegorz This is what i am trying to achieve   1) REST UI http://localhost:9090/route/customerservice/customers/GOOG   2) Calls :http://www.webservicex.net/stockquote.asmx/GetQuote?symbol=RHT ...
    Profile Photo
    created by szarekar
  • Error running camel project - https://github.com/christian-posta/file-rest-blog/blob/master/README.md

    Hi I downloaded the project from gethub   https://github.com/christian-posta/file-rest-blog/blob/master/README.md serviceclass is I tried running the project using two ways - import javax.ws.rs.*; import j...
    Profile Photo
    created by szarekar
  • How to Get mulipart-attachment in SOAP Response using CXF ?

    I am trying to get the multi-part attachment in soapui response. Using apache cxf webservices i am reading multipart content from database and sending the attachment as response for the soap request.   I tried u...
    Profile Photo
    last modified by niteshjain132
  • CAMEL-FUSE project error

    I am running this sample camel project. however, I am getting below error on camel:run Could you pls help   [ERROR] ************************************* [ERROR] Error occurred while running main from: org.apache...
    Profile Photo
    last modified by szarekar