pojosontheweb / woko

POJOs on the Web !
http://www.pojosontheweb.com
Apache License 2.0
9 stars 1 forks source link

Bad management of duplicate facet keys #217

Closed vankeisb closed 10 years ago

vankeisb commented 10 years ago

This one is quite big, I don't know why it hasn't popped up before, with so many apps developed !

I tried to write 2 instance facets with the same key, and different matchesTargetObject() implementations. Only one was even taken into account so I started digging.

It's because of a JFacets bug : https://github.com/pojosontheweb/jfacets/issues/1

This one has been fixed, so it's now good in Woko too. Required a few mods around the push stuff, but no big deal.

vankeisb commented 10 years ago

see ec4c06e2bd5f92d15645ed9e609bb25257430424