Log in to follow, share, and participate in this community.
Thread how to use Switchyard Http and Rest easy Binding
how to use Switchyard Http and Rest easy BindingHi , I have a do a POC wherein there a HTTP url which the client would hit e.g http://localhost:8080/rest/rest/getIDDetails?IDfNumber=2&IDResets=0&IDRow=1& I have you use this information ...
Thread Maven issue with SwitchYard project on Jboss Developer Studio
Maven issue with SwitchYard project on Jboss Developer StudioI am trying to create a fresh SwitchYard project on JBoss Developer studio. I am using JBoss developer studio 8 Maven 3.3 Java 8 I am referring settings.xml file in Windows->preferences->maven->user settings....
Load domain properties from a fileHello, I know I can load properties from a file, but I don't know how a content of the file should be like. I have made a few tries but a placeholder stays without a substitution. Thank you for an exa...
Thread SwitchYard projects on GitHub has been merged into one
SwitchYard projects on GitHub has been merged into oneFor folks who are interested in contributing to SwitchYard, I've just heard that the SwitchYard development team decided long ago to merge the following SwitchYard projects: jboss-switchyard/parent · Git...
Thread calling external service accepting and returning json
calling external service accepting and returning jsonI am quite new to Switchyard. I need to create an application, which would expose a REST based webservice and this needs to call an external 3rd party webservice. We need to call this 3rd party service via POST meth...
ClassNotFoundException: net.sf.saxon.TransformerFactoryImplHi, I have a switchyard project for doing a camel xslt transforamtion. In my camel route file I set a route .to("xslt:myTransformation.xsl?saxon=true") I want to use saxon. But when I deploy my...
Article SwitchYard Tooling Development and Build Process
SwitchYard Tooling Development and Build ProcessThis document attempts to pull together everything we know about the SwitchYard Tooling Development process and the Build process that goes with it. Tooling Development Process Basically the development process...
Tooling for JCA GatewayDear tooling magical elves, I think I can't fix the detail of outbound (which is for reference binding) in time, so I'd make a wish for inbound one (for service binding) at first. schema: https://gith...
Why not dynamic endpoints still?Hi, It is the most voted issue, one of the most required feature, and still no plan on working on it. Is there a way to push forward for this functionality? https://issues.jboss.org/browse/SWITCHYARD-1997 ...
Test support on SwitchYardI just revisted SwitchYardTestKit and Arquillian to know what we have today there, what is the problem and a few ideas for improvement. I'd like to start a discussion from here about how we can improve those test envi...
SwitchYard Maven Versioning ProcessInstructions for changing the SwitchYard version: Install parent and core for the first time, if not already done.
cd parent
mvn install
cd ../core
mvn install -DskipTests=true
Update version in parent ...
Thread Camel context not active when calling a bean?!
Camel context not active when calling a bean?!Hey guys, i'm facing a little problem. I'm using SwitchYard 2.0.0.Beta1 deployed on Wildfly 8.1.0.Final My application is deployed as an EAR-Container. BirtReportEngine.ear ---- BirtReportEngi...
Exception deploying any Switchyard projectI've built a really simple project to get myself familiar with JBoss Switchyard 2.0.0.Beta1. It just has a single Service, with a Bean implementation, packaged inside of a WAR file. I'm trying to deploy my...
Thread Error During Deployment of ANY Switchyard project
Error During Deployment of ANY Switchyard projectWhen deploying ANY Switchyard project I get the error below (only during ublication). It seems to indicate that it cannot find the class org.apache.camel.builder.RouteBuilder but I have the camel-core-2.10.3.jar on my...
SwitchYard on KarafInitial work toward supporting SY on Karaf is taking place on the master branches: This work is based on Guillaume's initial PRs. We have the initial work merged into master. This page exists to track wor...
Xsd modificationHi, I need to make a modification of the sql camel component xsd. The jira related is: https://issues.jboss.org/browse/SWITCHYARD-2433 My first questions here is, the cahnges in the xsd h...