Re: struts2 with rest service

2017-07-19 Thread john lee
hoo.com> Sent: Wednesday, July 19, 2017 4:11 PM Subject: Re: struts2 with rest service Have you also included the struts2-conventions-plugin?                     org.apache.struts             struts2-convention-plugin             2.5.10.1         struts2-rest-plugin most definitely

Re: struts2 with rest service

2017-07-19 Thread Ken McWilliams
Have you also included the struts2-conventions-plugin? org.apache.struts struts2-convention-plugin 2.5.10.1 struts2-rest-plugin most definitely depends on struts2-conventions-plugin but it isn't a declared dependency. I've thought that was

struts2 with rest service

2017-07-19 Thread john lee
To whom it may concern,  my struts+spring+hibernate+mysql works fine, but try to embed the rest service in the application and failed to start. my adding/change is the following WEB-INF/lib  (add the following jar)    json-lib-2.3-jdk15.jar     struts2-rest-plugin-2.3.32.jar