• Can a step give a job property a new value

    I want to be able to change a job property value within a step. Is that possible?
    Profile Photo
    last modified by richardmoore
  • Is there a way to access the job@id as a property in the JSL

    I want to use the job id value in my JSL as a property in one of my steps. Is that accessible?
    Profile Photo
    last modified by richardmoore
  • WildFly 10.1 is now available (which upgrades jberet-core to 1.2.1.Final)

    See WildFly announcement: WildFly 10.1 is now available!  In WildFly 10.1, JBeret is upgraded from 1.2.0.Final to 1.2.1.Final, to fix a couple of bugs based on community input.  More details please see [WF...
    Profile Photo
    created by cfang
  • Batch Artifacts - access list

    I would like to write a batchlet that needs a property passed that is actually a ref of one of my batch.xml batch artifacts. How can I reference these from within a batchlet?
    Profile Photo
    last modified by richardmoore
  • Batch Artifacts - access from within a batchlet

    I would like to write a batchlet that needs a property passed that is actually a ref of one of my batch.xml batch artifacts. How can I reference these from within a batchlet?
    Profile Photo
    created by richardmoore
  • Getting a list of steps within the job

    I am running JBeret standalone so in order to do restarts I am going to need a batchlet that checks the restart step name passed in to see if it is a real step or not. Is there a way to get a list of the step names in...
    Profile Photo
    last modified by richardmoore
  • Step listener - get name of current step

    I am trying to implement a step listener that will update our corporate scheduler as each step is started and ended. How do I capture job and current step information from within the listener?
    Profile Photo
    last modified by richardmoore
  • Failed to create artifact with ref name jdbcItemReader

    I am using the ref jdbcItemReader without any issues, but when a teammate copies my source and classpath they are getting the JBERET000600: Failed to create artifact with ref name jdbcItemReader. Is there a batch.xml ...
    Profile Photo
    last modified by richardmoore
  • Result set is closed

    I am reading from a DB2 table and writing the results out as a pipe delimited file when the read fails because the new DB2 driver will not allow next() when the last resultset has been reached without getting a ERRORC...
    Profile Photo
    last modified by richardmoore
  • Share information runtime between steps

    Hi all.   I have several steps in my job, how to share information between them?   I have an initial step to check the last time the job was successfully! If not, I must tell the next step he should adjust...
    Profile Photo
    last modified by joao.santana
  • Start job in specific step running standalone

    We are using our Corporate job scheduler to start JBeret jobs (standalone). There will be times when a job may fail in say step 2, the on-call developer resolves the problem but needs to have the job restarted in step...
    Profile Photo
    last modified by richardmoore
  • JPA and EJB writter

    Why I dont find any example for an ItemReader using JPA and EJB? It is bad practice read from one database and write in another one?   I have tried to read data from one table of a database, process it and save t...
    Profile Photo
    last modified by jballesteros
  • JBeret 1.2.1.Final Released

    JBeret 1.2.1 was released on 6/21/2016.  This maintenance release incudes fixes to 4 issues:   JBEAP-3409 When a job listener is not found and the batch fails to start, we cannot detect the error using Batc...
    Profile Photo
    created by cfang
  • JBeret and Other Programming and Scripting Languages

    JBeret implements JSR 352, which defines batch processing for Java applications.  However, it doesn't mean you can't use other programming or scripting languages in your batch applications. In fact, with JBeret a...
    Profile Photo
    created by cfang
  • Starting JBeret 1.2.1 Development

    GitHub - jberet/jsr352 at 1.2.x   We started JBeret 1.2.1 development this week (05/22/2016) on 1.2.x branch. This is a maintenance release to include important, low-risk bug fixes.   Fix for JBERET-220 (W...
    Profile Photo
    last modified by cfang
  • From HornetQItemReader & HornetQItemWriter to ArtemisItemReader & ArtemisItemWriter

    jberet-support module includes HornetQItemReader and HornetQItemWriter to support reading and writing batch data with HornetQ.  Now that HornetQ project migrated to Apache ActiveMQ Artemis in June 2015, now is ti...
    Profile Photo
    last modified by cfang
  • JBeret 1.3.0.Beta2 Released

    JBeret 1.3.0.Beta2 was released on 05/15/2016.  This release includes fixes and enhancement to the following areas:   * added jberet-schedule sub-module to support scheduling batch job execution  ...
    Profile Photo
    created by cfang
  • Batch Job Scheduling with JBeret

    I recently added the following JBeret extension modules to support batch job scheduling: jberet-schedule / jberet-schedule-executor base module for JBeret scheduling capability provides a ScheduledExecutorService-ba...
    Profile Photo
    last modified by cfang
  • Update jberet-support item readers and writers to use string-only batch property injection

    JBERET-228  jberet-support BatchProperty injection is not spec compliant?   The above issue proposes changing various reader and writer classes in jberet-support module to use string-only batch property inj...
    Profile Photo
    created by cfang
  • JBeret 1.3.0.Beta1 Released

    JBeret 1.3.0.Beta1 was released on March 6, 2016.   This release includes bug fixes and enhancements in   * jberet-core * jberet-rest-api * jberet-support (RestItemReader, RestItemWriter, KafkaItemReader...
    Profile Photo
    created by cfang