Log in to follow, share, and participate in this community.
Thread Bpel console installation missing artifact
Bpel console installation missing artifactHi, 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...
Thread Remove camel-sap component from community builds?
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...
Changes to release buildHey 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...
Switchyard palette ordering in JBDSSwitchyard 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...
Thread Couldn't set port to test http binding with SwitchYard
Couldn't set port to test http binding with SwitchYardHi 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...
Thread Struggling with maven build on a hello world SwitchYard project
Struggling with maven build on a hello world SwitchYard projectHi 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=...
Custom PropertyResolver on SwitchyardHi, 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...
Thread Switchyard based REST service with JSON Transformer
Switchyard based REST service with JSON TransformerWe 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...
Thread Defining OSGi Capabilities for Specific SwitchYard Functionality
Defining OSGi Capabilities for Specific SwitchYard FunctionalityHey 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. ...
Article Using the Eclipse m2e Checkstyle Extension
Using the Eclipse m2e Checkstyle ExtensionHey 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...
SwitchYard LoggingWhen 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...
Switchyard : Binding 2 external services to 1 reference interfaceHi, 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....
Development on SwitchYardThese 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...
Thread Providing getCallerPrincipal() and isCallerInRole(String)
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...
Thread What is the status of SwitchYard testing with Arquillian
What is the status of SwitchYard testing with ArquillianHi, 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...
Thread WSDL : local part cannot be null while creating a Qname issue
WSDL : local part cannot be null while creating a Qname issueHi, 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...
Wanting to contributeHi, 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...
Junit testing and JMSI 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...
Thread How do we decorate "escapable" property fields in the tooling?
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...
Thread How much validation is too much validation in the tooling?
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...