Log in to follow, share, and participate in this community.
Thread Soap header validation using XSD
Soap header validation using XSDHi All, I would like to validate the soap headers from the soap message for all mandatory fields and restrictions along with XSD. can you please tell how how can i acheive it using switchyard Validators. It seems the ...
Deploying Switchyard to any other ASHello, I am struggling now for already 2.5 days with creating a WAR file which would contain Switchyard service. As an example, I have added it along with Spring web app. My aim is to make the WAR as least JB...
Thread JCA JMS service starts consuming messages before the app is fully started
JCA JMS service starts consuming messages before the app is fully startedIs it possible somehow to forbid to JCA/JMS bindings to start processing messages available in their queue before the application is fully started (deployed)? In general, are there any means to make it so that none o...
@Property annotation in CDI BeanThe property injection does not work when a service implementation is a Proxy CDI Bean. When ServiceProxyHandler.injectImplementationProperties tries to get the declared Fields, the field is a weld's proxy and not re...
Wildfly 10 Final + Switchyard 2 issueHi All, I have installed Wildfly 10 and it is worked fine. Then i use the switchyard-installer-wildfly-2.0.0.Final and did the ant build. Build was successful. But when i start Wildfly using standard mode it ...
Is there a good book for Switchyard???Hi All, I wanted to know is there a good guide for Switchyard? We are planning to migrate an old application (JBoss SOA 4.3) to a new version. Thanks, Rajitha.
Thread creating soap fault when service not available
creating soap fault when service not availableHi All, I have an switchyard application with soap binding. I would like to send a soap fault to the caller, when the message fails for validation of mandatory fields. can you please let me know how can...
Junit unable to start jetty servermy local instance of server is already running but before deploy iam setting the below property. @BeforeDeploy public void setProperties() { ...
Thread Handling errors thrown by producers in camel
Handling errors thrown by producers in camelThis case is when i put outbound references inside multicast in camel DSL then i'm unable to handle error thrown by outbound components. Let's say i trying to save file to non existing directory, after that i get File...
Thread How to change dataSourceRef in Camel SQL reference binding?
How to change dataSourceRef in Camel SQL reference binding?Is it possible programmatically to change the dataSourceRef of Camel SQL reference binding? Preferably from the Bean component. For example, to change SQL query one could set the header property "CamelSqlQuery" using...
Thread How to reach that a soap-service starts CDI RequestScope?
How to reach that a soap-service starts CDI RequestScope?I have a switchyard service with SOAP binding. And i think this service should automatically start a CDI RequestScope. Because we have a client request. But no RequestScope is started, rather in my CDI bean (annotat...
Wildfly 10.0.0.Final datasources - connection leak?Hi, I've been being affected by a problem while I was testing a jboss quickstart from Switchyard project with Wildfly 10.0.0.Final. When I run the example with Wildfly 8.1.0.Final it works ok but when I run it with ...
Right path to upgrade to Java 8Hi, We have a slew of Jboss applications and one of the recent initiatives is to upgrade our code base to Java 8, as part of which, all the apps are moving to the Latest Jboss AS 7 (currently being tested in W...
bpel-console in wildflyHi, I am trying to use switchyard with wildfly, but when i am trying to install bpel console with ant i am getting some build failed errors saying that the bpel console is not supported on wilfly 8.0.0 final d...
Thread Connection Timeout handling in switchyard Error.
Connection Timeout handling in switchyard Error.Hi All, Iam using jboss fuse service works 6.0 which uses switchyard 1.1 Iam trying to handle timeout exception separately. My route is as below <?xml version="1.0" encoding="ASCII"?> &...
Remote JMSConnection FactoryHello, I am trying to connect to ActiveMQ using a connectionFactory defined on a remote JBOSS instance. My application will be running on JBOSS1 deployed on Server1 but connection factory has been defined on J...
Thread Issue while Remote Connection to Hornet queue from Switchyard .
Issue while Remote Connection to Hornet queue from Switchyard .Hi All, I need to connect to a remote Hornet Queue in different server. I have the following configuratiuon. package com.example.switchyard.switchyard_example_MQ_Test2; import java.util.Proper...
Thread Where to set ROLLBACK_ON_FAULT ("org.switchyard.rollbackOnFault")?
Where to set ROLLBACK_ON_FAULT ("org.switchyard.rollbackOnFault")?Hi, we have two scenarios in which we have trouble that messages get lost if using JMS/JCA(A-MQ) endpoints. 1.) A JMS Service Binding uses a Java Operation Selector (org.switchyard.selector.OperationSe...
Thread Are multiple client consumers possible in hornetq ?
Are multiple client consumers possible in hornetq ?There a different switchyard consumers application (on different machines) connected to a hornet queue, but only a singleconsumer is active at a time. If I shut down this consumer, the messages are immedia...