Log in to follow, share, and participate in this community.
Thread GWT 2.6
GWT 2.6Hi, 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...
Some questions about Errai Security in 3.0I'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...
Errai and RestClientInterceptorDear 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...
Thread Listen to @Observes only when started in a mvp presenter
Listen to @Observes only when started in a mvp presenterHi, 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...
QueryParam in Errai JAXRSHi 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...
Problem with errai tutorialHi, 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...
Exit app from mobileI 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 { ...
Issue when injecting client componentsI 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 { ...
Thread Connecting to a 3'rd party RESTful web service
Connecting to a 3'rd party RESTful web serviceI'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...
Thread Error parsing JSON: SyntaxError: Unexpected token T
Error parsing JSON: SyntaxError: Unexpected token TI'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...
Problem running the 2.4.1.Final tutorialI'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:...
Re: ErraiBus with native JSHi 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...
ErraiBus with native JSI 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!
Errai 2.4.0.Final - Strange exceptions in JBoss 7.2/WildFly 8 Beta 1Hi, 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 ...
Sessions and contextsDear 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...
Thread force downloading of @LoadAsync annotated classes
force downloading of @LoadAsync annotated classesHello 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...
Fundamental QuestionHey 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...
Problem with errai EventI 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...