]
Lucia Jelinkova closed JBIDE-19746.
-----------------------------------
Verified in JBDS 9.0.0.beta1
Support javax.batch.runtime.context.StepContext injections
----------------------------------------------------------
Key: JBIDE-19746
URL:
https://issues.jboss.org/browse/JBIDE-19746
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: batch
Affects Versions: 4.3.0.Alpha2
Reporter: Viacheslav Kabanovich
Assignee: Viacheslav Kabanovich
Fix For: 4.3.0.Beta1
1. Import
https://github.com/jboss-developer/jboss-sandbox-quickstarts/ as an exisitng
maven project
2. Create a Batch artifact type.
3. Insert injection
{code:java}
@Inject
private StepContext jobContext;
{code}
There should not be a warning message about no eligible beans for it.