Skip to content

Using namespace to define a step does not store step name [BATCH-1004] #2572

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
spring-projects-issues opened this issue Jan 21, 2009 · 0 comments

Comments

@spring-projects-issues
Copy link
Collaborator

Dan Garrette opened BATCH-1004 and commented

When the namespace is used to define a step within a job definition, the parser does not store the step's "name" attribute on the step. Instead, the name stored in the step execution is a generated name, for example "(inner bean)#3".

<job id="skipJob">
<step name="step1">
<tasklet ... />
StepExecution: id=0, name=(inner bean)#3, ...


Affects: 2.0.0.M3

Referenced from: commits 822f8bb, 459f7d5, 2898861, e68d9a2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant