-
Notifications
You must be signed in to change notification settings - Fork 131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reconfigure the UI beans after deserialization #154
Comments
Any idea how we can automatically test this? |
This task might be transferred to the official add-on team once the first version of the Vaadin official Spring add-on is released. |
hi Petter is there an approximate timeline for the official add-on release |
I think the beta will be released in a few weeks, but it will not include support for serializable sessions. |
http://stackoverflow.com/questions/34400416/enableredishttpsession-fails-with-vaadin Am I having the problem described here? Can I do something about it? |
Yes, that's the problem, and it is deep inside Vaadin Spring so there is no easy way of fixing it. |
I debugged myself a little bit into this and updated the question at stackoverflow. For me it has something to to with wrong serialization ids. |
Indeed I had a preliminary bug/failure. But after "fixing" it I run into this In a comment in http://stackoverflow.com/questions/29388542/notserializableexception-on-serialization-of-objects-currently-shown-by-vaadin @chelu talks also about "reconfigured/re-populated UI components after deserialization" more or less like you did above. He had setup his own spring vaadin connection (and a lot more) in his project jdal. Could you have a look into that? Maybe it's helpful, there are also some sample integrations. |
Could you please add that information to this ticket as well? https://dev.vaadin.com/ticket/18164 I doubt I will be able to fix this in Vaadin4Spring, it needs to be addressed in the official add-on. |
Okay I will. Thank you! |
+1. I'm evaluating vaadin whether it can work in clustering environment. I‘m aslo look |
You might have a look here: https://github.com/khauser/microservices4vaadin (within the frontend service) |
Wanted to check. Is this issue fixed via the other referenced issue fixes? |
Currently, a Spring4Vaadin UI cannot be serialized, which is problematic for cluster deployments. This should be fixed by ensuring that:
The text was updated successfully, but these errors were encountered: