Log in to follow, share, and participate in this community.
Thread Response is not returned from Camel's onException handler
Response is not returned from Camel's onException handlerSimple test application has one composite service with HTTP binding and one Camel route implementing the service. The route has own exception handling and transforms the response to "error" string in case if an excep...
Thread Null pointer exception in CDI Bean inject Switchyard
Null pointer exception in CDI Bean inject SwitchyardHi Guys, I am working on a SwitchYard project where I am trying to consume a Rest Service. Its running on Jboss EAP 6.3 though I have tried on Wildfly but error remains the same. The application gets deployed...
I/O Parameter Mapping in JBPMN- SwitchyardI am using jBPM3 Tools (version- 4.5.2000) Final to create a very simple BPM process. My Process has got just one SwitchYard task in it. When I try to create I/O parameter mapping under Switchyard Service Task-->Pr...
Injecting web service problemHi all, I've got an issue with injecting a web service into a bean, the web service is never intialised so when it's method are called I get NullPointerException. The code for injecting the web service looks l...
camel bean to activemqi am looking to build a switchyard service that reads messages from activemq and sends the message to another queue. i'll need to implement a dynamic content based router and as such would like to leverage camel...
Thread Problem deploying service on Fuse Service Works server
Problem deploying service on Fuse Service Works serverWhat I get following the The Open Universe: Your First Fuse Service Works Application tutorial, a basic hello world project. I try to deploy my switchyard-example SwitchYard project and the console gives me this: ...
SFTP Reference - Switchyard 1.1Hi i'm working with Switchyard 1.1 and in one project I reference a Interface Java with binding SFTP and Generate a File.xls and I need move that File to the folder reference with the SFTP and works fine but the file ...
Which version of wildfly does SY support?Hello We are currently running SY1.1 on Jboss 7.1x, and are looking to upgrade SY. Can someone tell me what is the latest stable version of wilfly that SY2 runs on? Thanks
Thread Missing dependency installing SwitchYard tooling in JBoss Dev Studio
Missing dependency installing SwitchYard tooling in JBoss Dev StudioProblem is somewhat similar to Hints needed regard SwitchYard Tools installation | JBoss Developer although I'm using JBoss Developer Studio 8.1 not Eclipse. I follow the 'correct answer', which is installing ...
Thread SY 2 Beta 1 not working with Wildfly 8.2 final
SY 2 Beta 1 not working with Wildfly 8.2 finalI tried upgrading both SY (from A2 to B1) and Wildfly (8.1F to 8.2F) simultaneously and have been unable to get it working. The main error on bootstrap I get is this: SWITCHYARD040005: Unable to load mod...
Single URL for many rest servicesHello. I am developing REST services and they have to use single URL. For example http://localhost:8080/broker/web. Each REST service packaged as JAR according to tasks they intented(customertasks.jar, internalprovid...
Transformer to convert Pojo to itselfAny ideas why SwitchYard would need a Transformer to convert a Pojo to itself? SWITCHYARD010813: Cannot convert from 'com.mytest.Pojo' to 'com.mytest.Pojo'. No registered Transformer available for transforming...
JBDS creates switchyard.xml file invalidHello, Using JBDS 8.1.0.GA with switchyard projects, I have the following error message in the Problems tab: The referenced Java interface for service "OrderRepositoryReference" specifies more than one...
RESTEasyPublishExceptionHello In my project I have a switchyard bean with a reference to another bean, and when I'm trying to add RESTEasy binding to this reference at deployment I have such exception: 23:44:52,614 ERROR [org...
camel route json unmarshali have a simple sy project that tries to unmarshal a simple json string to an object in the camel route using camel's xstream library. i tried the jackson library, but it gives a similar error: Caused by...
Is a Switchyard service a singleton?Greetings all, If I create a SW bean service (annotated with @Service) is this service deployed as a singleton within SW? My initial testing indicates it is: I added a method annotated with @PostConstruct and ...