Trying out Mock-Get-Started on microui 3 and having issues when running the application

I’m trying to run Mock-Get-Started application using microui 3, to do that I commented all the other classes that are not part of the core of the application and changed the MockUsageDemo to only have a button that I’ll use for the connections with my Mock, I followed all the steps on the readme of the MyMock project to build and configurate my mock, this part went fine, the issue I’m having is when I try to run the MyApp project with the changes I’ve made to run on microui 3 I’m getting this on the console:

Hi Ricardo,
I have reproduced your issue and I am investigating to find its cause. I will come back to when I have a solution.
Regards,
Alexis

Hi Ricardo,
Setting your Shielded Plug definition as mentionned in the README at How-To/Mock-Get-Started/Mock-Get-Started-MyApp at master · MicroEJ/How-To · GitHub should solve your error:

  • In your application Run Configuration go to Configuration tab > Libraries > Shielded Plug
  • Set Database definition to you XML definition file

Hope this helps,
Alexis