as this class is not present anymore in the api ?
Code:<aop:config> <aop:advisor advice-ref="jobMessagePublishingInterceptor" pointcut="execution(* *..Job+.execute(..))" /> </aop:config> <bean id="jobMessagePublishingInterceptor" class="org.springframework.integration.aop.MessagePublishingInterceptor" xmlns="http://www.springframework.org/schema/beans"> <constructor-arg index="0"> <bean class="org.springframework.batch.admin.integration.TrivialExpressionSource" p:payload="#args[execution]" /> </constructor-arg> <property name="defaultChannel" ref="job-operator" /> </bean>


Reply With Quote