• Git repository not found

    On a freshly installation of Fuse 6.2, I entered this:   JBossFuse:admin@root> fabric:create JBossFuse:admin@root> fabric:profile-create --parents feature-camel-jms  my-base-profile   Which got...
    Profile Photo
    last modified by tiago.matias
  • How do I resolve this Caused by: org.hibernate.TypeMismatchException?

    I have been working on using Hibernate/JPA in my JBoss Fuse 6.2 environment. I have my EntityManagerFactory being created and I can use it to get an EntityManager and make connections to the database. I came across an...
    Profile Photo
    last modified by davidfirth
  • How do I resolve this Caused by: org.hibernate.TypeMismatchException?

    I have been working on using Hibernate/JPA in my JBoss Fuse 6.2 environment. I have my EntityManagerFactory being created and I can use it to get an EntityManager and make connections to the database. I came across an...
    Profile Photo
    last modified by davidfirth
  • Camel Loop Xpath Expression

    Has anyone tried setting up XPath expression for the loop counter? The following camel route does not seem to work for me and I am assuming that the expression has to return a number for the loop counter:   <...
    Profile Photo
    last modified by tomekzz
  • How to define the PID for a bundle ?

    Hello,   I'm trying to configure a feature repository with included configuration entries. The idea is to have a base feature with my two bundles and then a Quality and Production features that inherit the base ...
    Profile Photo
    last modified by tiago.matias
  • org.apache.cxf.binding.soap.SoapFault: HIERARCHY_REQUEST_ERR: An attempt was made to insert a node where it is not permitted

    Hi,   I keep getting this error when calling an endpoint using <to uri="cxf:bean:myCXFEndpoint>. What is the reason for this error?     org.apache.cxf.binding.soap.SoapFault: HIERARCHY_REQUEST_E...
    Profile Photo
    last modified by rjakkula
  • Error deploying a feature into a Fuse Fabric

    Hi,   I created a feature project with some bundles and features that it is working successfully into a Fuse Standalone. However when I tried to deploy into a Fuse Fabric it is not working. I got the following ...
    Profile Photo
    last modified by rmarting
  • missing dependency testing cxfrs endpoint with CamelBlueprintTestSupport

    Hi all - I've created a couple of simple routes as follows   /* Listener */ from("cxfrs:bean:canonService?bindingStyle=SimpleConsumer") .log("GOT A REQUEST, ADDING TO QUEUE") .to("direct:incomingRequestQueue"...
    Profile Photo
    last modified by scotta64
  • Jetty Camel Endpoint on Openshift unreachable

    Hello,   I've deployed a simple Camel route that acts as a simple passtrough to an external webservice.   <route id="myRoute">   <from uri="fabric:wscrab:jetty:http://0.0.0.0:8090/webservices...
    Profile Photo
    last modified by stepha.dereppe
  • cxf restful : No resource classes found exception

    Just started using Fuse 6.2 from 6.1. This deployed on 6.1 and I can't seem to get it to deploy in the new Fuse 6.2. This simple Rest service keeps getting the following error when I deploy to the Fuse environment. &#...
    Profile Photo
    last modified by glennodickson
  • Issues with 6.2, 6.2 P1

    Good day,   Just wanted to check if anyone else is experiencing issues with the recent 6.2 release around ensemble creation? Supposed to be fixed with 6.2 P1, but it seems that it is even worse - now SSH contai...
    Profile Photo
    last modified by eminkevich
  • unable to download  server connectors from the jboss developer tools IDE

    Hi Team,   i would like to report the problem about j boss developer studio , i am able to connect to internet from IDE  but when installing anything from jboss central showing error like attached error not...
    Profile Photo
    last modified by srikanthvaddi
  • issu : The following optional imports were not satisfied

    Hi there,   You will find my error in the screenshot .   Thank you.
    Profile Photo
    created by aterhzaz
  • Sample cxf service failing to be loaded on Karaf with 'Unresolved constraint' error

    Hi Folks,   I'm getting below error while I start up basic cxf service on Karaf. Also getting 'Error connecting 127.0.0.1:8101 : SSH client error: java.net.ConnectException: Connection refused: connect'. Could y...
    Profile Photo
    last modified by vinodraj.konda
  • Question about using Fuse Fabric

    I created a flow with a SOAP web service endpoint. When I deploy it, I can access it by http://localhost:8181/cxf/myWebService. I want to add it to a Fabric. My question is, when it's added to a profile within a fabri...
    Profile Photo
    last modified by dmacleod
  • 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
  • Active MQ with Camel on Fuse - How to?

    Hello,   I'm tring to play around with Active MQ and Camel on a local Fuse instance.   Here is what I've done.   1/ Create a child container that run the mq-default profile (the broker)   2/ Cr...
    Profile Photo
    last modified by stepha.dereppe
  • Trouble with Fabric in JMS QuickStart Example

    Hi Everyone,   I successfully followed the tutorial for using JMS and Camel Routing with Blueprint and JBoss Fuse. I doubt I have all the technologies in that example mentioned... This is the URL to the example...
    Profile Photo
    last modified by rockandrollprogrammer
  • 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