4 Replies Latest reply on Nov 18, 2013 5:36 AM by pere.fernandez

    FormModeler 6.0CR5 Showcase Build Error

    tmcclure0501

      Trying to get the FormModeler  showcase project to build - I added AdminstrationService that was missing and commented out the ToolMenu - as I believe it would be a great way to examine the functionality

      I saw a post that:

      import org.jboss.errai.ioc.client.container.IOCBeanManager;

       

      should be changed to:

      import org.jboss.errai.ioc.client.container.ClientBeanManager;

       

      however this line of code now presents an issue:

             final Collection<IOCBeanDef<AbstractWorkbenchPerspectiveActivity>> perspectives = iocManager.

                      .lookupBeans( AbstractWorkbenchPerspectiveActivity.class );

       

      Thanks