Ray Eldath
01/28/2020, 4:24 PMInvalid argument value: <http://java.io|java.io>.NotSerializableException. Statement(s): null
when using Exposed DAO? i got this when tried to create
val created = User.new {
username = "Ray Eldath"
email = "<mailto:xxx@xxx.com|xxx@xxx.com>"
}
Authorization.new {
user = created
hashedPassword = hp.toBlob()
role = UserRole.Root
}
in which Authorization.id
is refer to User.id
. any idea on this exception?
many thanks. 🙃Evan R.
01/29/2020, 1:42 PMRay Eldath
01/29/2020, 1:45 PMEvan R.
01/29/2020, 5:16 PMEvan R.
01/29/2020, 5:16 PM