Log in to follow, share, and participate in this community.
Thread Override internal Marshaller
Override internal MarshallerHi all, I would like to know if there is an easy way to override an internal Marshaller within Errai framework, like DateMarshaller? I created a custom marshaller to override DateMarshaller, and the only way ...
Thread [Errai 4] How to instantiate a templated composite.
[Errai 4] How to instantiate a templated composite.Hi, I'm trying to upgrade a gwt project o Errai 4 and below is my steps: First , I just removed the "implements EntryPoint" on Main.java and added @EntryPoint. and then added @PostConstruct on onModule...
Errai on other servers than JBossHi, Is it possible to deploy Errai project to other servers than JBoss AS? What about servlet containers? We would like to start new project with Errai but we are limited to Jetty (Dev) and Tomcat (Dev / Prod)...
Thread [i18n] Translation of html attribute values does not work as expected
[i18n] Translation of html attribute values does not work as expectedHi, according to ERRAI-962 it is possible to translate html attributes with errai. I made a simple "proof of concept" repo after having troubles translating attributes in our main app. Check out: https://gith...
GWT 2.8.0 support for 3.2.x branch?Hi Max & Christian, do you plan a Errai 3.2.x release with GWT 2.8.0 support or do we have to migrate existing apps to Errai 4? Regards, Andreas
Page navigation error - Errai 4.0.0-snapshotHi all, Not sure why I started getting this errors - they seem pretty random and happen when I switch pages from the navigation menu. I dont think i saw them 2-3 month ago with the 4.0 shapshots back then. &...
Thread Sharing transactions between differents call (Batchcaller)
Sharing transactions between differents call (Batchcaller)Hello errai community, I would like , during an action , to make different calls that share the same transaction. After some research, I found batchcaller. I thought it's allowed to group sever...
Build Android APKI have a question about Errai Cordova, I am trying to build an APK but mvn package is looking for a www/config.xml file (even on the GitHub - errai/errai-tutorial: Errai tutorial project) the problem is that it does n...
Errai and PolymerIn case anyone is interested I was able to utilize the Vaadin Polymer GWT 2.8 JSInterop classes with Errai templates. Additionally I was able to use the Vaadin Polymer gwt-api-generator to generate JSInterop classes f...
Errai 4 Widget onLoad alternativeWith the GWT steering committee's announcement that widgets will be removed or deprecated in GWT 3.0 I have begun investigating how I can refactor my application to accommodate for this in GWT 2.8 and Errai 4.0. I exa...
Elemental2 vs E4 dom wrappersGoogle made available the first release of 'Elemental 2' in the gwt contributors group. This is JsInterop library generated from the Chrome Dom definitions, I think. Therefore, the Elemental Dom wrappers supersede the...
Interceptor for batchcallerHello, There is few documentation about batch caller and I'd like to know if it's possible to have an interceptor for it. The idea is to manually begin a transaction, run batch (each proxies call are c...
Question about Errai 4 jar filesMax, Do you know which of the below jar files does not belong in the WAR bundle? I tried to weed out all GWT specific jars that have no purpose at run time, still ... 86500 2016-06-22...
Thread Need help on how linkers/generators in Errai 4 work
Need help on how linkers/generators in Errai 4 workHi Max, I bump into a strange issue with a Gradle GWT plug-in. I suspect the issue is with the plug-in itself, but it might be related to how Errai linkers/generators work. Please drop a comment under the issue here ...
[Errai 4] Out o fMemoryHi, an upgraded project to Errai 4 fails with this stack trace: [INFO] Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded [INFO] at java.util.LinkedList.linkLast(LinkedL...