You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@batchee.apache.org by "Alexander Falb (JIRA)" <ji...@apache.org> on 2017/11/21 09:00:14 UTC

[jira] [Updated] (BATCHEE-125) JobScoped & StepScoped missing Target METHOD and FIELD

     [ https://issues.apache.org/jira/browse/BATCHEE-125?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexander Falb updated BATCHEE-125:
-----------------------------------
    Attachment: BATCHEE-125.patch

> JobScoped & StepScoped missing Target METHOD and FIELD
> ------------------------------------------------------
>
>                 Key: BATCHEE-125
>                 URL: https://issues.apache.org/jira/browse/BATCHEE-125
>             Project: BatchEE
>          Issue Type: Bug
>          Components: batchee-cli
>            Reporter: Alexander Falb
>         Attachments: BATCHEE-125.patch
>
>
> JobScoped and StepScoped beans can not be produced, because they are missing {{@Target}}  for Methods and Fields.
> {code}
> public class EmProducer {
>     @Produces @JobScoped EntityManager createEm() { return ... }
> }
> {code}
> results in a compile error: {{annotation type not applicable to this kind of declaration}}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)