1 Reply Latest reply on Oct 16, 2013 6:14 PM by csa

    What happened to IOCBeanManager?

    mdhirsch30345

      We're using Errai 2.3.0, and today I tried upgrading to 2.4.1 and had a problem with IOCBeanManager.  We don't use it much--only in a few places--but I can't find it anywhere.

       

      Does it still exist?  I got things to compile by using ClientBeanManager and SyncBeanManager, but the docs say to use IOCBeanManager.

       

      Is it just the docs that are out of date?  I didn't see anything in the release notes about IOCBeanManager going away.

       

      Thanks,

       

      Michael

        • 1. Re: What happened to IOCBeanManager?
          csa

          Hi Michael,

           

          Yes, ClientBeanManager is the right type to use. Depending on the configuration this will either be a SyncBeanManager or AsyncBeanManager (A bean manager with code splitting support). Unfortunately, it somehow slipped through our fingers to update all the references in the docs . We'll fix that.

           

          Thanks for pointing this out.

           

          Christian