emmanuel wrote:
year, I had this discussion before with Gavin... and failed to convince it :-)
We choose not to respect the Collection semantic for Bags since it implies loading the full collections to correctly implement it.
Ok... so.. if i use list, that will work ? :)
emmanuel wrote:
It is a bad practice to compare collections, anyway.
Why ? (i'm not a java guru) I missed a specification ?
To me, 2 collections are equals if all elements are 'equals', aren't ?
emmanuel wrote:
Since Bag is now the base implementation of our EJB3 API, I would be incline to fix it... if I figure how to convince Gavin
Good luck ;-)