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/20 15:21:00 UTC

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

Alexander Falb created BATCHEE-125:
--------------------------------------

             Summary: 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


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)