• Bpel console installation missing artifact

    Hi,   I am trying to install the bpel console from the current source code.     I am using this instruction ant install-bpel-console   Location: switchyard/release/installer/target/switchyard-in...
    Profile Photo
    last modified by virchete
  • Remove camel-sap component from community builds?

    Hey all,   The release builds have been failing intermittently because they can't resolve the jco libraries.  Given that, I think we have a couple of options: Remove the camel-sap component Exclude depend...
    Profile Photo
    last modified by rcernich
  • Changes to release build

    Hey all,   FYI, with the recent push to release (SWITCHYARD-2456), you can now build any/all platforms using the following profiles: eap - build EAP distro wildfly - build WildFly distro karaf -build Karaf di...
    Profile Photo
    created by rcernich
  • Switchyard palette ordering in JBDS

    Switchyard Palette The switchyard palette grouping and ordering was brought into question during a usability review of the software.  The question was brought up as to whether a different grouping, naming, and or...
    Profile Photo
    last modified by crobson
  • Couldn't set port to test http binding with SwitchYard

    Hi all, I have a test case to test the http binding service. But it's not able to set the port in order to deploy the service under test. I use one method comes with annotation @BeforeDeploy to set up that @Before...
    Profile Photo
    last modified by tungtd
  • Struggling with maven build on a hello world SwitchYard project

    Hi everyone, I'm totally new to SwitchYard. I'm using JBoss Developer Studio. I can't use maven to build the empty SwitchYard project was created by JBoss Developer Studio. This is my pom.xml file <?xml version=...
    Profile Photo
    last modified by tungtd
  • Custom PropertyResolver on Switchyard

    Hi, I'm using Switchyard on JBoss AS 6. I actually need to override current management of property resolving on Switchyard. In other words, property resolving should be intercepted in order to be able to process pro...
    Profile Photo
    last modified by khatru82
  • Switchyard based REST service with JSON Transformer

    We are evaluating Switchyard 2.0 (alpha) for one of our SOA solution.  We were able to successfully invoke REST based service without any issue when we promoted component service as composite service with REST bi...
    Profile Photo
    created by hitesh.goradia
  • Defining OSGi Capabilities for Specific SwitchYard Functionality

    Hey all,   Currently, there is an issue in our Karaf deployments where applications may fail intermittently because core dependencies have not been initialized (installed/activated) before the application. ...
    Profile Photo
    last modified by rcernich
  • Using the Eclipse m2e Checkstyle Extension

    Hey all,   If you're working on the SwitchYard project and Eclipse is your IDE of choice, you're more than likely using m2e, which may balk about the checkstyle executions in the project poms.  You may inst...
    Profile Photo
    last modified by rcernich
  • SwitchYard Logging

    When you pick up a module or set of modules, please do the following: Assign a log range Add yourself as owner Create a JIRA issue and add it to the table.  One JIRA can cover multiple modules.  The purpo...
    Profile Photo
    last modified by dward
  • Switchyard : Binding 2 external services to 1 reference interface

    Hi,   I have 2 Restful services at 2 different servers: the first service has 4 method  upper, getName, postInfo, getInfo ; the second has 1 method sayHello I want to bind them to a proxy service using SY....
    Profile Photo
    last modified by hoahieusuong
  • Development on SwitchYard

    These instructions are a modified version of the AS7 instructions (http://community.jboss.org/wiki/HackingonAS7) to match the processes used by the SwitchYard team.      They are meant to be a...
    Profile Photo
    last modified by tcunning
  • Providing getCallerPrincipal() and isCallerInRole(String)

    SWITCHYARD-2031 requests the ability to offer high-level security context information to applications via the public SY api. I wanted to have a little fun tonight, so I took a quick stab at it, and would like some...
    Profile Photo
    last modified by dward
  • What is the status of SwitchYard testing with Arquillian

    Hi, I'm trying to do some tests with Arquillian, and I haven't seen any way of creating an Arquillian SwitchYard container, so only way I have found so far is using external managed AS. I have read Testing SwitchYar...
    Profile Photo
    last modified by jorgemoralespou_2
  • WSDL : local part cannot be null while creating a Qname issue

    Hi,   I have a wsdl file with me , and when i open that wsdl on SOAP UI it works fine.   In my switchyard project , I have a route component , I create an ESB reference (with input and output -> java:ja...
    Profile Photo
    last modified by dk_decay
  • Wanting to contribute

    Hi, I was thinking on doing a contribution to the project, so I can solve some issues that customer expects fixed, and also I improve my understanding on SwitchYard (proved I'm not so into it yet). I was thinking on...
    Profile Photo
    last modified by jorgemoralespou_2
  • Junit testing and JMS

    I am trying to write some unit tests for services in Switchyard which make use of a HornetQ JMS topic on JBoss AS. When I attempt to run the unit tests they fail because there is no JMS broker or topic available in th...
    Profile Photo
    last modified by aaroncirillo
  • How do we decorate "escapable" property fields in the tooling?

    Ok folks... Next question.   We have multiple properties for bindings that can be substituted using the "Escaped Property" method (${prop} or $${prop}, etc. as described here in the docs).   I've put toget...
    Profile Photo
    last modified by bfitzpat
  • How much validation is too much validation in the tooling?

    As we've been working on migrating the SwitchYard editor over to use the Eclipse DataBinding framework to simplify our lives a bit and offer a more consistent method of interacting with the SwitchYard config model und...
    Profile Photo
    last modified by bfitzpat