java - Convert Spring Batch from 1.1.3 to 2.0.0 -
I am trying to convert Spring Batch jobs from version 1.1.3 to 2.0.0 and found many errors is. Most of these have been managed to solve, but not the following: In my quartzback launcher, the code invokes the code "new classpath xmlappcopycontexzobfactree (bean, path, parent)" and I have no luck that is equal to this class 2.0 is. Thank you, pointing me in the right direction while appreciating any help.
Maybe it is?
Classpath XmlApplicationContextFactory f = new ClassPathXmlApplicationContextFactory new classpath resource (path)); F.setApplicationContext (parent); JobFactoryJ = New ApplicationContextJobFactory (name, F);
Comments
Post a Comment