2 Replies Latest reply on Dec 6, 2010 7:49 AM by heiko.braun

    Newbie Question

    sven-loe

      Hello,

       

      I am trying to integrate errai in my Gwt app. I use errai-1.1.0cr2 and I get the following error message:

       

      Line 20: No source code is available for type org.jboss.errai.bus.client.api.MessageCallback; did you forget to inherit a required module?
               [ERROR] Line 22: No source code is available for type org.jboss.errai.bus.client.framework.RequestDispatcher; did you forget to inherit a required module?
               [ERROR] Line 30: No source code is available for type org.jboss.errai.bus.client.api.Message; did you forget to inherit a required module?
               [ERROR] Line 32: No source code is available for type org.jboss.errai.bus.client.api.RemoteCallback<T>; did you forget to inherit a required module?
               [ERROR] Line 34: No source code is available for type org.jboss.errai.bus.client.api.base.MessageBuilder; did you forget to inherit a required module?

      Line 20: No source code is available for type org.jboss.errai.bus.client.api.MessageCallback; did you forget to inherit a required module?

               [ERROR] Line 22: No source code is available for type org.jboss.errai.bus.client.framework.RequestDispatcher; did you forget to inherit a required module?

               [ERROR] Line 30: No source code is available for type org.jboss.errai.bus.client.api.Message; did you forget to inherit a required module?

               [ERROR] Line 32: No source code is available for type org.jboss.errai.bus.client.api.RemoteCallback<T>; did you forget to inherit a required module?

               [ERROR] Line 34: No source code is available for type org.jboss.errai.bus.client.api.base.MessageBuilder; did you forget to inherit a required module?

       

      Does somebody an idea?

       

      Yours

      Sven