Thomas Heigl
2018-06-07 14:25:56 UTC
Hi all,
After porting our app to Wicket 8, I'm getting these warnings on my test
environment:
WAR o.a.w.model.ChainingModel It is not a good idea to reference a
issue. Could someone please add the (simple) class name of the model object
to the warning message?
Currently, the only way for me to find these issues is with a breakpoint in
`ChainingModel` and clicking through my application until I hit the warning.
Best,
Thomas
After porting our app to Wicket 8, I'm getting these warnings on my test
environment:
WAR o.a.w.model.ChainingModel It is not a good idea to reference a
non-serializable instance in models directly as it may lead to
serialization problems
The warning is OK, but it gives me absolutely no hint where to look for theserialization problems
issue. Could someone please add the (simple) class name of the model object
to the warning message?
Currently, the only way for me to find these issues is with a breakpoint in
`ChainingModel` and clicking through my application until I hit the warning.
Best,
Thomas