I have a verysimple Gradle project called MyApp. MyApp is built as an .ear file
thatcontains a .war file with a test.jsp page. Gradle can build it and the app
willrun in TomEE if I deploy the .ear file manually to the /webapps folder.
Now I'mtrying to run it from NetBeans 13 in TomEE using th
Never mind; I was able to answer my own question. The answer is actually quite
simple:
just needed to append the &serverTimezone=value to the url string passed in the
properties object sent to the persistence entity manager
> On Apr 15, 2019, at 7:22 PM, Terry Warren wrote:
>
>
when using the Netbeans
entity management as I don't know how to add this parameter.( I can control the
parameters: url, user and password).
The same problem occurs when using Netbeans 9 IDE.
thanks for any responses
Terry Warrenuser
--