Log in to follow, share, and participate in this community.
Thread Errai UI instanciate element with Event dynamically
Errai UI instanciate element with Event dynamicallyHello. With Errai 3.1.0, I try to create dynamically an element (ex: Button) with an Event (ex: ClickEvent) My code : @Templated("MyWidget.html#my-widget") public class MyWidget extends Composite ...
Thread Cannot Package App That Uses Errai Validation ?
Cannot Package App That Uses Errai Validation ?I have errors when trying to package (mvn clean package) my errai app in which I am using bean validation. The errors in the console point to "No source code is available for type org.joda.time.ReadablePartial; did yo...
Errai Forge AddonI have a new Eclipse Luna install and a new JBoss Tools install, which contains a lot of Forge stuff too. When I read the instructions to "install the Forge Addon" they say that I should hit Ctrl + 5 and wait a few mi...
LESS issuesHi all, I am trying to use Errai's LESS feature and bumped into an issue: The way LESS is used by Errai is to bake in the LESS code into the generated JS code and not to generate a separate .CSS file, a...
Errai-forge-addonHello, While trying to use the errai-forge addon cmdline tool I came upon this error When trying to execute the errai-setup command ***ERROR*** No such command: errai-setup using errai 3.1.1.Final f...
Thread How to exclude entities from the scope of Errai JPA when compiling
How to exclude entities from the scope of Errai JPA when compilingHi everyone. I'm using Errai 3.0.0-Final (currently upgrating to 3.0.2-Final) I want to add the org.jboss.errai.jpa.JPA module to my application. I will use it with only one simple entity for the moment. However I h...
Thread Maven with errai and jboss compiling and packaging
Maven with errai and jboss compiling and packagingHello. I'm trying to compile/package an errai/gwt project and deploy it to the jboss7 server. I am having difficulty getting the profile correct for the jboss server. At least I think that is my pr...
I Need Bootstrap's Modals In Errai?Besides displaying content within the NavigationPanel, I now need to also show modals in my app (just for variety in the UI). Since I am already using Bootstrap, I felt like using its Modal. Borrowing from code in the...
Thread Cannot understand @Key annotation on Portable entity
Cannot understand @Key annotation on Portable entityI need to change the name of a property that must be deserialized from a custom JSON. I noticed that there is an undocumented annotation called "Key" that seems to make the job I need, so I wrote: @Po...
Thread Errai 3.1.0 marshalling problem with WildFly 8.2
Errai 3.1.0 marshalling problem with WildFly 8.2I am attempting to use Errai JAX-RS which utilizes Errai marshalling. In my maven project I have included a single dependency on errai-javaee-all. I can build and deploy the application but when I attempt to access it...
Errai UI questionHi all, I am trying to define an Errai page template (in a particular HTML framework, more on that later) with SIDEBAR, CONTENT and FOOTER as follows: <body > <div id="template"> <div class...
KeyCloak, Errai and bearer TokenHi all, The English is not my native language, but will try to make myself understood. I'm building an application that uses Errai 3.1.0 for the view(modification of "Errai Security Demo"), Dropwizard for the rest ...
Thread Request: Update documentation of using Errai with Keycloak
Request: Update documentation of using Errai with KeycloakHI I have been trying to get Errai to work with Keycloak, however Keycloak has evolved, and the Errai Security Keycloak docs no longer align. Ive spent many hours but could not figure out how to make i...
@Templated on fieldsHello, There is a special use case for @Templated annotation on class fields. Having a complex UI with lots of custom components, I am facing a rather cosmetic problem. There is a master template.hml, custom componen...
OSGi - is it possible with Errai?Hi all I would be very interested in hearing from anyone who has actually created an Errai OSGi application, though that is unlikely. Theoreticaly, is it possible? As our app gets more complex,...