• Errai Navigation dependencies

    I've successfully created an Errai project from the maven quickstart archtype. Everything works and all is well. However, as soon as I introduce "@Page" and "Errai-navigation" then I'm trouble.   Could someone ...
    Profile Photo
    last modified by yagerhard
  • Errai Newbie - Quick Q

    Hi All,   Errai seems like a really neat project. We just started working with it to port some of the GWT stack to errai.   With the Bus (I guess the most famous part of Errai), I had an extremely quick Q....
    Profile Photo
    last modified by thewebman2002
  • Implementing parent class for @Page annotated classes

    Hi guys!   I have to make parent class for @Page annotated classes in my project and implement couple methods in there. Basically the main purpose of this class will be tracking time that user has spent on the p...
    Profile Photo
    last modified by morfeus929
  • Marshal Exception

    Hey Folks - we are progressing along on Errai ... now we have hit this issue:   Error calling remote service: HelloWorldService -- Additional Details: org.jboss.errai.marshalling.client.api.exceptions.Marshalli...
    Profile Photo
    last modified by thewebman2002
  • Solution for "class is not available to the marshaller framework: ...Exception"

    Hi,   since the advent of modern programming styles it becomes more frequent that Exceptions are not part of the interface's method signatures. Even more since EJB3 with CMT beans and interceptors nearly _any_ ...
    Profile Photo
    last modified by shadogray
  • Errai generated JavaScript size issue

    First of all I would like to say how much I was surprised  to find out about this project. currently we are in the stage of creating our GWT infrastructures (MVP , UI , Server comm...)  for a GWT CRM based s...
    Profile Photo
    last modified by eladhr83
  • ERRAI issue with TicketMonster

    Hello ! ERRAI is not working with TcketMonster, at least JBDS 6.0 does not recognise @portable definition in a code and not allow using import org.jboss.errai.common.client.api.annotations.Portable definition.  
    Profile Photo
    last modified by zacce
  • NPE when running @Inject Caller<t>

    Hi,     I am trying to get errai to call a rest service.  My project was created from the JBoss quick starts (GWT project), and compiles properly.     My class is a view implementation. ...
    Profile Photo
    last modified by wschilpzand
  • Errai UI + Internationalization

    Apologies if this has been discussed here or elsewhere already (I searched the forum and JIRA without success, but you know how that goes).  Are there any features planned around internationalization and Errai UI...
    Profile Photo
    last modified by eric.wittmann
  • Errai ui + Resource Bundle

    Hello community!   Some time ago I'm developing with GWT, and since leaving Errai'm looking pretty. I have a question regarding Erri UI and use of ResourceBundle. With UiBinder this is possible, since the res...
    Profile Photo
    last modified by crinaldi
  • Proxy and network connectivity issues

    Hi all,   I'm having some problems running the very first Errai appliaction - the one that is created from the maven archtype.   I start the app.....   $ mvn clean gwt:run [INFO] Scanning for projec...
    Profile Photo
    created by yagerhard
  • Idea: Transition hyperlinks/anchors (errai navigation)

    I was thinking that a nice feature to have in the navigation framework would be a way to have a Transition based hyperlink or anchor.  The reason that would be nice is to be able to easily create links in pages t...
    Profile Photo
    last modified by eric.wittmann
  • Start developing with Errai, problems come soon

    Hello,   I'm new with Errai. I'm using JBoss 7.1.0.Final, Maven 3.0, Eclipse Indigo. I build a simple project using the maven command   mvn archetype:generate -DarchetypeGroupId=org.jboss.errai.archetypes ...
    Profile Photo
    last modified by fpezzati
  • Integration Errai-CDI with Spring framework

    hi,   is there any plan to integrate errai-cdi with spring framework?   thanks
    Profile Photo
    created by errai_user
  • Using Errai without Maven

    Hi, I am developing an Client-Server-Application communicating via WebSocket. I tried to get the Errai examples to work but I have Problems using Maven. Now I wonder if I can use the Errai Libraries in my Applicati...
    Profile Photo
    last modified by siritter
  • Marshalling discovery need to be revised

    Hi,   I think that Errai marshalling discovery needs more intelligence to detect portable types automatically. The main problem of current implementation is that unlike GWT-RPC it does not support inheritance of...
    Profile Photo
    last modified by throwable
  • NoClassDefFoundError while testing the marshaller

    Hi all,   I've tried to create a unitest which tests my custom marshaller, but get the following Error:   java.lang.NoClassDefFoundError: org/eclipse/jdt/core/compiler/CompilationProgress   ...
    Profile Photo
    last modified by davidka
  • Junit Tests and ErraiBus

    Hi,   I followed your explanations under 'https://github.com/errai/errai/blob/master/errai-bus/src/test/java/org/jboss/errai/bus/client/tests/BusCommunicationTests.java', to perfrom a GWT Unit Tests with the usa...
    Profile Photo
    last modified by davidka
  • AbstractJSONMarshaller in Beta4

    Hi all,   I've tried to create a custom marshaller (as described in the documentation), but there is no AbstractJSONMarshaller class in Beta4 jar. In Beta3 it is still available. Is there an another solution now?
    Profile Photo
    last modified by davidka
  • SOLVED: Local build issue?

    I grabbed a zip from: https://github.com/errai/errai (master) and tried a local build (please bear with me .. just coming up to speed with maven) .. I got the following that I'd appreciate any ideas on:   $ mvn ...
    Profile Photo
    last modified by david.grigglestone