Thanks to answer.
The estrange thing (to me) is the change from 3.0.0.M2 to 3.0.0.RC1, this work ok with 3.0.0.M2 but not now:
<bean id="dataControllerHandler"...
Type: Posts; User: ncornag; Keyword(s):
Thanks to answer.
The estrange thing (to me) is the change from 3.0.0.M2 to 3.0.0.RC1, this work ok with 3.0.0.M2 but not now:
<bean id="dataControllerHandler"...
Hi all.
In Spring 3.0.0.M2 this configuration was valid:
<bean id="dataControllerHandler" class="es.workast.core.web.ControllerClassNameHandlerMapping" p:order="10">
<property...
Hi All.
With AbstractValidatingBatchLauncherTests we could launch a job one time. I'ts there a "standard" way to launch multiple times the same job with different parameters (different files) in a...
Sad to hear that the integration has been dropped...
Keith, where could I found an example (or "best practice") on how to do that integration? May be in some sandbox? :rolleyes:
Thanks,
Niko.
Thanks Ben,it's working now.
We are starting to use Spring Integration to detect files and process them with Spring Batch.
We also have an errors handling system and a basic monitoring system...
Mark, It doesn't seem to work, what I'm doing wrong?:
Repository:
<url name="com.springsource.repository.bundles.milestone">
<ivy pattern="http...
Sorry Mark, I mean the maven artifacts to use with IVY, like the m3:
<dependency org="org.springframework.integration" name="spring-integration-core" rev="1.0.0.M3" conf="global->default"/>
from...
Hi Mark.
Will you upload the m4 to Amazon S3?
Regards,
Nico.
Hi everybody.
I need to use Spring 2.0 XSDs (custom namespaces) with OC4J 9.0.4, but this version does not support XSDs in his build in XML parser.
Any idea of how to change the xml parser at the...