Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Currently we have it as
@Lob
private Properties jobProperties
but this doesn't work on all JPA providers and it also ends up having binary data in our db.
Instead of this we should use some nice human readable format like json or even XML..