• RiftSaw BPEL Designer

    You can download the designer as part of JBoss Tooling. The nightly builds can be found at:   Zips:http://download.jboss.org/jbosstools/builds/nightly/3.1.0.M3/   Updates:http://download.jboss.org/jbosstoo...
    Profile Photo
    last modified by kurtstam
  • upload 3rd dependencies into JBoss Repository

    In the riftsaw project, we are using some unmavenized jars at the moment, like jbossesb-rosetta. In this case, we updated the groupId as 'org.jboss.soa.bpel.dependencies." to indicate this is supposed to be consumed b...
    Profile Photo
    last modified by jeff.yuchang
  • Maven Build Design Apache ODE

    moved please use: http://wiki.apache.org/ode/MavenBuildDesignApacheODE
    Profile Photo
    last modified by kurtstam
  • Build RiftSaw from Source

    Building RiftSaw  The RiftSaw build system is Maven based. To build RiftSaw makes sure you are using Java 6 and Maven 2.2.1 or later.   1. Check out the source from SVN (http://anonsvn.jboss.org/repos/rift...
    Profile Photo
    last modified by kurtstam
  • Steps for upgrading ODE branch

    RiftSaw is based on ODE 1.x code base, here we've maintained our own ODE branch, which we did some update due to our requirment or haven't got time to apply it into Apache ODE.   In the Subversion, we've had two...
    Profile Photo
    last modified by jeff.yuchang
  • Release process of RiftSaw

    Below is the steps on RiftSaw project's release process.   Release for RiftSaw-ODE   1. Update the Riftsaw-ode version, source code is at: https://svn.jboss.org/repos/riftsaw/branches/ODE/ODE-1.x-fixes. Yo...
    Profile Photo
    last modified by jeff.yuchang
  • RiftSaw Instructions for Uploading to docs.jboss.org and downloads.jboss.org

    The storage areas for RiftSaw documentation and downloads are:   Documentation http://docs.jboss.org/riftsaw Downloads http://downloads.jboss.org/riftsaw   This document will explain how to upload the doc...
    Profile Photo
    last modified by objectiser
  • RiftSaw Release Steps

    This article outlines the release steps that should be followed when releasing a version of RiftSaw.   Tag the source code and upload artifacts into maven repo  Release process of RiftSaw   Obtain and ...
    Profile Photo
    last modified by objectiser
  • Running Riftsaw Integration Tests

    One step command would be:   mvn -Driftsaw.test.deployment.properties=$deployment.properties -Dws.stack=$WS_STACK clean install -P integration   Notice: here the $deployment.properties has to be the absolu...
    Profile Photo
    last modified by heiko.braun
  • RiftSaw clustering design

    1. overview    2. Configuration  1) configure the bpel wsdl file into load-balancer url.   3. Tasks 1) Deployment mechanism       1.1: use jboss 'farm' folder to do the depl...
    Profile Photo
    last modified by jeff.yuchang
  • RiftSaw Database upgrade

    RiftSaw Database upgrade wiki page.  1. From 2.0.0.Final to 2.1.0.Final Because it has quite big changes between these two release, we'd suggested remove the old database schemas first, and then created the new ...
    Profile Photo
    last modified by jeff.yuchang
  • Riftsaw - log to specific file

    Hey!   I need to log let's say a line for every BPEL invoke of a external WS. How to do that?   I hoped I could somehow write the log text to a variable and print it to a file, everything in BPEL ?   ...
    Profile Photo
    last modified by izgur
  • Check input parameters (bpel:condition)

    Hey!   I'm wondering what's the best way to check input parameters in bpel.   I'm able to check the one input parameter in one if statement in this way: <bpel:if name="CheckUsernameAndPassword"> &#...
    Profile Photo
    last modified by izgur
  • Executing simple_invoke fails

    Hello everybody,   I tried to implement a webservice, which is invoked by Riftsaw and failed. So i tried the quickstart-example simple_invoke. But it fails with the same error ([InvocationHandlerJAXWS] Method i...
    Profile Photo
    last modified by sterejo
  • Problem with using arrays in BPEL

    Hi all, I have a problem to use arrays in BPEL. In the past I used GlassFish as App Server with integrated bpel service engine. It was very easy to use arrays in BPELs on GlassFish. Now on JBoss with RiftSaw I ...
    Profile Photo
    last modified by xakac
  • deploying bpel process using Eclipse

    We have developed a sample HelloWorld BPEL process using Riftsaw and could able to deploy n test it through ant. But there are some constraints we found while creating our own bpel process like the name space was http...
    Profile Photo
    last modified by bpeluser
  • How to configure ODE endpoint

    Hi everyone!   It is possible to specify ODE endpoint property "http.request.chunk" within Riftsaw? This http://docs.jboss.com/riftsaw/2.0.0.Final/userguide/html/deploy.html#d0e361 isnt helpful.   Regards...
    Profile Photo
    last modified by samusev
  • stop a WebService

    Hi, I need to stop a WebService execution. For example: I have a WebService in loop running in my jboss container and I need to stop it or run it with timeout to have a control in the service. I have tried to stop the...
    Profile Photo
    last modified by cesarwbr
  • RiftSaw 2.2.0.CR2 released

    The RiftSaw team are pleased to announce the second release candidate for the 2.2.0 release series. This is a bug fix release, including resolutions for issues related to process undeployment and use of dynamic par...
    Profile Photo
    created by objectiser
  • How to define an object as WS input ?

    Hey!   I want that the input of my WS is an object User with name and number. Where can I define this Object? How?   Make a XSD file, import it and insert the targetnamespace:object ? Must be sth like th...
    Profile Photo
    last modified by izgur