java.util.ConcurrentModificationException

2017-11-07 Thread Lon Varscsak
Hey guys, I have a situation that I think is caused by having the same set of objects (different object contexts) open in the same application. When my web application goes to serialize an object context (I think) I get this error: Any ideas on where to look at what I might be doing wrong? Than

Cache Groups

2017-11-07 Thread Lon Varscsak
Hey all, I’ve been using cache groups to do refreshing of object lists and it occurred to me today that this refresh is across all object contexts in my application. So if User A has a list of orders for their account and that is cached with the group “orderHistory” and User B also has a list of