Log in to follow, share, and participate in this community.
Thread Switchyard FTP Binding
Switchyard FTP BindingHi, Can someone please let me know how to configure FTPDirectory for FTP binding in Switchyard(on windows). If I try to give some local folder(like: C:/Ftpfolder/files) as my FTPDirectory, I am always getting ...
rest:timeout option not recognizedHi, I am using SY1.1 and I added "timeout" option to my RESTEasy reference binding. But at build time I am getting following error: [ERROR] Failed to execute goal org.switchyard:switchyard-plugin:1.1.0.Final:c...
Startup componentHi, is there a way in Switchyard to specify the code (for example in Bean component), which will be invoked at application startup time just before any other components in the application (or more precisely, before al...
Catching validation exceptionHello. I am using XML based validator which if validation fails throws Exception:
Caused by: org.switchyard.HandlerException: SWITCHYARD014000: Validator 'org.switchyard.validate.xml.internal.XmlValidator' failed: 1 ...
SwitchYard 2.0.0.Final now availableIt took longer than expected, but the SwitchYard team has toned up their final product and is happy to hit the beach with SwitchYard 2.0.0.Final, just in time for swimsuit season. What is SwitchYard? SwitchYard...
SwitchYard Video SeriesSeries Introduction The goal of the SwitchYard video series is to augment the project documentation set with live video explanations, demonstrations, and walkthroughs of topics related to SwitchYard. The first s...
Pojo object as argument for Camel routeHi, this is perhaps very basic question. Imagine there is a REST binding with a method with multiple parameters. Then there is a POJO class, which combines all these parameters, so that in Java service interface we ha...
Thread Netty TCP Binding decoding with +27 bytes to a C++ Server
Netty TCP Binding decoding with +27 bytes to a C++ ServerHowdy! Sorry for the cross posting from... Netty TCP Binding decoding with +27 bytes to a C++ Server I'm in a bit of a .... bind... get it Sorry... lol Have a reference service of type Netty TCP defined as ...
Thread Is SwitchYard 1.1 compatible with EAP 6.2.4/6.3??
Is SwitchYard 1.1 compatible with EAP 6.2.4/6.3??Hi, We have done some ground work(pilot) for our application using SwitchYard 1.1 and EAP 6.1+. Now we want move our code to managed environment and need to choose from EAP-6.2.3 or EAP- 6.3 because we...
Design-Time GovernanceOne of the primary themes for our 0.4 release was governance and how we can support common governance capabilities at both design-time and runtime. Governance is an incredibly broad domain, so we started with th...
Thread Using SCA: multiple operations on service interface
Using SCA: multiple operations on service interfaceMy Bean component invokes a service using SCA reference binding (the interface defines two methods). And at run-time I am getting following error: SWITCHYARD014031: Operation name required - multiple operation...
Exception handling using SwitchyardHi, solving problem with handling Business exception (RuntimeException). If in WS request processing is Business exception throw "something" should react for this and return correct but customizer response. My...
Thread I can't handle results from external BPEL invoke with SwitchYard
I can't handle results from external BPEL invoke with SwitchYardI have no experience with Switchyard and right now i'm constructing an proof of concept to convincing my company to adopt this framework. Unfortunately at this moment we are facing a huge difficulty to invoke and hand...
Thread Lost message properties after Invocation of rules component
Lost message properties after Invocation of rules componentHi, from my understanding SwitchYard should never touch (or better) remove custom message headers while my invocation is processed. However I have a service implementation with a camel route, that invo...
Transaction over SQL reference bindingsA composite reference can have only one reference binding. Imagine your component has to execute two SQL statements as one transaction (for example, two DELETEs) and you are using Camel SQL binding. Then you will have...
remote sca bindingi'm still interested in remote sca binding. there seems to be a few changes in 2.0 related to remote sca bindings. would there be a quickstart somewhere or an example that could show me how this works?...