Hi, i want to know if the default openjpa behavior about list attributes in an entity
When i retrieve and entity (that has list values) and detached it from em and then return (from ejb) to my web tier (jsf app), the list values are immutable but other object are mutables like strings, I cannot find in the specification if this is the expected behavior, the list values have to be immutables in an entity even when the entity is detached? Thanks