• Soap header validation using XSD

    Hi 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 ...
    Profile Photo
    last modified by ravi21588
  • Deploying Switchyard to any other AS

    Hello,   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...
    Profile Photo
    last modified by renesto
  • JCA JMS service starts consuming messages before the app is fully started

    Is 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...
    Profile Photo
    last modified by ozkin
  • @Property annotation in CDI Bean

    The 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...
    Profile Photo
    last modified by arielcarrera
  • Wildfly 10 Final + Switchyard 2 issue

    Hi 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 ...
    Profile Photo
    last modified by dvrajitha
  • Referencing JNDI resource at quick SwitchYard app initialization causes deployment failure

    I observe really weird behaviour at SwitchYard application deployment and need your help. I was able to reproduce it in the simplest possible SwitchYard application which I attached here. In my SwitchYard application...
    Profile Photo
    last modified by ozkin
  • 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.
    Profile Photo
    last modified by dvrajitha
  • creating soap fault when service not available

    Hi 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...
    Profile Photo
    last modified by ravi21588
  • Junit unable to start jetty server

    my local instance of server is already running but before deploy  iam setting the below property.     @BeforeDeploy     public void setProperties() {      ...
    Profile Photo
    last modified by ravi21588
  • Handling errors thrown by producers in camel

    This 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...
    Profile Photo
    last modified by paul.johansson
  • 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...
    Profile Photo
    last modified by ozkin
  • 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...
    Profile Photo
    last modified by mae
  • 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 ...
    Profile Photo
    last modified by arielcarrera
  • Right path to upgrade to Java 8

    Hi,   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...
    Profile Photo
    last modified by sadasivaram
  • bpel-console in wildfly

    Hi,   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...
    Profile Photo
    last modified by lokeshmalla
  • 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"?> &...
    Profile Photo
    last modified by ravi21588
  • Remote JMSConnection Factory

    Hello,   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...
    Profile Photo
    last modified by tarun_bansal04
  • 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...
    Profile Photo
    last modified by ravi21588
  • 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...
    Profile Photo
    last modified by j_ri
  • 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...
    Profile Photo
    last modified by ravi21588