Cannot invoke method isApp() on null object

Hi,

Following this post Running abs-webapp under eclipse (debug mode), No signature of method: java.lang.String.isApp() is applicable I tried to add this line context.app = com.axelor.apps.base.service.app.AppService on the application.properties and it solve the problem.

I’m so stupid, I used an old version of the application.properties with a new version of ABS.

Thanks