Log in to follow, share, and participate in this community.
Thread Tooling change for test mixin modularization
Tooling change for test mixin modularizationNow 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...
JBPM DataBase MySqlHi 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...
Article Message Composition for SwitchYard Gateways
Message Composition for SwitchYard GatewaysOverview 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...
Bean @Property injectionImagine 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...
Tecnical QuestionHi 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.
SwitchYard F2F NotesTooling 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...
Switchyard CasesHi 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 ...
custom JCA problem in SYHi 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...
Thread Webapplication exception on rest request causes ClasscastException
Webapplication exception on rest request causes ClasscastExceptionHi 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...
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...
SOAPFault with HTTP 200 response codeHi, 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...
Article Rules and BPM Component Configuration Changes for 1.0
Rules and BPM Component Configuration Changes for 1.0Note: 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...
Before You Post to SwitchYard DevelopmentPlease 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...
Gateway Lifecycle and Metrics SupportHey 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...
Switchyard Packaging optionsI 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. ...
Switchyard sample applicationHello, I have been searching for a concrete example of switchyard which can help me to understand and start developing on own. Please guide me.
Article SwitchYard JCA component and ActiveMQ Resource Adapter
SwitchYard JCA component and ActiveMQ Resource AdapterActiveMQ 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...
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 ...