You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am having a little bit of trouble while executing the mvn clean test on my community intellij terminal. Build step io.quarkus.hibernate.orm.deployment.HibernateOrmProcessor#configurationDescriptorBuilding threw the exception io.quarkus.runtime.configuration.ConfigurationException, with the message: Model classes are defined for the default persistence unit, but no default datasource was found. The default EntityManagerFactory will not be created.
It might be related to the orm.xml file. One thing I notice was different in my activities is that my IntelliJ did not structures the META-INF folder (it not existed), had to create myself. On your videos it already been there.
I did all the other steps, like exporting Artist in the module as a JAR, the refactoring, and the pom.xml edition.
Thanks in advance
The text was updated successfully, but these errors were encountered:
Hi. First of all, your course is great!
I am having a little bit of trouble while executing the mvn clean test on my community intellij terminal. Build step io.quarkus.hibernate.orm.deployment.HibernateOrmProcessor#configurationDescriptorBuilding threw the exception io.quarkus.runtime.configuration.ConfigurationException, with the message: Model classes are defined for the default persistence unit, but no default datasource was found. The default EntityManagerFactory will not be created.
It might be related to the orm.xml file. One thing I notice was different in my activities is that my IntelliJ did not structures the META-INF folder (it not existed), had to create myself. On your videos it already been there.
I did all the other steps, like exporting Artist in the module as a JAR, the refactoring, and the pom.xml edition.
Thanks in advance
The text was updated successfully, but these errors were encountered: