The datasource in jmix-ui-samples-2 is not a basic Jmix datasource. It is designed to create a datasource per user session to separate different user data environments. This is why Studio does not recognize the datasource.
As mentioned in the project’s README, you can simply start the application using the following command:
./gradlew bootRun
You can try to use default Studio run configuration, but you should skip applying Liquibase scripts as they will be applied when you open localhost:8080/ui-samples.
IntelliJ offers plugins only compatible with current IDE version. Jmix Studio plugin version includes postfix which indicates supported IDE version. For instance, ***-252 indicates that plugin can be used in IntelliJ IDEA 2025.2.
The samples are great and any beginner will use them. So it is in my point of view not very helpfull, if a potential user gets error messages which are not to solve ;/ If I can be in any help, let me know !
Thank you for the explanation of the ***-252 too. Is this written somewhere already and I didn’t see it ? Perhaps you should update Versioning – Jmix