Activity for Giacomo Arru

  • Giacomo Arru Giacomo Arru modified a comment on ticket #57

    Well, I think it's right to ignore serialVersionUID if the bean implements Serializable. Also, an annotation to ignore fields could always be precious and I was surprised that the library didn't already had it. Passing ignored fields to the builder could be great, as you really could treat with any kind of bean without editing the source, and since you can't add an annotation to a bean at runtime, yes, it could be useful. Maybe you could take a Map<java.lang.Class, java.lang.reflect.Field> as a parameter...

  • Giacomo Arru Giacomo Arru modified a comment on ticket #57

    Well, I think it's right to ignore serialVersionUID if the bean implements Serializable. Also, an annotation to ignore fields could always be precious and I was surprised that the library didn't already had it. Passing ignored fields to the builder could be great, as you really could treat with any kind of bean without editing the source, and since you can't add an annotation to a bean at runtime, yes, it could be useful. Maybe you could take a Map<java.lang.class, java.lang.reflect.field=""> as...

  • Giacomo Arru Giacomo Arru posted a comment on ticket #57

    Well, I think it's right to ignore serialVersionUID if the bean implements Serializable. Also, an annotation to ignore fields could always be precious and I was surprised that the library didn't already had it. Passing ignored fields to the builder could be great, as you really could treat with any kind of bean without editing the source, and since you can't add an annotation to a bean at runtime, yes, it could be useful. Maybe you could take a Map<class, field=""> as a parameter to ignore multiple...

  • Giacomo Arru Giacomo Arru posted a comment on ticket #57

    Hi Andrew. yes I'm using no annotations at all, my idea was to just add an CsvIgnoreAddnotation to the fields I wanted to exclude from the export. I have something like 500 java beans and yes, I'd like to avoid annotating everything. Each bean has between 5 and 30 fields. I tought ignoring serialVersionUID could be hardcoded in the library since is a reserved serialization field, but also adding an ignore annotation should be fine. But I fear at the moment such an annotation does not exist.

  • Giacomo Arru Giacomo Arru created ticket #57

    StatefulBeanToCsvBuilder - ignoring serialVersionUID field in Java Beans

  • Giacomo Arru Giacomo Arru posted a comment on discussion Help

    I can't connect to my Hylafax server, I receive this message: Failed to submit job - Unspecified reason (scheduler NAK'd request) I am missing some preconfiguration which I must provide from the server side? Which port should I use to connect? Thank you

1