Log in to follow, share, and participate in this community.
Thread Errai DataBinding Standalone
Errai DataBinding StandaloneHi, 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...
Thread websocket connection is closing unexpectedly
websocket connection is closing unexpectedlywebsocket 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 sideHello, 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-...
Thread @MappedSuperclass in errai-jpa-client 3.2.2.Final
@MappedSuperclass in errai-jpa-client 3.2.2.FinalWhen 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...
lazy singleton supportHi, 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...
Thread How to customize generated files location? /Issue with null Properties
How to customize generated files location? /Issue with null PropertiesHello, 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....
Thread Errai JAX-RS throwing and catching exceptions (howto?)
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: ------------------------...
errai-bus-demo-stock and beans.xmlHi 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...
@ApplicationScoped failures in Errai 3.1.2hello all, I noticed that this configuration of beans fails: .... @ApplicationScoped @Templated("BottomBar.html#bottomBar") public class BottomBar extends Composite { ... } @ApplicationScoped @Pag...
Thread HTML5 pushstate and GWT 2.7 superDev problem
HTML5 pushstate and GWT 2.7 superDev problemHi 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, ...
@Page(role = LoginPage.class) questionHi 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...
Thread annonymous user in Errai 3.1.2 and Keycloak 1.2
annonymous user in Errai 3.1.2 and Keycloak 1.2Hi 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...
DataBinding InjectionSorry 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...
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; ...
ListWidget performanceNeed 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...
errai-bus-demos-helloworld beyond errai 2.3.2I 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 ...
Errai annotation ExtensionComponentHi 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!