I've a casting problem:
Configuring my bean I wrote:
At runtime I'm obtaining a List of $Proxy10, but I don't know how to solve it and obtain my "es.bde.arq.ias.batch.utils.Mapeo" object...Code:<bean id="PasoMapeo_Tasklet" class="es.bde.arq.ias.batch.tasklet.impl.AutoMappingTasklet" scope="step"> <property name="mappingList"> <list> <bean class="es.bde.arq.ias.batch.utils.Mapeo"> <property name="sourceObj" value="" /> </bean> </list> </property> </bean>
Please, any help?


Reply With Quote