• Problem with @Inject (Unsatisfied dependencies)

    Hi, i am using Errai for several months - everything works fine without any problem - i really enjoy using Errai. Yesterday i tried to add a Bean outside the client package (Test.java in dev package) an and tried to...
    Profile Photo
    last modified by erraiuser
  • Errai 4.0.0.Beta1 and UiBinder

    Hi, i found that errai-uibinder is no more available in version 4.0.0.Beta1, is the special handling of uibinder no more needed or is creating uibinder based views no more supported ?   Thanks, S.
    Profile Photo
    last modified by samros
  • Errai UI with GWT

    I'd really like to use Errai UI(3.2.4) in my GWT (2.8) application. I already have one setup with an EntryPoint implementation and an onModuleLoad. I have restGWT setup and interacting with my server (which uses Jerse...
    Profile Photo
    last modified by ntroncoso
  • RequestFactory integration

    Hi...I am looking to move from GWT UIBinder to Errai UI. Since we use RequestFactory to transfer our data objects, is it possible to combine Errai UI and data binding with RequestFactory?   Thanks in advance, &#...
    Profile Photo
    last modified by schoedt
  • exception: java.lang.RuntimeException: Failed to dispatch CDI Event

    Hi,   I have setup Wildfly 8.2.1 and Drools 6,2 wb. Drools get deployed well. and first day i was able to create a small project, with having a pojo class with 3 fields, guided decision table and a test case. ...
    Profile Photo
    last modified by vksrivas78
  • After successfully deployed war file to JBOSS eap 62 server, it started showing blank screen.

    I have made all configuration changes for migration from JBOSS eap 5 to JBOSS eap 6. After deploying the war file it was working fine. But now it is showing a blank screen. I tried to redeploy but still showing the sa...
    Profile Photo
    last modified by pranavjboss
  • Bug inTemplateUtil and GWT DOMImpl in Errai App

    After hours of GWT and Errai code debugging I've found what I think it is a Bug in the code.   I was trying to use ListWidget to create and paint <TR> like items... and trying to find out what fails in thi...
    Profile Photo
    last modified by betxaburu
  • TemplateUtil Div restriction

    org.jboss.errai.ui.shared.TemplateUtil has a BIG restriction.   Errai let's you create your own custom widgets and "paint" them with a template.   We are creating a "item" tipe widget to paint all the item...
    Profile Photo
    last modified by betxaburu
  • how do i send messages form server to client [specific users] using bus?

    I wanted to send the messages from server to client only for particular users because the messages are specific to users , does the below sample work   bus.subscribe("user_name_messages", new MessageCallback() ...
    Profile Photo
    last modified by arhdna
  • Errai 3.2 and Cordova. Problem with errai-tutorial code when generating and testing generated cordova code

    Hello there,   I am using the errai-tutorial code from GitHub - errai/errai-tutorial: Errai tutorial project. No additional code. Just clone, install maven dependency and build using bellow instruction as per th...
    Profile Photo
    last modified by harishashim
  • Errai using bootstrap template with non functioning data-toggle button

    Hello there!   I am trying errai UI that is properly setup with bootstrap template created using Pingendo.   This is pretty straight forward, i.e. I just use simple code plus default template created by pi...
    Profile Photo
    last modified by harishashim
  • No proxy provider found for type only in dev mode

    Hello everyone,     I'm writing an application in Erra and I got into trouble. RPC calls using the application. When I start in normal mode, Vee running well, but when it will bring the best in dev mode thr...
    Profile Photo
    last modified by schrek1
  • Jboss Fuse 6.2.1 with Gradle build

    Hi All,   we are exploring the options of using Gradle as build tool for Jboss Fuse with camel, cxf and A-MQ. Does OSGi architecture in Jboss Fuse supports building application using Gradle, have anyone used Jb...
    Profile Photo
    last modified by sakthivadivel
  • Has anyone had any experience getting Errai to run on Tomcat?

    I am attempting to get Errai 4.0.0.Beta1 running in Tomcat, and I was wondering if anyone has done this before?  Specifically, I am trying to determine what dependencies I can remove from Errai (i.e. Wildfly), an...
    Profile Photo
    last modified by randalmay
  • ClassCastException When Trying to Make JAXRS Call

    I am using Errai 4.0.0.Beta1, and I am trying to get a simple JAX RS call made. Here is the code I am using: final RemoteCallback<List<Company>> remoteCallback = new RemoteCallback<List<Compa...
    Profile Photo
    last modified by randalmay
  • Errai i18n : Support multiple Versions of the same language

    One question is can we have multiple versions of the same language or provide the translation from the server For example, we have multiple English clients that use your system, however they have a different way of r...
    Profile Photo
    last modified by mark.kevin.ringor
  • Override internal Marshaller

    Hi all,   I would like to know if there is an easy way to override an internal Marshaller within Errai framework, like DateMarshaller? I created a custom marshaller to override DateMarshaller, and the only way ...
    Profile Photo
    last modified by steeveb
  • [Errai 4] How to instantiate a templated composite.

    Hi,   I'm trying to upgrade a gwt project o Errai 4 and below is my steps:   First , I just removed the "implements EntryPoint" on Main.java and added @EntryPoint. and then added @PostConstruct on onModule...
    Profile Photo
    last modified by markluo2008
  • Errai on other servers than JBoss

    Hi,   Is it possible to deploy Errai project to other servers than JBoss AS? What about servlet containers? We would like to start new project with Errai but we are limited to Jetty (Dev) and Tomcat (Dev / Prod)...
    Profile Photo
    last modified by kospiotr
  • Java 8 Optional ?

    Question: how is Java 8's Optional type treated for serialization and data binding?
    Profile Photo
    last modified by hr.stoyanov