Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within Spring
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Ron McLeod
Tim Cooke
Liutauras Vilda
Jeanne Boyarsky
Sheriffs:
Paul Clapham
Rob Spoor
Junilu Lacar
Saloon Keepers:
Stephan van Hulst
Tim Holloway
Piet Souris
Carey Brown
Bartenders:
Forum:
Spring
Problem with Spring Batch step configuration
gi tos
Greenhorn
Posts: 12
posted 10 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Hello,
I need to configure 5 steps in a Flow but I have an exception:
Configuration problem: The element [step4] is unreachable
Offending resource: ServletContext resource [/WEB-INF/conf/applicationContext-Batch.xml]
<batch:flow id="myFlow"> <batch:step id="step1" parent="step1Parent"> <batch:end on="log" /> <batch:next on="*" to="step2" /> </batch:step> <batch:step id="step2" parent="step2Parent"> <batch:next on="*" to="step3" /> </batch:step> <batch:step id="step3" parent="step3Parent"> <batch:next on="*" to="step4" /> </batch:step> <batch:step id="step4" parent="step4Parent"> <batch:next on="*" to="step5" /> </batch:step> <batch:step id="step5" parent="step5Parent" /> </batch:flow>
Saifuddin Merchant
Ranch Hand
Posts: 608
I like...
posted 10 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
nothing amiss in the config that you posted.
Could you post more of your config and the entire error stack trace?
Cheers - Sam.
Twisters - The new age Java Quiz
||
My Blog
Consider Paul's
rocket mass heater
.
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
Display Check Boxes & Dropdowns in Struts with search results
Self decrement question
how to check whether a word is a palindrome
Boring everyday Algorithm!!!:sleep:
i>>>32 ??? & i>>>0 and i>>>35
More...