I'm trying to set the daterange of a report dynamically. But it seems as if the package I'm using doesn't implement the interface Serializable as it is supposed to. Do you have any idea how I can handle a date range with Sailpoint? There is my package: org.jfree.data.time.DateRange
I don't get any error when I set a string object, while I'm having this with dateRange:
java.lang.Exception: sailpoint.tools.GeneralException:
The application script threw an exception:
sailpoint.tools.xml.ConfigurationException:
No serializer registered for class class org.jfree.data.time.DateRange
It happened when I do context.commitTransaction(), after saving the object.
Thank you