[jbosstools-issues] [JBoss JIRA] (JBIDE-19746) Support javax.batch.runtime.context.StepContext injections

Viacheslav Kabanovich (JIRA) issues at jboss.org
Thu Apr 30 16:24:45 EDT 2015


     [ https://issues.jboss.org/browse/JBIDE-19746?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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)


More information about the jbosstools-issues mailing list