Log in to follow, share, and participate in this community.
Thread Errai security - user's roles refresh from Keycloack
Errai security - user's roles refresh from KeycloackHi all, Question: How can one refresh the set of security roles in Errai, without forcing logount/login? I am particularly interested in the Keycloak implementation. The user's set of roles can change outside the E...
GWT 2.8 and the future of ErraiHi all, I have a few question about the future of Errai in light of the design guidelines Google provided for GWT 2.8 and beyond: 1. Google said they will drop Widget class and use only DOM elements. How is GWT goin...
Compiler failure in ERRAI 3.2.3-SNAPSHOTCame across strange failure with the following piece of code related to client security. It seems related to @RestrictedAccess, since the issue goes away without it. @DataField ...
Gitter on githubHi all, As Errai is already on Gitgub, would it be possible to start gitter channel for chatting there? Lot's of projects are doing it. IRC is kind of old, and this forum is not very lively.
Thread Compilation problem when ApplicationScoped bean moved to module
Compilation problem when ApplicationScoped bean moved to moduleHi everybody, We had a maven errai project with 1 module containing an ApplicationScoped bean named Keycloak, that was injected in other beans and everything used to work fine. Now we have exported the Keyclo...
Thread Running Errai projects targeting an already existing copy of Wildfly.
Running Errai projects targeting an already existing copy of Wildfly.I've create with JBoss Forge a new Errai-based project (a very simple one, just an hello world page to be honest) and I'm trying to experiment a little with it. I succeeded in using an external copy of Wildlfy,commen...
GWT and Errai..again about their future.Hi there, I hope to get here an advice about a question I'm afraid is asked very often... We are evaluating several alternatives for building web application interfaces, and at least in our case a Java Web framework...
errai-tutorial Building native app errorCan anyone help with the error below when trying to build the errai-tutorial as a native app? log4j:WARN No appenders could be found for logger (org.apache.commons.configuration.ConfigurationUtils). lo...
Thread QueueUnavailableException: no queue available to send
QueueUnavailableException: no queue available to sendHi Im trying to get our Errai app working on Wildfly 9.0.2, migrating from Jboss 7.1. The war appears to deploy fine now. But when trying to run it I get the following error. Does anyone have any ideas...
Thread Errors when migrating from jboss 7x to wildfly 9
Errors when migrating from jboss 7x to wildfly 9Hello I am trying to upgrade our Errai app to run on Wildfly. I am getting hibernate errors, displayed below. Does anyone know how to fix this? appui-dev-local | 15:53:53,211 INFO [org.h...
Errai 4!Hi mbarkley I see you are giving a talk at GwtCon! This looks very cool! For us poor bastards who cannot attend, will you be making your presentation available? Please do - it would be greatly appreci...
Thread websocket js error on close + shadow service
websocket js error on close + shadow serviceWhen i stop my server i got an error. see attached image. Moreover, i'm unable to get shadow service working. ************************************************ @Remote public interface IWelcomeService...
bus initialization timeoutHi, When i use erraiBusRemoteCommunicationEnabled=true and the server is not accessible (or no internet), ui does'nt load at all . I'm using CDI to inject a widget (in the entrypoint class) that add itself to...
Thread Error when trying to use custom template provider
Error when trying to use custom template providerHello I am trying to use the custom template provider, however, when I try to inject a bean, and use that bean, I get an error in the browser. If I inject the bean, but do not use it - its fine. As so...
Thread Errai webapp becomes unresponsive in periods
Errai webapp becomes unresponsive in periodsHi, I'm new to GWT and Errai, but am working with an application that in some situations ends up unresponsive for some time until it returns to normal. When I click on things that are supposed to show oth...
Bootstrap dropdown navbarHi. I'm using an errai template with boostrap to create the application navigation bar. All works right ... except that the click on the dropdown ítems don't close / hide the dropdown menu. The boostrap...
Thread One request for the favicon for every request to erraiBus
One request for the favicon for every request to erraiBusHi, I have an application that uses Errai (currently 3.2.0.Final version) While having the chrome development tools open and checking the network tab, we've noticed that we have several requests for our favico...
@CodeDecorator and 4.0.0-SNAPSHOTHi Everyone, As I understand, there are some changes in errai-ioc 4.0.0-SNAPSHOT comparing to 3.2.1, i mean how decorators work. I have some and it works perfect but after I switched to 4.0.0 it stopped. Could...
Thread Custom Template provider - how to get page or class name?
Custom Template provider - how to get page or class name?Hello I am looking to use the new fancy Custom Template feature in Errai 3.2. I would like to, in my custom template provider, get the class name of the widget that the template is applied to. ...