[
https://issues.jboss.org/browse/JBIDE-19746?page=com.atlassian.jira.plugi...
]
Viacheslav Kabanovich updated JBIDE-19746:
------------------------------------------
Description:
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.
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
Labels: new_and_noteworthy
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.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)