Log in to follow, share, and participate in this community.
Thread Hi Admin, While starting EAP 6.0 Server by running standalone.bat file we are getting below error.can u please help us to get it fixed?.thanks in advance.
Hi Admin, While starting EAP 6.0 Server by running standalone.bat file we are getting below error.can u please help us to get it fixed?.thanks in advance.
Thread Switchyard and ExecutorService: Transaction issue
Switchyard and ExecutorService: Transaction issueHi all, I am working on a project which uses Jboss FSW and switchyard. To improve the performance I would like to parallelize some parts of the process using an ExecutorService. When I execute the pro...
Thread Camel CXF soap service on FSW 6.0 with custom modules
Camel CXF soap service on FSW 6.0 with custom modulesHi All, I am trying to deploy a camel CXF web service onto FSW using modules that come with FSW. As I could not find spring-web library in FSW modules I defined the dependency explicitly in my pom.xml. I am us...
Thread FSW switchyard project supporting only one arguments
FSW switchyard project supporting only one argumentsHello Folks, Greetings! I have been testing some dummy soap services inside switchyard project and I was receiving some error like "Unresolvable Service Interface: The specified interface does not exis...
Thread Execute rule remotely using Rule engine bundle with Fuse Service Works
Execute rule remotely using Rule engine bundle with Fuse Service WorksHi all, I read the https://access.redhat.com/documentation/en-US/Red_Hat_JBoss_Fuse_Service_Works/6/html/Administration_and_Configuration_G… of JBoss Fuse Service Works mentioned that JBoss Fuse Service Works c...
Thread SwitchYard Message Metrics - How to fetch them from outside?
SwitchYard Message Metrics - How to fetch them from outside?Hi Folks, Bonjour! I have been using FUSE 6.0 for some prototypes for quite some time and recently moved to JBoss Fuse 6.1. I normally make use of Jolokia bundle on Fuse to get webservices performance ...
Unable to load transformer classHi All, I'm a newbie to JBoss / FSW / EAP and am trying to get to grips with all these technologies. I'm encountering a strange issue when trying to deploy my SwitchYard project to EAP 6.1. It connects...
Thread Execution of bpmn processes from java code.
Execution of bpmn processes from java code.Is it possible to execute bpmn processes deployed in s-ramp repository from server side code in FSW? If yes may i know the steps to perform? The requirement is to trigger bpmn processes using schedular periodically ...
Fuse Serviceworks licenseHi Guys, I am a newbie to FSW (and the forums). I am a bit confused about FSW licensing. Can you guys please help me with the below 1 - What is the type of license under which FSW is available....
Camel overriding type converterHello All, I'm having problems with a type converted in my Switchyard project. Inside my DocumentConverter class I have a type converter for converting an ArrayList (from an SQL binding) into an array ...
switchyard ejb migrationi have a switchyard application (FSW 6.0.0) that uses ejb. the application was migrated from a MDB application into a sy environment. currently, sy listens on the JMS endpoint, and passes control to a came...
Thread Switchyard - ActiveMQ ConnectionFactory Class Not Found.
Switchyard - ActiveMQ ConnectionFactory Class Not Found.Hi all, I am currently using Fuse service works switchyard project version 1.1 with JBoss EAP 6.1. I am accepting a call from webservice which is build as restful webservice with Apache CXF and routing...
How to trigger custom SOAP interceptor?The Problem: We've built a web-service using SwitchYard running on Fuse Service Works. (jboss-fsw-6.0.0.GA-redhat-4) When an invalid XML request to our web-service is received, we want to be able to customise the ...
Thread Error while creating a JGROUP Cluster - EAP 6.1
Error while creating a JGROUP Cluster - EAP 6.1Hello All, I am trying to create a Cluster between two standalone members on different nodes using jgroups , but i am getting the below error 17:33:19,023 INFO [solder-servlet] (ServerService Th...
SwtichYard Plugin for IntelliJ IdeaHi, Is there a SwitchYard plugin we have that works with IntelliJ Idea as we have that for eclipse ? I am more of a Idea user and prefer that, so wanted to know if there exits any such plugin or there are som...
Simple jms sendHi, I am trying to send a message to a destination on hornetq from my camel route. I have done the following 1. Added a config and unconfig cli files that create the queues= ( if they don...