Re: Johnzon, TomEE 7 and JSON-B

2019-08-05 Thread Cesar Hernandez
Hi Martin, In TomEE 7.1.0 thre was some issues related with JSON date format parsing [1]. Have you tried your code against TomEE 7.1.1 ? [1] https://issues.apache.org/jira/browse/TOMEE-2233 El mar., 30 jul. 2019 a las 6:18, Berner Martin (< martin.ber...@qualitasag.ch>) escribió: > Hello, ever

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

Re: Having search but not found: JMX counter for current EJB SLSB PoolSize

2019-08-05 Thread Cesar Hernandez
Hi Francois, In jconsole you find the Stateless container configuration [1] maxSize along with other +30 related attributes in the section: -> MBeans -> openejb.management -> Pool Points to consider: * You need to have at least one EJB deployed in your TomEE instance * If you use VisualVM, you ne