• Restart a partition

    Can you restart just one partition with a skip records for those that have already processed? If so, do you have an example?
    Profile Photo
    last modified by richardmoore
  • JBeret Github Repository Reorganization

    Over the past few years, we've been actively developing project JBeret under a single github repository: GitHub - jberet/jsr352: Implementation of JSR 352 .  As we keep implementing new features and adding additi...
    Profile Photo
    last modified by cfang
  • WildFly 13 "Baker’s Dozen" is released!

    WildFly 13 "Baker’s Dozen" is released! · WildFly   Exciting news for those running or plan to run batch applications in WildFly.  See the above wildfly.org announcement for more details.
    Profile Photo
    created by cfang
  • PostgreSQL JDBC Job Repository in WildFly

    WildFly supports batch processing through its batch-jberet subsystem, which can be configured to use either a in-memory or jdbc job repository.  The in-memory batch job repository, the default one, requires no ex...
    Profile Photo
    last modified by cfang
  • Wildfly Scheduling

    I am being asked if we run under wildfly, instead of stand-alone, can it monitor resources and throttle runs so that we do not run out of memory? We have a process that splits a large file for us to process in Jberet ...
    Profile Photo
    last modified by richardmoore
  • JBeret 1.3.0.Final Release

    I'm excited to announce that JBeret 1.3.0.Final has just released!  It's another important release resulting from the hard work of JBeret team and invaluable contribution from JBeret user and developer community....
    Profile Photo
    last modified by cfang
  • jberet-core 1.2.6.Final Release

    I'm excited to announce that we've just release another jberet-core maintenance release jberet-core 1.2.6.Final on 2018-05-25.  This release fixes the following issue:   JBERET-417     ...
    Profile Photo
    created by cfang
  • the future of JBeret-UI?

    Hello,   I a planning to use JBeret (and JBeret-UI) for a new project and while there seems to be active development on JBeret the JBeret-UI submodule seems to be more or less outdated (the last commit ap. 3 ye...
    Profile Photo
    last modified by crettig
  • Project JBeret CI

    jamezp set up the CI jobs (thanks James!) for project JBeret at https://ci.wildfly.org/project.html?projectId=JBeret   It currently has the build run on Linux and Windows platforms every time a PR is submitted....
    Profile Photo
    created by cfang
  • Possible errors when running batch jobs with WildFly 12

    I recently ran into the following errors when running a batch job web app with WildFly 12.  Basically it failed to clone the batch job definition object with jboss-marshalling 2.0.4.Final.  The easiest fix i...
    Profile Photo
    last modified by cfang
  • DevConf.us 2018, August 17-19, Boston, USA

    https://devconf.info/us/   DevConf.us 2018 is the 1st annual, free, Red Hat sponsored technology conference for community project and professional contributors to Free and Open Source technologies at the Boston ...
    Profile Photo
    created by cfang
  • cassandra

    Helllo,   Is it plannig to add cassandra suppot do jberet? We have mongo suppor now, so cassandra would be great.   Regards sw
    Profile Photo
    last modified by mistrz_7
  • WildFly 12 Final is now available!

    WildFly 12 Final is now available!  For more detail, including new EE8 features and other improvements, see:   WildFly 12 Final is now available! · WildFly   WildFly 12 Final includes jberet-cor...
    Profile Photo
    created by cfang
  • jdbcItemWriter

    I am having a issue inserting anything into one of my tables and have spent about 6 hours trying to figure it out. I have included the writer jsl and data, and the straight java I used that works. For the life of me I...
    Profile Photo
    last modified by richardmoore
  • CassandraItemReader, CassandraItemWriter & CassandraBatchlet in jberet-support

    CassandraItemReader, CassandraItemWriter & CassandraBatchlet have been implemented in jberet-support.  They will be formally available in the up-comming jberet 1.3.0.Final release.   CassandraItemReader...
    Profile Photo
    last modified by cfang
  • ItemProcessor skip record

    Is there a way to throw an exception in the ItemProcessor and have it trigger the SkipReadListener? I want to write out unreadable records and records that cannot be reformatted written to the same error file.   ...
    Profile Photo
    last modified by richardmoore
  • Chunk listener and errorHandler for read/write/error counts

    We have spoken about creating read/write counts with the listener in a chunk. But I need to increment the skip count or have an error count when there are errors during the parse of the BeanIOReader (errorHandler) and...
    Profile Photo
    last modified by richardmoore
  • Interactive Learning: Java EE Batch Processing with OpenShift, WildFly & JBeret

    The interactive learning course for batch processing with OpenShift, WildFly & JBeret is now live  at the following URL.  I encourage everyone to check it out, explore various features in JBeret and Open...
    Profile Photo
    created by cfang
  • @JobScoped, @StepScoped and @PartitionScoped can now be used on TYPE, METHOD and FIELD

    JobScoped, StepScoped and PartitionScoped are custom CDI scopes implemented in JBeret to provide more fine-grined scoping specific to batch applications.  In JBeret 1.3.0.Beta7 and earlier releases, only TYPE tar...
    Profile Photo
    last modified by cfang
  • jberet-rest-api module split into jberet-rest-commons and jberet-rest-api modules

    As mentioned it in JBeret 1.3.0.Beta7 release announcement thread, jberet-rest-api module (in 1.3.0.Beta6 or earlier) has been split into jberet-rest-commons and jberet-rest-api modules starting 1.3.0.Beta7.  Now...
    Profile Photo
    last modified by cfang