Log in to follow, share, and participate in this community.
Thread How can hot reload be enabled when running Errai on Tomcat?
How can hot reload be enabled when running Errai on Tomcat?I am developing a project with Errai 4 and as usual I can run "mvn gwt:run" and hot reload just works, i.e. I change models or views and I only need to refresh the browser. Now I need that but running my Errai applica...
Errai : Generic DataBinding for enumsHi, I give a try to errai. For now, I am interested only in client side (UI/DataBinding/Navigation). I had a generic component using Editor for enums rendering in radio button done with gwtbootstap3. I...
errai RPC in different warFollowing a discussion with 2 of my collegues, I was wondering if it is possible (and even if it make sense) to have an ERRAI RPC call between to different wars, meaning that the client side is in one of them and the ...
get instance of IOCBeanDefin errai 4.2.2 there is no method getInstance() in the IOCBeanDef interface, but it is used in the documentation. public MyManagedBean { @Inject SyncBeanManager manager; public void looku...
Guice configuration errorHi. I get the following Guice configuration error: 1) No scope is bound to javax.enterprise.context.Dependent. at org.jboss.errai.security.server.NonCachingUserServiceImpl.class(NonCachingUserS...
Client side only configuration and pomHey. I would like to use errai in the client side. I am writing rest client for existing application. I would like to have aś minimal dependents in pom as it could be. Please help.
Dynamic menuHello, I'm new on Errai. I'm trying to get an idea of how to work with UI. My first approach it's to create a dynamic menu with page navigation. I've create two classes Menu and Item: ...
Deprecation of Errai JPAIn the recent PR I saw that Errai JPA will be removed in v5 - Removed dom4j dependency from core Errai by hrstoyanov · Pull Request #319 · errai/errai · GitHub I assume this is referencing the ...
Thread CSS media selector and calc() function not working.
CSS media selector and calc() function not working.I'm having some troubles using media selectors for my ui widgets. For example this doesn't seem to work: @media all and (max-width: 720px){ p{ color:purple; background...
How to wrap static DOM elementsHi, I have elements in a todo list that I load as plain static html (not inserted by gwt). I have the same elements as errai template elements so the users can insert new elements dynamically to the list. Is there a ...
MessageBus message timeoutHi Is there anyway to set timeouts on messages from the client bus? Also, as far as I understand browsers can do multiple concurrent xhr requests within certain rather small limits. Does the Errai Mess...
How can I use Errai Binding in standalone?I'm tring to use Errai DataBinding in standalone mode ,as descripted in documentation, with gwt , but it doesn't work. The problem is during the compilation. Any solutions??
Errai Spring Server project updateHello Forum I have just gone through a round of changes to the errai-spring-server library I added to github. My hope with this project is that Errai might gain some more traction if it can be more easily used...
Gwt's UiBinder like errai moduleHi all. Errai-UI allows us create @JsType elements and bind it to a document with @Data-field annotation. It works like a charm but sometimes we could have a little overhead in case we have a number of such el...
Thread Errors in 3.0.4-SNAPSHOT after upgrading to GWT 2.7.0
Errors in 3.0.4-SNAPSHOT after upgrading to GWT 2.7.0...The easy stuff was the ASM dependencies because Errai depends on huice, which uses asm 3 and GWT requires ASM 5. But this one is strange is java.lang.ClassCastException, which does not stop the app but is irritati...
Thread form data missing in Errai 3.0.0.CR1 JaxRS client
form data missing in Errai 3.0.0.CR1 JaxRS clientHi all, I'm try to request my REST service with POST form parameters with Errai Jax RS client 3.0.0.CR1. In debug mode, the arguments of the service method call are passed correctly, but the JaxRS proxy build...
Waiting for server-side resources to loadOur app needs some app registry and user data, which is loaded asynchronously from the server, after the app is started, to work properly. This becomes a problem when a user wants to navigate directly to a page withi...
Thread add elemntal2 to document : wrong documentation
add elemntal2 to document : wrong documentationHi, In errai refernce documentation : org.jboss.errai.common.client.dom.Document is a thin wrapper around the DOM document provided by Errai . his line assumes that TemplatedBean implements org.jboss.errai.ui....