I found that If you map a procedure and you pass a wrong parameter name on
ProcedureCall, Cayenne does not throw an exception, it just pass null to db for
the missing parameters.
This could be a bug or enhancement, but I do not know where to put this
comment, hope someone knows.
Atte. Juan Manu
Correct, Cayenne follows the first approach. You can create a custom
ExtendedType (or types) for the appropriate value types to alter this behavior.
I guess I am with John in that the most portable approach is to keep your JVM
on UTC. Wonder if introducing a TZ offset as a potential future Cayen