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

[jira] [Resolved] (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 ]

Mark Struberg resolved BATCHEE-125.
-----------------------------------
       Resolution: Fixed
         Assignee: Mark Struberg
    Fix Version/s: 0.5-incubating

applied, thanks for the 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
>            Assignee: Mark Struberg
>             Fix For: 0.5-incubating
>
>         Attachments: 0001-BATCHEE-125-add-FIELD-METHOD-to-scope-annotations.patch, 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)