• Review of properties support for 0.8

    Here's a summary of our discussion of properties support in 0.8: https://community.jboss.org/wiki/SwitchYardPropertiesSupport   Tomo - can you review that and let me know if more detail is required?  As pa...
    Profile Photo
    last modified by kcbabo
  • The Button Pad Is Your Friend (Updates for SWITCHYARD-954)

    Ok folks, feedback time again.   For SWITCHYARD-954, we've been talking about further fleshing out the button bars in the editor to accelerate development. Less click & drag from the palette and more hover,...
    Profile Photo
    last modified by bfitzpat
  • SwitchYard Editor Design Changes

    Hey all,   If you haven't seen SWITCHYARD-1266, it's a request that the SwitchYard editor look "softer" and "more like the Eclipse bpmn2 modeler."  These are rather amorphous requirements, but I gave it a s...
    Profile Photo
    last modified by rcernich
  • Integration test applications

    This thread got me thinking about our release testing: https://community.jboss.org/message/794151#794151   In particular, it reminded me that our current integration testing for release builds is based exclusiv...
    Profile Photo
    last modified by kcbabo
  • Need feedback on Component Service/Reference Nub Changes in Editor

    As we've done some cleanup for SwitchYard 0.8 in the editor, we've been doing some work to "smooth the edges" of the UI a bit and make it more pleasant to look at.   One of the things Rob did was change the shad...
    Profile Photo
    last modified by bfitzpat
  • Improving fault/error handling (even more)

    Lukasz added some nice updates for making errors more visible here: https://issues.jboss.org/browse/SWITCHYARD-1245   I would like to discuss some additional measures that can be added on top of this support.&#...
    Profile Photo
    created by kcbabo
  • ack a consumed hornetq core message

    Hi,   this post is in regards to the onMessage(....) function of the Hornetq InboundHandler.java   when working with the Hornetq Core API, i'm pretty certain that the clientMessage.acknowledge() function ...
    Profile Photo
    last modified by jbride
  • Generated config in quickstarts considered harmful?

    I'm beginning to think so?  Even though we have tooling support to view generated config, there's still an issue with viewing the switchyard.xml for a quickstart in a text editor (or on GitHub) and not seeing the...
    Profile Photo
    last modified by kcbabo
  • Cache question in the clustering (remote) module.

    Hi all,   I am now working on the clustering feature for the riftsaw 3, which is deployed on top of the SwitchYard. I have a question with regard to the cache name that is used the switchyard-remote:   Wha...
    Profile Photo
    last modified by jeff.yuchang
  • Sanity check 0.7.0.Final release

    Same thing we did for 0.6.  Download the bits and give them a run.  I have posted the 0.7 stuff to the v0.7 folder on our downloads page.   Some things I would like to see tested:   - Different p...
    Profile Photo
    last modified by kcbabo
  • How to change xml prefix on response (bean service)

    Hi,     I have defined a WSDL look like this:   <?xml version="1.0" encoding="UTF-8" ?> <wsdl:definitions      name="Pessoa"      targetNamespace="http:...
    Profile Photo
    last modified by leandropantoja
  • BPM & Rules Component Configuration Changes

    The work for SWITCHYARD-1180 introduces configuration changes for the BPM & Rules Components.  The configuration changes have been made for these reasons: To support the new way Drools & jBPM 6 gets conf...
    Profile Photo
    last modified by dward
  • Missing module dependency in drools module

    Hi   I'm getting some warnings when I test bam against the latest master (0.7.0.Final version), which are fixed by adding a module dependency for javax.enterprise.api into the drools modules.xml.   The war...
    Profile Photo
    last modified by objectiser
  • Camel Mail binding

    I just submited pull requests for camel-mail binding. It's based on camel-mail component.   Example configuration for mail receiver/poller. It's based on ScheduledBatchPollConsumer.      ...
    Profile Photo
    last modified by splatch
  • SwitchYard Clustering same targetNamespace limitation

    I would like to use the targetNamespace attribute on a composite service to uniquely DEFINE AND VERSION a service. I would like to use a convention like "urn:group-id:service-id:service-version" for the targetNamespac...
    Profile Photo
    last modified by yusufb
  • Service Clustering with copies of DTOs

    Setting up a link from a SwitchYard service to another separately deployed SwitchYard service using the @Reference annotation works well when: the DTO's are primitive types, or The Provider service and Consumer serv...
    Profile Photo
    last modified by yusufb
  • Runtime updates which require tooling updates for 0.7

    A few of these have been pushed already and before I forget I want to make sure they're listed somewhere. :-)  Here are the items I'm aware of.  Feel free to pile on more changes or ask questions:   Ad...
    Profile Photo
    last modified by kcbabo
  • Can we have a 'sensible default' to prevent violation of DRY?

    Hello SwitchYard developers,   A user has to type the interface name *twice* when writing a Service.  Would it be possible to have the @Service annotation default to no-args if the class implements only a s...
    Profile Photo
    last modified by rick_wagner
  • BPEL snapshot updated and build impact

    Just an FYI that Riftsaw has moved back to SNAPSHOT which means you may need a "mvn -U" in your next build in components, quickstarts, or release to get the build to pass.  This is only needed once to pull down t...
    Profile Photo
    created by kcbabo
  • Should/could the tooling constrain contract types

    Jeff brought this up recently w/r/t Bean implementations and the use of WSDL interfaces on references.  The bean component requires a Java interface for references in its component definition.  Our current t...
    Profile Photo
    last modified by kcbabo