FYI, for my own remembrance...
https://hibernate.onjira.com/browse/HHH-6880
https://hibernate.onjira.com/browse/HHH-6822
On Fri 08 Jun 2012 08:30:08 AM CDT, Steve Ebersole wrote:
> I agree. This sounds like the component being serialized as part of
> its inclusion in the CacheKey rather than the
On Fri 08 Jun 2012 08:49:45 AM CDT, Hardy Ferentschik wrote:
> Nice. I checkout out the metamodel branch and all builds fine.
> You seem to have chosen the merge path for the integration. Is this what we
> are going to do in
> the future as well (merging instead of rebasing)?
Well that's what we
On Jun 8, 2012, at 3:20 PM, Steve Ebersole wrote:
> I am done with consolidating src/matrix into src/test and merging master
> into metamodel. Everything seems to be working. Let me know if you see
> any issues.
Nice. I checkout out the metamodel branch and all builds fine.
You seem to have
I agree. This sounds like the component being serialized as part of
its inclusion in the CacheKey rather than the component being
"disassembled".
On Fri 08 Jun 2012 08:18:52 AM CDT, Scott Marlow wrote:
> I'll be interested to hear which software versions are in use (I just
> asked in the below
I am done with consolidating src/matrix into src/test and merging master
into metamodel. Everything seems to be working. Let me know if you see
any issues.
I did need to adjust the "matrix plugin" a little bit. We should talk
about testing as it relates to the database matric a little more a
I'll be interested to hear which software versions are in use (I just
asked in the below forum link).
On 06/08/2012 08:01 AM, Galder Zamarreño wrote:
>
> On Jun 8, 2012, at 12:35 PM, Galder Zamarreño wrote:
>
>>
>> On Jun 8, 2012, at 12:26 PM, Galder Zamarreño wrote:
>>
>>> Hi all,
>>>
>>> Re: ht
On Jun 8, 2012, at 12:35 PM, Galder Zamarreño wrote:
>
> On Jun 8, 2012, at 12:26 PM, Galder Zamarreño wrote:
>
>> Hi all,
>>
>> Re: https://community.jboss.org/message/739399#739399
>>
>> This guy's using a combo of @EmbeddedId and @Embeddable in the tests his
>> provided, and this is resul
On Jun 8, 2012, at 12:26 PM, Galder Zamarreño wrote:
> Hi all,
>
> Re: https://community.jboss.org/message/739399#739399
>
> This guy's using a combo of @EmbeddedId and @Embeddable in the tests his
> provided, and this is resulting in cache key serialized payloads differing
> for identical in
Hi all,
Re: https://community.jboss.org/message/739399#739399
This guy's using a combo of @EmbeddedId and @Embeddable in the tests his
provided, and this is resulting in cache key serialized payloads differing for
identical instances. Even in between runs, the last bit of the payload varies.
T