WASdev / standards.jsr352.tck

Home of the TCK for the Java Batch standard (JSR 352, Batch Applications for the Java Platform). #JavaEE7
Apache License 2.0
1 stars 9 forks source link

Fix for Issue #32 #40

Closed jvfullam closed 8 years ago

jvfullam commented 8 years ago

Added a test that ensures job level properties are not in scope of @BatchProperty injection. From the spec (JSR 352 9.3.2): "For a given artifact, the only properties that are injectable via @BatchProperty are those which are defined at the level of the artifact itself"