Log in to follow, share, and participate in this community.
Thread Errai Navigation dependencies
Errai Navigation dependenciesI'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 ...
Errai Newbie - Quick QHi 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....
Thread Implementing parent class for @Page annotated classes
Implementing parent class for @Page annotated classesHi 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...
Marshal ExceptionHey 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...
Errai generated JavaScript size issueFirst 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...
ERRAI issue with TicketMonsterHello ! 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.
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. ...
Errai UI + InternationalizationApologies 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...
Errai ui + Resource BundleHello 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...
Proxy and network connectivity issuesHi 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...
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...
Thread Start developing with Errai, problems come soon
Start developing with Errai, problems come soonHello, 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 ...
Using Errai without MavenHi, 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...
Marshalling discovery need to be revisedHi, 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...
Thread NoClassDefFoundError while testing the marshaller
NoClassDefFoundError while testing the marshallerHi 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 ...
Junit Tests and ErraiBusHi, 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...
AbstractJSONMarshaller in Beta4Hi 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?
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 ...