Log in to follow, share, and participate in this community.
Thread Basic problems with JBoss studio 11.0.3 + SwitchYard
Basic problems with JBoss studio 11.0.3 + SwitchYardHi, I'm new with SwitchYard and would need some help What I have: 1.) Jboss studio 11.0.03 2.) Jboss EAP 6.1 + switchyard 1.1.1-p5 I have opened a new SwitchYard project and made some program logic...
BPEL Failure and RecoveryHello! We have deployed a BPEL flow created with Switchyard on JBoss EAP 6.4, JBoss Fuse 6.3 and I would like to ask if the concept of activity failure and recovery is supported Apache ODE – Acti...
Thread Injection of enterprise beans in a SwitchYard Service Task
Injection of enterprise beans in a SwitchYard Service TaskHey there! I have spent a lot of time to find out how I can inject a Java Enterprise Bean from a deployed ear. In general I have two different EARs, one with my database services and other things and another on...
how to use spring beans in SwitchyardHi, I am migrating my old jboss esb (jboss-soap-5) to switchyard. All our action classes are extending AbstractSpringAction class and loads Spring Application contexts. How can i load all my existing spring b...
SwitchYard Cors PrefLight - How ToHi, I cannot be able to execute a call to my BackEnd service (RestEasy) through Chrome because the response is: "esponse to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origi...
Thread JBoss SwitchYard How to implements PreProcessInterceptor
JBoss SwitchYard How to implements PreProcessInterceptorHi All, I implemented the SecurityInterceptor as in resteasy solution but within Switchyard seems not work. Could you help me please I need a SecurityInterceptor in order to vrerify username and password a...
Soap header validation using XSDHi All, I would like to validate the soap headers from the soap message for all mandatory fields and restrictions along with XSD. can you please tell how how can i acheive it using switchyard Validators. It seems t...
SOAP service without TransformersHi, I'm new to Switchyard and have followed the SOAP tutorials on the website. I'm a bit unsure why we need to have the translators to publish the web service in switchyard (when you create a soap webservice...
Thread Switchyard.xml structure corresponding to JBoss-esb.xml
Switchyard.xml structure corresponding to JBoss-esb.xmlHi, Below is current structure of jboss-esb.xml in my application which I am trying to migrate to switchyard. Can anyone suggest how this would be similar in switchyard. Because in jboss-esb, the messages shar...
How to run running Camel on Jboss EAPHi All, I have a camel project which I run as local camel context . Now I want to deploy and run this on Jboss EAP . Could you help me out with the steps of running this ?Any help appreciated . Thanks ...
Unable to resolve cache-container clusterHello, i have a problem.I created a project with SwitchYard, with a Service and ServiceBean. When deployed this project, i get this error: 22:08:45,822 INFO [org.switchyard.component.sca] (MSC service thr...
WS-Security on SOAP Reference BindingHow to apply WS-Security on SOAP Reference Binding. Scenario : 1. We are successfully able to invoke external web service (without WS Security) from BPEL component in SwitchYard. 2. Now while invoking extern...
Thread SynchronousInOutHandler and threadsafe BlockingQueue
SynchronousInOutHandler and threadsafe BlockingQueueorg.switchyard.component.common.SynchronousInOutHandler class uses BlockingQueue for storing a response. Also it uses "synchronized" in few places while dealing the queue. Why is that needed as BlockingQueue is thread...
Poll Marking builds with test failures as UNSTABLE vs FAILED
Marking builds with test failures as UNSTABLE vs FAILEDHey folks, I'm toying with the idea of adding -Dmaven.test.failure.ignore=true to the Maven build line for our Jenkins jobs. This would have the following effects when there are test failures: The Maven...