• Tooling change for test mixin modularization

    Now that mixins have been split out into individual modules, every SY application will have to specifically identify which mixins will be used for test support.  At a low-level, this basically means that an appli...
    Profile Photo
    last modified by kcbabo
  • JBPM DataBase MySql

    Hi everyone   I am working on an application that is using JBPM and the problem is the size of the MySQL Database is very big for some JBPM Tables, specifically jbmp_byte_block, the size of the DataBase is 200GB...
    Profile Photo
    last modified by eecanoc
  • Message Composition for SwitchYard Gateways

    Overview There are four paths where message composition (or decomposition) occurs in SwitchYard: Composing a service request (CSR) : a native protocol message is received by a gateway and normalized to the SY Message...
    Profile Photo
    last modified by kcbabo
  • Bean @Property injection

    Imagine we have a bean implementation which involves property usage, specified in switchyard.xml component/composite properties. It looks like this at the moment:   @Service(SomeService.class) public class Some...
    Profile Photo
    last modified by synclpz
  • Tecnical Question

    Hi everyone.. I hope that everyone is very well.   I am new in this community, I need to do a tecnical question, here is the best place to do it? I had that doubt..   Thanks.
    Profile Photo
    last modified by eecanoc
  • SwitchYard F2F Notes

    Tooling General Add "Camel Endpoint" binding to gateway palette.  [0.8]  (Done - SWITCHYARD-1338) Accepts endpoint URI as config value. Composer/Context mapper settings need to be present Make sure XML res...
    Profile Photo
    last modified by rcernich
  • Switchyard Cases

    Hi everybody, my name is Daniel and I'm from Brazil, sorry for my bad english, I really need more practice.   I'd like to know if you guys have some cases of companies using switchyard, jbpm5, drools, camel and ...
    Profile Photo
    created by dbbecker
  • custom JCA problem in SY

    Hi everyone;   Im not sure, but I think there might be a problem referencing a custom JCA from within a SY app. I had posted this in the user forum with not much traction https://community.jboss.org/thread/22972...
    Profile Photo
    last modified by boanergesza11
  • Webapplication exception on rest request causes ClasscastException

    Hi Guys;   This is following the following post https://community.jboss.org/message/827685#827685   I think SY is broken or I have broken it :-) I seemed to remember that it used to work. About the only th...
    Profile Photo
    created by boanergesza11
  • Develop Switchyard for Red Hat!

    Hey Guys,   Red Hat's looking for talented engineers to join our JBoss team!   The focus will be delivering core components of the SOA Platform through the JBoss Switchyard project, and I thought... What b...
    Profile Photo
    created by adam_rh
  • SOAPFault with HTTP 200 response code

    Hi,   in some situations, switchyard returns a SOAPFault message using an HTTP 200 response code   the problem can be reproduced in the latest master branch using the soap-binding-rpc quickstart. this pr...
    Profile Photo
    last modified by jbride
  • Rules and BPM Component Configuration Changes for 1.0

    Note:  The information in this article is already old.  Most notably, <actions><action> will be <operations><operation> when SWITCHYARD-1554 gets processed, and a new <faults>&l...
    Profile Photo
    last modified by dward
  • Before You Post to SwitchYard Development

    Please keep in mind that the SwitchYard Development forum is for development-related discussions on SwitchYard itself.  These discussions mainly occur between contributors to the project or people considering a c...
    Profile Photo
    created by kcbabo
  • Gateway Lifecycle and Metrics Support

    Hey all,   I've recently been working on SWITCHYARD-1500, part of which includes the addition of lifecycle (i.e. start/stop) and metrics (i.e. performance data) support to gateways/bindings.  The specific c...
    Profile Photo
    last modified by rcernich
  • Seam and CDI together Not Supported In GateIn Portal with switchyard

    Hi ,        Recently i integrated Switchyard Proxy service(PerlService), My Lead did that job with the help of Magesh, and gave the code to me to integrate,   my application involves Ga...
    Profile Photo
    last modified by sheriman
  • Test runner (SwitchYardRunner) always validates the SY config model under test

    Hello,   I noticed that currently there is no way of forcing SwitchYardRunner to eschew the validation of the config model specified in @SwitchYardTestCaseConfig annotation, in contrast to the switchyard-plugin ...
    Profile Photo
    last modified by tadayosi
  • Switchyard Packaging options

    I have formally started a project now with switchyard, and the first step was to seperate some of the supporting code I need into another project and include it with maven in the switchyard project. No problem there. ...
    Profile Photo
    last modified by boanergesza11
  • Switchyard sample application

    Hello,   I have been searching for a concrete example of switchyard which can help me to understand and start developing on own. Please guide me.
    Profile Photo
    last modified by udhayakumar_t
  • SwitchYard JCA component and ActiveMQ Resource Adapter

    ActiveMQ Resource Adapter works pretty well with SwitchYard JCA component in both directions - inbound and outbound.   ActiveMQ Resource Adapter Standard ActiveMQ resource adapter doesn't require any changes. Jus...
    Profile Photo
    last modified by splatch
  • accept different mail types in service?

    Hi guys,   I have this simple app that uses the camel mail binding. I have the mail binding poll a gmail account and if new emails are received they are consumed by my app. the mailbinding forwards the incoming ...
    Profile Photo
    created by piratew