The target expression don't support package:
exception: warning no match for this type name: com.pros.inrm.poc [Xlint:invalidAbsoluteTypeName]
and patterns:
exception: error wildcard type...
Type: Posts; User: alespo; Keyword(s):
The target expression don't support package:
exception: warning no match for this type name: com.pros.inrm.poc [Xlint:invalidAbsoluteTypeName]
and patterns:
exception: error wildcard type...
And if I want it for all interfaces of some package like com.pros.inrm.poc.*?
No. It never throw an exception when the line is more or less.
I'm using the version 1.0.1.RELEASE. (Too I've checked with the trunk)
I need to validate the length of the line before formatting it with FixedLengthTokenizer. For example, if the line is less than 100 chars I don't want to continue.
Or maybe someting like...
I have attached a patch in this bug http://jira.springframework.org/browse/BATCH-638
When I use SkipLimitStepFactoryBean I always have 0 in stepExecution.getItemCount() from my stepListener. Is it normal?
I'm using the version 1.0.1.RELEASE.