Hi Jalkit, The JdbcPOJOOutputOperator is being configured with the JdbcTransactionalStore which requires an additional dt_meta table.
The table schema is here - https://github.com/devtagare/examples/blob/SPOI-8251/tutorials/jdbcToJdbc/src/test/resources/example.sql You can find an example application which uses the JdbcPOJOOutputOperator here - https://github.com/devtagare/examples/tree/SPOI-8251/tutorials/jdbcToJdbc Thanks, Dev On Thu, Jun 23, 2016 at 10:17 AM, Jaikit Jilka <jji...@leadferret.com> wrote: > Hello, > > I am currently working on an application which simply read data from .txt > file and slpits the words and inserts them into mysql. But I am getting > error. I am using jdbcpojooutputoperator from malhar library. But I am > getting an error on ActiveFieldInfos which says it is protected in > jdbcpojoinputoperator and also I do not know what to do in Application.java > file. I am attaching both the file here. Kindly help me resolve the issue. > > Thank You, > > Jaikit Jilka