-
1. Re: Seam Hibernate upgrade validator issue
manarh Sep 19, 2016 7:00 AM (in response to dvrajitha)Seam 2.x is not maintained or developed, so upgrades of its dependencies is not what you should do if you don't hack Seam code
I guess you opened pandora's box with an upgrade like this and this could results with cascading upgrades of all hibernate dependencies and related dependencies.
-
2. Re: Seam Hibernate upgrade validator issue
dvrajitha Sep 19, 2016 7:16 AM (in response to manarh)Thank you for the feedback.
Actually i have opened the pandora's box and now i am seeing how beautiful it is.
What is your idea?? Seam 3.X is also not active isnt it?
-
3. Re: Seam Hibernate upgrade validator issue
manarh Sep 19, 2016 7:20 AM (in response to dvrajitha)What you need is CDI/Weld and Deltaspike aas a replacement, forget on Seam, it is in heaven.
-
4. Re: Seam Hibernate upgrade validator issue
dvrajitha Sep 20, 2016 3:33 AM (in response to dvrajitha)Yes i can feel that i am in heaven now.
Thank you very much. This is bit of a complex app that was the reason to continue the existing technology stack.
-
5. Re: Seam Hibernate upgrade validator issue
dvrajitha Sep 25, 2016 8:03 AM (in response to manarh)Hi Marek,
Could you please let me know if i downgrade application to hibernate 4.2 which is supporting by 2.3 version of seam will that be a possible way to deploy application in Wildfly 10? Or will there be any other conflicts as well. I am going through your migration guide as well. There are considerable updates that needed to be done.
Anyway i feel updating to DeltaSpike is the best solution.
Thank you.