Re: Unable to deploy Java EE war on TomEE 8 M2 - Predeployment of PersistenceUnit failed.

2019-08-06 Thread Cesar Hernandez
Hi Ralph, Replying inline: is there a kind of debugging option so that we can better see where > exactly the problem comes from. Logging in TomEE is configured using the conf/logging.properties file, you can adjust the handlers levels to see if you get more information when the issue arises.

Re: Unable to deploy Java EE war on TomEE 8 M2 - Predeployment of PersistenceUnit failed.

2019-08-06 Thread Ralph Soika
Hi Cesar, thanks for your answer. 1.) no I have not yet tried it without docker in a plain TomEE installation 2.) I also think about that the issue could be related with jdk11. 3.) What my application requires is Java EE7 with Microprofile (incl. Health-API). TomEE8-M3 seems the only build

Re: Unable to deploy Java EE war on TomEE 8 M2 - Predeployment of PersistenceUnit failed.

2019-08-05 Thread Cesar Hernandez
Hi Ralph, I haven't seen this exact issue before but I have a couple of questions: 1) Did you try removing docker from the setup to validate if this is related to the docker image? This means deploying your application using tar/zip file TomEE M3 distribution intead of docker container. 2) Did