• GWT 2.6

    Hi,   I'm just wondering if there is there any update regarding gwt 2.6 support.   I recognised that it is somehow already supported?  https://docs.google.com/document/d/1luJzaZzSwsLyt4dY_jyot1ERpJ8fC...
    Profile Photo
    last modified by marius.gerwinn
  • Some questions about Errai Security in 3.0

    I've been testing out the Errai 3.0 branch for an internal project and we've been trying to use Errai Security to secure our application. Two issues have come up so far, so I thought I would ask. I decided to post thi...
    Profile Photo
    last modified by marrrck
  • Errai and RestClientInterceptor

    Dear all,   I've implemented a RestClientInteceptor and all is well for the request side of things. However, I'm having some problems with the response side.   I have a line in the code:   conte...
    Profile Photo
    last modified by yagerhard
  • Listen to @Observes only when started in a mvp presenter

    Hi,   a while ago errai CDI events where updated so that they can be used on client side only (adding removing some bugs & adding @LocalEvent for @Portable annotated classes) Since then we make a lot of use...
    Profile Photo
    last modified by marius.gerwinn
  • QueryParam in Errai JAXRS

    Hi   I am trying to invoke the REST service shown below using Errai (2.3.2.Final) via Injection of a caller proxy        @GET     @Path("/data.json")     p...
    Profile Photo
    last modified by nikhilraj
  • Problem with errai tutorial

    Hi,   I am new to erra however with some GWT experience. I decided that I will start my adventure by configuring development environment and installing tutorial. So this is what I have on board:   errai tu...
    Profile Photo
    last modified by alex122
  • Exit app from mobile

    I searched and didn't find anything about how to call exit from a mobile Errai app.   I looked at source code and came up with this for android:   public class MainPage extends Composite {   &#...
    Profile Photo
    created by jclgml
  • GWT 2.5.1 and 2.6RC1 were released...

    GWT 2.5.1 and 2.6RC1 were released. Is it safe to use  GWT 2.5.1 with Errai 2.4.2.Final?   Thanks.
    Profile Photo
    last modified by hr.stoyanov
  • Issue when injecting client components

    I was playing around with the HelloWorld example to get familiar with the Errai API, In particular the client components injection.   @EntryPoint public class HelloWorldClient extends VerticalPanel {  ...
    Profile Photo
    last modified by varghese.cv
  • Connecting to a 3'rd party RESTful web service

    I'd like to use Errai to connect to one of our already existing web service.   1- I duplicated the JAX-RS annotated interface class and placed it in client/shared package. 2- In Maven pom.xml, I've added depen...
    Profile Photo
    last modified by atatous
  • Error parsing JSON: SyntaxError: Unexpected token T

    I'm trying out the errai-cdi-demo-mvp 3.0-SNAPSHOT When I click around in it, adding a contact for example. I always get the following error:   com.google.gwt.json.client.JSONException: Error parsing JSON: Syn...
    Profile Photo
    last modified by rocadel
  • Problem running the 2.4.1.Final tutorial

    I'm having difficulty getting the 2.4.1 tutorial to run. I'm usins OSX Mavericks.   I run "mvn package":   Downloaded: <lots of stuff> [INFO] No tests to run. [INFO] [INFO] --- gwt-maven-plugin:...
    Profile Photo
    last modified by yagerhard
  • Re: ErraiBus with native JS

    Hi Cristian,   We've started some initial prototyping on this in errai-js (that's available in 2.4.0.Final): https://github.com/errai/errai/tree/master/errai-js   Other things have been more important but...
    Profile Photo
    last modified by csa
  • ErraiBus with native JS

    I wonder if there is a native js ErraiBus client? We use the server components ErraiBus a native JS App.   The version I'm using is the 2.4.0.Final Thank you!
    Profile Photo
    last modified by crinaldi
  • Errai 2.4.0.Final - Strange exceptions in JBoss 7.2/WildFly 8 Beta 1

    Hi, I am getting some inexplicable  exceptions with Errai 2.4.0.Final when deploying to JBoss 7.2/WildFly 8.Betra1. I wasted quite a bit of time on this wild goose chase, when thanks to Google I came across the ...
    Profile Photo
    last modified by hr.stoyanov
  • NoClassDefFoundError: Could not initialize class org.jboss.errai.jaxrs.ErraiProvider

    I'm having some issue running my GWT/Errai app in GAE (Google App Engine). Also not sure why my app cannot initialize ErraiProvider?     Error:     Uncaught exception from servlet java.lang.NoCl...
    Profile Photo
    last modified by xybrek
  • Sessions and contexts

    Dear all, I've just been looking through the PicketLink integration and will be giving it a try shortly. However, I do have a general question regarding contexts and sessions with Errai. I've in the middle of a proj...
    Profile Photo
    last modified by yagerhard
  • force downloading of @LoadAsync annotated classes

    Hello together   Is there a simple approach to force downloading all (missing) split points annotated with @LoadAsync at once? Split Points are great to reduce the initial startup time. But for offline-suppo...
    Profile Photo
    last modified by marius.gerwinn
  • Fundamental Question

    Hey Jonathan and experts,   Had  a fundamental question to understand whether a particular scenario can be implemented using ErraiBus.   Firstly - Can one obtain an instance of the server erraibus us...
    Profile Photo
    last modified by thewebman2002
  • Problem with errai Event

    I have a question When i use .fire(...) for invoke an event, it is received by the @Observes if it is call in your modulo, but it isn't invoked if it is call from another module(module maven). In pom.xml the dependen...
    Profile Photo
    last modified by hernsys