Fritz Lumnitz
Fritz Lumnitz
In our application, we are currently storing times only as local times. In the future we want to migrate to times with time-zone information. So it is possible that we...
The `TIMESTAMPLTZ` supports an automated conversion into the time zone of the session. When an application has many users from all over the world, and you don't want to do...
As I already said, at the moment I don't really have a use case. However I may have to support this type in the future, so it may be good...
When I use the fixed approach, the Converter cannot be auto applied anymore, as the following Exception is thrown: > Exception [EclipseLink-3002] (Eclipse Persistence Services - 2.6.0.v20150309-bf26070): org.eclipse.persistence.exceptions.ConversionException Exception Description:...
nevermind, was an error in my project setup
I also just ran into this issue. Further debugging revealed, that the root cause was a `BufferOverflowException` within Jetty, when trying to write a specific tracing header. Full stacktrace: ```...