John Teeter

Results 37 comments of John Teeter

The implementation is completed, but I need a few test files to exercise the code b/f checking it in. depends on: https://github.com/energyos/OpenESPI-GreenButtonCMDTest/issues/64

17 months later- the first step is "restore context" - I'll assume it's still in the "need test files" stage; that I can find the code (I think it was...

this leads to the larger question (beyond reading quality) of the need for all enumerations to be specifically implemented (thus enabling the validation/check of these enumerations when marshalling/unmarshalling). Is there...

The implementation is completed, but I need a few test files to exercise the code b/f checking it in. depends on: https://github.com/greenbuttonalliance/OpenESPI-GreenButtonCMDTest/issues/64

add itemKind (with possibly profiled structure) to the usageSummary line item

it is possible to avoid JPA, but I had attempted to use the lazy attribute to access the IntervalBlock collection on an as needed basis (i.e. I relied upon the...

I believe this is an issue with the GAE repository. The MySQL implementation supports the LAZY characteristics to avoid this issue.

Marty, I think there is another issue https://github.com/energyos/OpenESPI-Common-java/issues/123 that reflects this query parameter need. I believe this to be related more broadly to the JPA LAZY topic. Do you agreen?

So to be clear - 1) this issue reflects the "lazy" behavior; and 2) issue https://github.com/energyos/OpenESPI-Common-java/issues/123 that reflects this query parameter need

So for this issue, does GAE not support the JPA Lazy behaviors?