zhfeng opened a new issue, #7254:
URL: https://github.com/apache/camel-quarkus/issues/7254

   ### Bug description
   
   When `quarkus-hibernate-orm` is config with a named persistence unit like
   ```
   quarkus.hibernate-orm."test".packages=org.acme.entity
   quarkus.hibernate-orm."test".datasource=test_db
   quarkus.hibernate-orm."test".log.sql=true
   quarkus.hibernate-orm."test".database.generation=none
   
   ```
   
   The `entityManagerFactory=#test` does not work. It can not find the righ 
`EntityManagerFactory`.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to