On Tue, Apr 30, 2013 at 1:58 PM, Romain Manni-Bucau <[email protected]>wrote:
> I'd need to look deeper in atmos to check but seems you just have a log > issue, no? > I don't think it is a log issue anymore. > > That said please just compare 2 steps with a unique change otherwise that's > impossible to help you > I think I have done that. step 1: compared latest tomee 1.6.0 snapshot with a previous version of atmosphere 1.0.13 snapshot (2013-04-15); test result = do not experience this unwanted logging/behavior step 2: compared latest tomee 1.6.0 snapshot with latest atmosphere 1.0.13 snapshot (2013-04-26); test result = unwanted logging/behavior, because defaultbroadcaster is instantiated on every user HTTP request; which reminds me of @RequestScoped bean with constructor or @PostConstruct executing on every (http) request.
