[coherence-dev] XBOX 360 and mutilple storage instances
Frank Scholz
fs at beebits.net
Sat Apr 18 12:08:25 CEST 2009
Hi Dominik,
> OK I have been digging deeper and deeper into the rabbit hole. And look what I have found. :-)
[...]
> Do you see the problem? :-)
yep, and I see that I've misinterpreted your emails in the beginning.
What you see here is the difference between working on
a class variable or an instance 'of-this-class' variable.
I never came across the idea that several instances of
the same backend class would have different WMV mappings.
But: "Life will find a way." ;-)
I'll fix that in Coherence trunk now.
And in your test-backend you will then have to move
the wmc_mapping from the class definition into the
__init__ method and do there a self.wmc_mapping = {...}.
Regards,
Frank
More information about the coherence-dev
mailing list