Hi, Does tomcatRunWar task not work with the current code base?
If this is the case, then create an issue, send a PR and we will review together. Thanks On Mon, May 27, 2019, 16:59 Angel Cajas <[email protected]> wrote: > Hello devs, > > > > I’ve been testing some features recently and tried to deploy Fineract > using the embedded Tomcat server that it’s used while building the project > with dev environment. However the next error was thrown when I tried to > start the app with embedded Tomcat server: > > > > Caused by: java.lang.IllegalStateException: Expected method not found: > java.lang .NoSuchMethodException > > > > It seems that Spring and Spring Boot versions were upgraded some months > ago and that change also required the upgrade of Tomcat from version 7.0.54 > to version 8.0.30 in the project dependencies. I changed the version and > it worked for me, however I would like to know your opinions and if this > change and if this has also happened to you while trying to start Fineract > with the embedded server. > > > > Thanks for you attention > > > > Regards, Angel. > > > > >
