agoncal-course-quarkus-jpa-panache
agoncal-course-quarkus-jpa-panache copied to clipboard
Code of my course "Building a Quarkus Application with JPA & Panache"
This happens when I run the ArtistRepositoryTest: org.postgresql.util.PSQLException: ERROR: relation "configuration" does not exist Position: 62 at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2713) at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:2401) at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:368) at org.postgresql.jdbc.PgStatement.executeInternal(PgStatement.java:498) at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:415) at org.postgresql.jdbc.PgPreparedStatement.executeWithFlags(PgPreparedStatement.java:190) at org.postgresql.jdbc.PgPreparedStatement.executeQuery(PgPreparedStatement.java:134)...
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...
Hello, I'm following an online tutorial, but came across an error which I am not able to resolve. [ERROR] Errors: [ERROR] ArtistRepositoryTest.shouldCreateAndFindAnArtist:27 » IllegalArgument Not an entity [class org.agoncal.quarkus.jdbc.Artist] Making...
Appears the `test` directory nor the java class file under `src/main/java` are not being generated per bootstrapping activity from "Accessing Rational Databases with Quarkus" lecture. ``` COSML-1722633 :: Documents/Training/quarkus-course »...