Re: EventBusServiceDefault: ConcurrentModificationException

2014-11-13 Thread Dan Haywood
Oscar, fyi (as you might have noticed) I decided to further refactor the EventBusService so that the underlying guava EventBus is now in effect a singleton, rather than request-scoped. Many fewer moving parts, at the expense of a lack of symmetry. The noteworthy changes are: - both request-scoped

Re: EventBusServiceDefault: ConcurrentModificationException

2014-11-13 Thread Dan Haywood
My ideas about how to leverage CDI are slowly forming. I envisage that there being a CDI container that bootstraps the various singleton and request-scoped services, and then the rest of the runtime "reaches" in for objects as needs be. Meanwhile, if I can identify a component/piece of functional

Re: EventBusServiceDefault: ConcurrentModificationException

2014-11-13 Thread GESCONSULTOR - Óscar Bou
Thanks, Dan. I’ve read the discussion between the 2 alternatives. Also that there are some plans to “extend” support for CDI-style. Really interesting. Regards, Oscar > El 13/11/2014, a las 1:51, Dan Haywood > escribió: > > I've raised ISIS-948 for this. > > On 21 October 2014 10:38, G