]
Alexey Kazakov updated JBIDE-19700:
-----------------------------------
Fix Version/s: 4.3.0.Beta2
(was: 4.3.0.Beta1)
Support @BatchProperty qualifiers for injected beans
----------------------------------------------------
Key: JBIDE-19700
URL:
https://issues.jboss.org/browse/JBIDE-19700
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: batch, cdi-extensions
Affects Versions: 4.3.0.Alpha2
Reporter: Alexey Kazakov
Assignee: Daniel Azarov
Labels: new_and_noteworthy
Fix For: 4.3.0.Beta2
You can find an example of such beans here:
https://github.com/jboss-developer/jboss-sandbox-quickstarts/blob/master/...
1. Import
https://github.com/jboss-developer/jboss-sandbox-quickstarts/ as an exisitng
maven project
2. Open
batch-processing/src/main/java/org/jboss/as/quickstarts/batch/job/RecordsReader.java
3. There should not be warning messages about no eligible beans for *separatorRegex* and
*fileName* properties.
4. OpenOns for these properties should open import-file.xml and select the corresponding
properties.