• Errai DataBinding Standalone

    Hi,   This page (Chapter 9. Data Binding) says that DataBinding can be used standalone. But not, it needs Errai UI and other dependencies. Does somebody have a real example using just DataBinding?   Thanks...
    Profile Photo
    last modified by calderas
  • websocket connection is closing unexpectedly

    websocket connection is closing unexpectedly in production environment which is not reproducible in other environments. Web server used: Apache 2.4.6 Application server: wildfly 10.0
  • Errai Bus starts looping on client side

    Hello, We have been using Errai 3.2.5 Final for our Web Application. We have seen strange behavior of Errai Bus on client side (Browser Console) while using the application where Errai bus sending a request every 100-...
    Profile Photo
    last modified by sr_tw
  • @MappedSuperclass in errai-jpa-client 3.2.2.Final

    When trying a very simple Parent/Child contruction with errai-javaee-all:3.2.2.Final, I get the following exception while compiling:   Caused by: org.jboss.errai.codegen.exception.OutOfScopeException: et_nl_som...
    Profile Photo
    last modified by emielklomp
  • lazy singleton support

    Hi,   dependency injection with errai is working for us much better now than our previous implementation with google-gin.   Anyhow we kind of running into the same problems since our app is getting rea...
    Profile Photo
    last modified by marius.gerwinn
  • How to customize generated files location? /Issue with null Properties

    Hello, I am using Errai 3.2.3.Final with GWT 2.7.0 and maven 3, I want to leverage the security features it has but when I start my app server I get this trace:   java.lang.NullPointerException org.jboss.errai....
    Profile Photo
    last modified by bruce264
  • Errai JAX-RS throwing and catching exceptions (howto?)

    I'm having some difficulties working out how to throw a userException from a JAX-WS serverImpl class and then catch it nicely in the client class.   The service definition is like this: ------------------------...
    Profile Photo
    last modified by yagerhard
  • errai-bus-demo-stock and beans.xml

    Hi all, i think there are not enough beans.xml in jboss profile, coz the result is an empry table, after i add it and rebuild war all works great ! [treblereel@dhcp-10-40-5-14 errai-bus-demo-stock]$ mvn -Pjboss7 cle...
    Profile Photo
    last modified by treblereel
  • @ApplicationScoped failures in Errai 3.1.2

    hello all, I noticed that this configuration of beans fails:   .... @ApplicationScoped @Templated("BottomBar.html#bottomBar") public class BottomBar extends Composite { ... }   @ApplicationScoped @Pag...
    Profile Photo
    last modified by hr.stoyanov
  • Why is a ClientMarshaller running on server side instead of a ServerMarshaller

    Here are a pair of marshallers for the object DateMillis.   @ClientMarshaller(DateMillis.class) public class DateMillisClientMarshaller extends DateMillisMarshaller {     // this class has been del...
    Profile Photo
    last modified by pmwqld
  • Errai 3.2.0-SNAPSHOT and Keycloack 1.2.0.RC1 - security demo failure and other questions

    Hi all, I tried to deploy the Errai security demo for Keycloack as described in the README.md file, When I click on the "or log in with Keycloak" link, I am jumping to KC, but there I see an error message: ..... w...
    Profile Photo
    last modified by hr.stoyanov
  • HTML5 pushstate and GWT 2.7 superDev problem

    Hi all, I tried to enable html5 pushstate URLs for my app: <script type="text/javascript">     var erraiPushStateEnabled = true; </script>   Now, upon start up of the web app, ...
    Profile Photo
    last modified by hr.stoyanov
  • @Page(role = LoginPage.class) question

    Hi all, When using Errai with Keycloak(KC) as a security provider, one of the great advantages of KC is that the Errai developer does not need to provide a login page. Yet the Errai secuirty demo does provide one, a...
    Profile Photo
    last modified by hr.stoyanov
  • annonymous user in Errai 3.1.2 and Keycloak 1.2

    Hi all, What is the best way to support anonymous users? Can anyone share a receipt?   The Errai KC integration doca state that it is not possible to have security constraint with authentication only. Since I w...
    Profile Photo
    created by hr.stoyanov
  • DataBinding Injection

    Sorry for my inexperience.   I'm using Errai DataBinding as Standalone module and it is working fine.   Now, I want to replace the manual set-up by Injection (@PostConstruct, @Inject, @Bound, @AutoBound, t...
    Profile Photo
    last modified by calderas
  • How to bind a DateBox  with Errai binding?

    Hello,   I'm using Errai Binding according to (Data Binding - Errai - Project Documentation Editor).   Model >> @Bindable .. Empleado ..{    ....    Date fecha;    ...
    Profile Photo
    last modified by calderas
  • Error when trying to use (and not) WebSockets in Wildfly 8.1.0 and Wildfly 8.20

    Hi csa, werrenmi   I am trying to get Websockets working with Errai 3.1.2.Final   I have managed to deploy into Wildfly 8.2.0 Final, and set the following in the Errai Properties file:   errai.bus.en...
    Profile Photo
    last modified by magick93
  • ListWidget performance

    Need some advice or insight on the ListWidget performance. The articleRe: Errai performance issues with tabular data indicates that there are fixes to improve the ListWidget performance for larger numbers, and that...
    Profile Photo
    created by pnakaska
  • errai-bus-demos-helloworld beyond errai 2.3.2

    I have started working with Errai, and am successfully running the errai-bus-demos-helloworld demo in version 2.3.2 When I try to update the errai version on this demo to 2.4 or 3.0, some classes have moved to a new ...
    Profile Photo
    last modified by geertvds
  • Errai annotation ExtensionComponent

    Hi all, i cant find any docs describing that  annotation, so i ll be appreciate for help.   Is there some best-practices/examples how-to make custom annotations ?   Thanks!
    Profile Photo
    last modified by treblereel