• Get around the loopback restriction (JBERET000607)

    I have to batch process a list of files by scanning a directory and process the files inside one by one. Each file is further processed line by line. Coming from a spring batch background, to do this I scan the dire...
    Profile Photo
    last modified by srahaingoson
  • Load a job without executing it for audits

    I need to be able to audit the XML destined for production to verify that the developer used the minimum set of job and step listeners. What is the best way to do this? Is it just an XML audit via a Java process or ca...
    Profile Photo
    last modified by richardmoore
  • JBeret standalone stopping at getJobOperator

    I am running JBeret standalone, the very first statement in my code is - JobOperator operator = BatchRuntime.getJobOperator();   It hits this statement and then does nothing just exits, no messages, no exceptio...
    Profile Photo
    last modified by richardmoore
  • Repo for 1.3.0.Beta3 ?

    Hi,   I checked out jsr352 from github and the POMs are referencing JBeret version 1.3.0.Beta3 but I cannot see this version in the JBoss repo.   Please advise.
    Profile Photo
    last modified by paulmkeogh
  • ItemProcessor

    I need to have the ItemProcessor start a connection and use that connection throughout the processing of all items and then close up the connection and etc. How would I implement this?
    Profile Photo
    last modified by richardmoore
  • log level settings in Jberet

    How do we configure the log level to trace level  for jberet core libraries(core,se,support and batch api ). I know logging implementation in these liberaries  uses from jboss-logging-final.jar, but i dont ...
    Profile Photo
    last modified by kk31
  • csvItemWriter issue

    Hi,          I am trying to develop standalone java batch application which reads data from DB2(v9.7) tables and writes it to csv file with out header with JDK 1.8.   ...
    Profile Photo
    last modified by kk31
  • Fixed formatted records

    I have tried to duplicate the BeanIO example for the star-entities and am getting the following -   2016-10-04 15:38:01.006 [jberet-1    ]         ...
    Profile Photo
    last modified by richardmoore
  • Get a list of StepExecution in the JobListener.afterJob method

    I want to put a JobListener on my jobs that will display the run stats for each step in the afterJob method. Is there a way to get that information like can be done with the JobOperator?
    Profile Photo
    last modified by richardmoore
  • Log chunk reader/writer record counts

    Is there a way to get a chunk step to write a log entry for records read and written?
    Profile Photo
    last modified by richardmoore
  • BatchRuntime.getJobOperator() call is prematurely terminating the program

    I have the following code -   System.out.println("Creating job operator."); JobOperator operator = BatchRuntime.getJobOperator(); System.out.println("Job operator created.");   I am getting the output - ...
    Profile Photo
    last modified by richardmoore
  • Jars needed for a certain job/jsl

    I have a request where a batchlet will need a set of jars just for that code. What is your suggestion on including those on the classpath at runtime? I can create a file with the additional classpath entries and check...
    Profile Photo
    last modified by richardmoore
  • Subdirectory jobs under META-INF/batch-jobs

    We are wanting to categorize our jobs by system types in the META-INF/batch-jobs by subdirectories. Is it possible to configure jberet to locate jobs that are filesystem is structured as -   META-INF/batch-jobs/...
    Profile Photo
    last modified by richardmoore
  • JBeret 1.3.0.Beta3 Released

    JBeret 1.3.0.Beta3 was released on 2016-09-11.  Artifacts are available in both JBoss Nexus and Maven Central   A new sub-module, jberet-camel, is added to this release, to support the integration with Apac...
    Profile Photo
    created by cfang
  • Job Run tables and 3rd party Scheduler

    I need to be able to trigger a restart of a failed job in whatever step the developer needs run. I wanted to process our scheduler request for a restart and set the job_execution or other table(s) so that when the ope...
    Profile Photo
    last modified by richardmoore
  • Custom XML External Entities

    Having a problem trying to get the xml into my job -   <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE job [         <!ENTITY entity-test SYSTEM "entity-test.xml...
    Profile Photo
    last modified by richardmoore
  • JDBC parameters from a file on jdbcItemReader

    Is there a way to read a list of records from a file that will become a list of a "where in" clause on a jdbcItemReader step? Is there a property that can be set from a batchlet that the next step in the job can use i...
    Profile Photo
    last modified by richardmoore
  • jdbcItemReader with POJO beanType case problem

    I have a DB2 jdbcItemReader and jacksonCsvItemWriter chunk step that is getting -   2016-08-29 09:03:43.940 [jberet-1    ]            &...
    Profile Photo
    last modified by richardmoore
  • JDBC reader and passing parameters

    I have a SQL statement where a store number has to be passed in for each run. I was planning to pass that in as a system property and just do the following - where STR_NBR = #{systemProperties['fileDate']}   Is...
    Profile Photo
    last modified by richardmoore
  • Can the csvitemwriter write a file without a header?

    I need to be able to write out a file without a header. I have left the property out and assigned "header" a value of "", in both instances I get - JBERET060000: Invalid reader or writer property value null for key h...
    Profile Photo
    last modified by richardmoore