Log in to follow, share, and participate in this community.
Thread JavaDoc (and source) Maven artifacts?
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...
Thread SwitchYard. Injecting property into Java Transformer
SwitchYard. Injecting property into Java TransformerHello. 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...
ConcurrentConsumers for Camel-JMS bindingWhen 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...
SW Event after composer is calledHello, 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?
Thread Switchyard tooling in JBDS 8.1.0 generates invalid switchyard.xml file
Switchyard tooling in JBDS 8.1.0 generates invalid switchyard.xml fileHello, 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...
Invoking services dynamicallyHi 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 ...
Thread SwitchYard is missing in Runtime Operations menu. JBOSS EAP 6.1.
SwitchYard is missing in Runtime Operations menu. JBOSS EAP 6.1.Hello everyone! I installed SwitchYard 1.0 on Jboss 7.2.0.Final. Also I installed Switchyard Forge Module & BPEL Console and started Jboss, but I don't see SwitchYard option in Runtime Operations menu. Tr...
Switchyard license & usageHello! I've found that SwitchYard is on Apache License 2.0, but is there any purchases or support subscriptions we need to do to use switchyard in production? Is there any limitations on usage? &...
Has Forge support in Switchyard ended?In the SwitchYard installation guide (which is arguably one of the first things a newcomer will come across when planning to install and try out SwitchYard) under the Installing Extras section, there's a mention of ru...
MSC service thread 1-3) *sys-package-mgr*:Hi, I am receiving an error on EAP when bpm modules are loaded: MSC service thread 1-3) *sys-package-mgr*: 15:52:18,283 ERROR [stderr] (MSC service thread 1-13) *sys-package-mgr*: processin...
Thread Can't Build Project when install Switchyard tools for eclipse
Can't Build Project when install Switchyard tools for eclipseWhen I import a project, I am able to use the Maven ->Update Project.. However, after I install the Jboss Integration Stack I get this error when I build the project: Errors occurred during the build. Err...
Exception delivery to a consumer componentHow to get an exception raised by one component (provider) to be delivered to another component (consumer of the service)? I see that exception is intercepted and logged by SY but it is not delivered to the component...
pass context properties to camel routeI have a simple switchyard application. input from a file to a bean component to a camel route. i would like the bean to be able to set a property which can be read by the camel route. sort of like a session pro...
scatter gather dynamic recipientsi would like to implement scatter/gather functionality. i want to be able to dynamically increase/decrease the systems i scatter to/gather from. for instance, say i'm doing insurance quotes, i want to send...
Thread Quickstarts installation failed in SY 2.0.0.CR1
Quickstarts installation failed in SY 2.0.0.CR1Hi all, I decided to install quickstarts for SY 2.0.0.CR1 + Wildfly-8.0.0.Final following the instruction in https://docs.jboss.org/author/display/SWITCHYARD/Quickstarts but something went wrong with: ...
SY2.0 release date?Hello Is Switchyard 2.0 going to be released soon? It seems to be taking a very long time. And I see Keith is now working on another project. Does this mean he is no longer involved in Switchyard, or ...
Thread Switchyard Reference with Multiple JMS Bindings: How to Endpoint it
Switchyard Reference with Multiple JMS Bindings: How to Endpoint itHowdy! Using ye ol venerable and most excellent switchyard-quickstart-rules-camel-cdr and setting up a Routing Drools rule to access a reference service of type JMS which has 2+ defined binding gateways...
Switchyard jpa bindingHi everyone, i'm just starting with Switchyard, so i have a question. I am trying to work with database using JPA binding. I found an example, where is how to store data to database, but I can't find a way how...