• Jackson Item Writer - special characters causing quotes

    We have an item description that contains #10 in it. We are getting "#10 PAPER" where it has double quotes around the entire description.   We have the following property -   <property name="csvGenerato...
    Profile Photo
    last modified by richardmoore
  • ItemWriter to multiple outputs for beanio

    I am needing to take the input records and determine whether they need to be written out or not and then writing to one or more output files using beanio.   Writer: properties are a list of - Resource - filenam...
    Profile Photo
    last modified by richardmoore
  • JarFile: Use case examples

    When you have time could you provide some use cases for -   @Inject @BatchProperty (name = "file") private JarFile asJarFile   There are cases where a batchlet in a job has need of 3rd party jars being inc...
    Profile Photo
    last modified by richardmoore
  • Parallel processing

    I have a recurring design pattern I was hoping to get some help with the best way to approach the problem.   We have 11 facilities and have to run processing and/or extracts of data for all of the facilities. We...
    Profile Photo
    last modified by richardmoore
  • BeanIO Reader and Writer Multiple Record Types

    Can we do the following with a chunk - read a single fixed format record file, use an item processor to query a database table to get some additional information then pass it to the beanio writer where we write 4 spec...
    Profile Photo
    last modified by richardmoore
  • GroupTestEnhanceCode.zip

    This is an example of taking a single record CSV file in through BeanIO, enhancing the input, and writing a set of header records before the first record.
    Profile Photo
    last modified by richardmoore
  • JobOperator.start(jobname, jobparms) hangs

    We had a production issue where jobs hung for 2 hours at the JobOperator.start(jobname, jobparms) statement. I checked the job tables to see if it created a jobinstanceid but hadn't -   select ji.jobname , je.*...
    Profile Photo
    last modified by richardmoore
  • JDBCItemReader/Writer Exception Handler

    I noticed that jdbcitemwriter uses batch insertion ... ok! its great!   I need to check the different types of exceptions thrown during insertion ... how do I do this?   All errors are being considered as ...
    Profile Photo
    last modified by joao.santana
  • Job operator is called then job exits with no log messages

    I have had this issue before with things getting included in jars that cause issues but reordering the classpath entries for the new ones to the bottom has worked. Not this time. I have spent some time trying to figur...
    Profile Photo
    last modified by richardmoore
  • Added sample app at test-apps/simple

    I recently added a sample app at test-apps/simple, which aims to be a extremely simple batch app taking advantage of components from jberet-support module.  The following is the structure and files withint this s...
    Profile Photo
    created by cfang
  • [JBERET000600 + WELD-001333] Error after redeploy

    After a fresh start everything works fine on Wildfly 10.1.0.   But if I redeploy my maven application on the application server and I try to start the same job using jberet-ui, the job execution is FAILED and I ...
    Profile Photo
    last modified by alessandromoscatelli
  • Introduce ArrayItemReader

    I recently added a new reader, arrayItemReader, to jberet-support module.  The primary purpose of arrayItemReader is for test apps or prototypes to quickly set up a batch item reader to read array of scalar data....
    Profile Photo
    last modified by cfang
  • JSL Property Resolution

    I have a property being injected that is ending up as null when a value has been given. I have stared at it too long to figure it out.     <properties>         ...
    Profile Photo
    last modified by richardmoore
  • Jndi JMS destination creation

    I am new to queues and am having a problem understanding what is taking place in the creation of the connection, session, and destination in the JmsItemReaderWriterBase code. I created a standalone JMS java class for ...
    Profile Photo
    last modified by richardmoore
  • Validate JSL Batch Property Expression

    I just added validation of JSL batch property expressions to JBeret.  It will be inclued in the next release (JBeret 1.3.0.Beta6).  The following shows the different behavior before and after the change: ...
    Profile Photo
    created by cfang
  • JdbcItemReader/JdbcItemWriter ClassNotFoundException on SerializableData.deserialize

    Hi folks,   sometimes, when a job does not execute because some jdbc driver error, (oracle, postgres ... etc), jeberet can not update the execution state with the exception that occurred. It probably tries to s...
    Profile Photo
    last modified by joao.santana
  • The easy-to-use item writer mockItemWriter

    Item writer is a required artifact in a chunk-type step.  Sometimes when we are experimenting or testing a batch job, we just want to quickly see and verify the sample data from the item writer.  Probably we...
    Profile Photo
    created by cfang
  • Running standalone - JBERET000601: Failed to get job xml file for job

    I am executing the following code -   JobOperator jo = BatchRuntime.getJobOperator();   Set<String> names = jo.getJobNames();     if (names.isEmpty()) {     System.out.println(...
    Profile Photo
    last modified by richardmoore
  • JBeret 1.3.0.Beta5 Released

    I'm excited to announce the release of JBeret 1.3.0.Beta5 today.  This is another milestone in the main development branch of JBeret, including bug fixes and enhancement to the following modules:   jberet-c...
    Profile Photo
    created by cfang
  • XmlItemReader

    Hello, I work on proces that get data from xml file na load it to csv. My simple xml batch file is: <job id="libra" version="1.0" xmlns="http://xmlns.jcp.org/xml/ns/javaee">     <step id="lo...
    Profile Photo
    last modified by mistrz_7