Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 84A61200C4B for ; Mon, 20 Mar 2017 16:37:54 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 83714160B81; Mon, 20 Mar 2017 15:37:54 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id CDD33160B76 for ; Mon, 20 Mar 2017 16:37:53 +0100 (CET) Received: (qmail 99689 invoked by uid 500); 20 Mar 2017 15:37:53 -0000 Mailing-List: contact dev-help@batchee.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@batchee.incubator.apache.org Delivered-To: mailing list dev@batchee.incubator.apache.org Delivered-To: moderator for dev@batchee.incubator.apache.org Received: (qmail 92020 invoked by uid 99); 16 Mar 2017 18:45:25 -0000 X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.498 X-Spam-Level: ** X-Spam-Status: No, score=2.498 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HTML_MESSAGE=2, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H2=-0.001, RCVD_IN_SORBS_SPAM=0.5, SPF_PASS=-0.001] autolearn=disabled Authentication-Results: spamd3-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=iwd-iowa-gov.20150623.gappssmtp.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iwd-iowa-gov.20150623.gappssmtp.com; s=20150623; h=mime-version:from:date:message-id:subject:to; bh=PgAV+4QydC4qEjBhH50uXUTO1vemwrCwD0zvzuWJv14=; b=l1IdFchhQ7bRKRQY7Jp8X4ktSJ3c1itzLMANAyw1zpbH25zruiVNlEIfhJ6FSswIET yCYETNe8nNPd4C/YbI9R0AbW+qAomT8idK9zBOeG0lS+S1tWyPupBbkAJ38y8MCK2m2I oIQC1AoX2OE0YGug/BSJm5yp83KyfFtyx9/Ir75OK+cwQaeVXVYOcndNMY9XI7CntcNX bomcv6SHYW7xHe8NeyKRFn5wILxz8F6Gjhnd7NmVfJO/1lR7mATJeAE63ynW4/Xylg5I YKCfNJbGJyoGbQ+PapkNhtjtLxZ8Q0X9zevl1OUuzi235YglIUdZd4itP6IhzuQo0PKT JG8g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=PgAV+4QydC4qEjBhH50uXUTO1vemwrCwD0zvzuWJv14=; b=FBskkCIkOanShhVrm0sV1aqdXwdxQHZ+Zb0yOkkQalgKXt6K8+E3Mym4gRVqCdQWOl dfJZtRYhKis+izuzChKnKO5FEJrJNdWpefCWRH5NS9ICo0izNaC6h+lgdBvzHbHbv/GP NY8g4xQu/TTcXbnqiyN4GwWMk56lS5Yv6siWJMr0qnhj6g4nEcBf51GfiUHHFQ8pARrx B68LUiL2zV+b4BA+jko/QfrnQEOBFb2c15X3EdyoySmwdcqVydykQDCd1FHX7rHbNFFH kBVMZUEddS34ths2y+YDt7Cp5rt1Tk3lN50YVzoHoS09l3DttivZGxHZjB9Q91c0pc2u L5Ag== X-Gm-Message-State: AFeK/H17+877s3FcPUaWYsUki37ZlTDCpYIjhd0N/xYJ6+/vqtaHEOtn7dmlpWbjN3r1c1dHrsbzgSbFc0rgjomTxGSvYX2m430GQ+9iTyoS78uWW9yW8VITIOq542mxTo+9djfw9iMXkYzZzGaWv30Sa7u5U7i/jg== X-Received: by 10.31.137.73 with SMTP id l70mr3127256vkd.159.1489689921561; Thu, 16 Mar 2017 11:45:21 -0700 (PDT) MIME-Version: 1.0 From: "Tiburtius, Ashwanth" Date: Thu, 16 Mar 2017 13:45:21 -0500 Message-ID: Subject: Restart after a Decision Stop is not working To: dev@batchee.incubator.apache.org, user@batchee.incubator.apache.org Content-Type: multipart/alternative; boundary=001a11442ae69a1e17054add76c0 archived-at: Mon, 20 Mar 2017 15:37:54 -0000 --001a11442ae69a1e17054add76c0 Content-Type: text/plain; charset=UTF-8 Hello team, Our team is using the 0.4-incubating version of Apache BatchEE. I am doing a POC on JavaEE Batch before we move our batch implementation from Websphere to Tomee. Following is the JSL I am working on. It looks like when the class MyDecider returns "foobar2", the exit status is successfully set to "foobar3" but step3 is not getting invoked. My understanding is that step3 will be invoked automatically by the batch implementation. It would be very helpful to know if my understanding is incorrect or if there is a bug. JSL: ** Also, requesting information on the following: 1) When can be expect a full release of the BatchEE project? 2) Would you recommend us using the 0.4-incubating project until then? Thank you for your response. Really appreciate your time. Thanks, Jude. IWD - IT ashwanth.tiburtius@iwd.iowa.gov Ph: 515-281-3378 -- ________________________________________ An Equal Opportunity Employer/Program Auxiliary aids and services are available upon request for individuals with disabilities. --001a11442ae69a1e17054add76c0--