Re: Tomee7.1.4 plume rest post request not working

2022-01-13 Thread naciu
The jsf crud is working. But the jQuery not work. i get : Caused by: java.lang.ClassCastException: java.util.HashMap cannot be cast to bookstore.entity.Book ``` Il Gio 13 Gen 2022, 12:00 Jean-Louis Monteiro ha scritto: > Do you have any exceptions you can share here? > > I can of course

Re: Tomee7.1.4 plume rest post request not working

2022-01-13 Thread Jean-Louis Monteiro
Do you have any exceptions you can share here? I can of course clone you project and try myself, but at least we would have everything in this thread for people in the future. -- Jean-Louis Monteiro http://twitter.com/jlouismonteiro http://www.tomitribe.com On Thu, Jan 13, 2022 at 9:46 AM

Tomee7.1.4 plume rest post request not working

2022-01-13 Thread naciu
Time ago i tried to write a web app with tomee 7.1.4 plume and jdk 1.8. I have a entity jpa. When i try to save a new entity with curl- or from the gui with a post request to my rest service a get a exception . some of you have the same problem? Project mybookstore on GitHub.