The maven spring-batch-core 2.1.8 dependency was using some old Spring AOP and Context jars that aparently, i removed it and left the spring-batch-test one, now it is working perfectly :).
Type: Posts; User: ricardo87; Keyword(s):
The maven spring-batch-core 2.1.8 dependency was using some old Spring AOP and Context jars that aparently, i removed it and left the spring-batch-test one, now it is working perfectly :).
Hi, i would like JdbcCursorItemReader's sql parameter to use late-binding, but my test is not working this is my xml file:
<?xml version="1.0" encoding="UTF-8"?>
<beans
<bean...
What i meant was using the JPA Domain from another project in a ROO one from a jar that comes from a different project since the entities are in one, i suppose i have to add the ROO annotations for...
Hi, i have a jar that some backend guys give maintenance to and i want to know how to create CRUD pages without having access to the source code of the domain. Thank you in advance.
Hi, i work for a big telecom company and i've been evaluating tools that would help me do a project migration of over 200+ jobs that do the following:
Runs at an interval/time schedule.
Reads...