Based on email discussion on weld-dev. Weld uses lazy conversations but in case when user attempts to restore non existing conversation (e.g. request with ?cid=999 that doesn't exist) it will not fire @Initialized event despite the fact that we immediately associate another conversation with the given request (which is what spec requires). |