• Startup component

    Hi, 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...
    Profile Photo
    last modified by ozkin
  • Catching validation exception

    Hello. 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 ...
    Profile Photo
    last modified by maciavelli
  • Performance improvements in SY2.0

    Hi, is anyone able to briefly summarize main performance improvements in SY2.0 comparing with 1.1?
    Profile Photo
    last modified by ozkin
  • Pojo object as argument for Camel route

    Hi, 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...
    Profile Photo
    last modified by ozkin
  • Netty TCP Binding decoding with +27 bytes to a C++ Server

    Howdy! 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 ...
    Profile Photo
    last modified by jdmarti1_rc
  • 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...
    Profile Photo
    last modified by tarun_bansal04
  • Missing artifacts in switchyard-example using 2.15.1.redhat-620133 JBoss Tools version

    I have been trying to follow the tutorial at Tutorial - SwitchYard - Project Documentation Editor but am stopped because of two Maven dependencies.  I loaded the switchyard-example project but got errors.  ...
    Profile Photo
    last modified by dcrocker
  • Using SCA: multiple operations on service interface

    My 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...
    Profile Photo
    last modified by ozkin
  • Exception handling using Switchyard

    Hi,   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...
    Profile Photo
    last modified by horyna
  • I can't handle results from external BPEL invoke with SwitchYard

    I 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...
    Profile Photo
    last modified by antonio.brito
  • Lost message properties after Invocation of rules component

    Hi,   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...
    Profile Photo
    last modified by sdirbach
  • Transaction over SQL reference bindings

    A 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...
    Profile Photo
    last modified by ozkin
  • How to add rollback logic for Bean implementation

    If a Bean component A invokes another Bean component B in transactional way, how to specify a rollback logic in Bean B implementation?
    Profile Photo
    last modified by ozkin
  • remote sca binding

    i'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?...
    Profile Photo
    last modified by mlybarger
  • JavaDoc (and source) Maven artifacts?

    Do our SwitchYard (especially 2.0.0.Final) maven artifacts have available JavaDoc and source counterparts available anywhere? I have my Maven configuration setup to access the http://maven.repository.redhat.com/techpr...
    Profile Photo
    last modified by willimur
  • SwitchYard. Injecting property into Java Transformer

    Hello. I am trying to load property value from file which was included in switchyard.xml as :   <sy:domain>     <sy:properties load="file:///opt/wildfly/modules/system/layers/base/kz/co...
    Profile Photo
    last modified by maciavelli
  • ConcurrentConsumers for Camel-JMS binding

    When I set "concurrentConsumers" attribute of Camel-JMS service binding to a value more than 1, I get following error during application deployment.   HQ154002: Could not create session: javax.jms.IllegalState...
    Profile Photo
    last modified by ozkin
  • SW Event after composer is called

    Hello,   i am looking for a way how to log (over Overlord rtgov) a WS response payload after message composers are finished. Using SW v1.1. Are there any events called after message composing with can i handle?
    Profile Photo
    created by horyna
  • Switchyard tooling in JBDS 8.1.0 generates invalid switchyard.xml file

    Hello,   I'm using JBDS 8.1.0GA with the plugin SwitchYard 2.0.0.v20150602-2341-H560-Final. I'm creating some services using the SwitchYard Visual Editor. Here is an excerpt of the switchyard.xml file created by...
    Profile Photo
    last modified by simplex-software
  • Invoking services dynamically

    Hi Guys,   I have the following scenario. I have my custom bean implementation which creates a KnowledgeSession, and use it for drools and jbpm. I was not able to use the out of the box because we need it to be ...
    Profile Photo
    last modified by calca