You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@batchee.apache.org by "Reinhard Sandtner (JIRA)" <ji...@apache.org> on 2014/10/08 09:51:33 UTC

[jira] [Updated] (BATCHEE-53) JSefa Flr/CsvField converterType won't get picked up

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

Reinhard Sandtner updated BATCHEE-53:
-------------------------------------
    Description: 
if you declare a converter in {{@CsvField(converterType = MyConverter.class}}  you got the following exception

{code}
CHWERWIEGEND: Failure in Read-Process-Write Loop
org.apache.batchee.container.exception.BatchContainerServiceException: Exception while opening step [step1]
...
Caused by: org.jsefa.common.converter.ConversionException: No static create method found for class class org.apache.batchee.jsefa.converter.RecordEnumConverter
	at org.jsefa.common.converter.provider.SimpleTypeConverterProvider.getForConverterType(SimpleTypeConverterProvider.java:143)
	... 31 more
{code}
        Summary: JSefa Flr/CsvField converterType won't get picked up  (was: JSefa Flr/CsvField converterType wont)

> JSefa Flr/CsvField converterType won't get picked up
> ----------------------------------------------------
>
>                 Key: BATCHEE-53
>                 URL: https://issues.apache.org/jira/browse/BATCHEE-53
>             Project: BatchEE
>          Issue Type: Bug
>          Components: batchee-extensions
>    Affects Versions: 0.3-incubating
>            Reporter: Reinhard Sandtner
>            Priority: Minor
>
> if you declare a converter in {{@CsvField(converterType = MyConverter.class}}  you got the following exception
> {code}
> CHWERWIEGEND: Failure in Read-Process-Write Loop
> org.apache.batchee.container.exception.BatchContainerServiceException: Exception while opening step [step1]
> ...
> Caused by: org.jsefa.common.converter.ConversionException: No static create method found for class class org.apache.batchee.jsefa.converter.RecordEnumConverter
> 	at org.jsefa.common.converter.provider.SimpleTypeConverterProvider.getForConverterType(SimpleTypeConverterProvider.java:143)
> 	... 31 more
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)