• Sending messages in GWT by Errai

    Hi, http://docs.jboss.org/errai/latest/errai/reference/html_single/#sid-5931280_MessagingAPIBasics-SendingMessageswiththeClientBus here is how to send a message from client.   I have a client HelloServer.java, ...
    Profile Photo
    last modified by sarge23
  • How Else Can I Do This With Errai ??

    The Problem I want to be able to have modal overlays of certain @Page templates in my app such that the overlays can be invoked from any @Page showing in Errai UI Navigation Panel. Consider an managing Products that ...
    Profile Photo
    last modified by chaluwa
  • Errai Validation For Declarative Client-Side Validation ?

    I know that we can use the Validator class on the client to validate a bean against the declared JPA annotations in the bean. Is is possible, and how can I go about using such validation constrains in a POJO to contro...
    Profile Photo
    last modified by chaluwa
  • Cant get Message API to work.

    Hello, I am using Errai 3.1.2.Final for development, wildfly 8.2.0. I am using the MessageBuilder and related APIs to send messages. I dont seem to recieve the messages on the MessageCallback at all.   My Entry...
    Profile Photo
    last modified by subhrajyotimoitra
  • [3.0.3.Final] - Errai keeps reconnecting (session expired while in state CONNECTED: attempting to reset)

    Hi guys,             I'm experiencing some known issues in earlier versions of Errai (mentioned here: [2.3.1.Final] Errai keeps reconnecting ([errai] http session has...
    Profile Photo
    last modified by cristianmiranda
  • List of enums in query Parma in Errai Jax-RS

    Hello,   I declared a QueryParam that is a List of enums but I get an exception telling me that I do not follow QueryParam specification. I checked and it seems that enum is compatible because it has a valueOf s...
    Profile Photo
    last modified by steeveb
  • Server to Client event: no subscribers to deliver to for subject: cdi.event:Dispatcher

    Hello, I try a simple application with Server -> Client event with Errai 3.1.2-Final, GWT 2.7.0, Wildfly 8.2.0.Final (I have also tried with Errai 3.2.0-SNAPSHOT with same result). In the browser console, I have ...
    Profile Photo
    last modified by pgy
  • Errai 3.1.2 + JEE 7 - Maven setup

    Hello,   I read on the Errai website:"3.1.2.Final - Requires GWT 2.6+ and targets Java EE7 (i.e. Wildfly 8+)" But the errai-bom pom.xml references Java EE6 libraries eg. <javaee.api.version>6.0</javaee...
    Profile Photo
    last modified by snorbii
  • Do you need to add app server specific support to your deployment?

    Hi, again   I'm struggling to get my app deployed to Wildfly 8.2.0 final.     Below is the output from attempting to deploy using mvn clean package wildfly:deploy -Dmaven.test.skip=true -Pjboss7, whic...
    Profile Photo
    created by magick93
  • Are Nested navigations supported?

    GIven a typical pattern (below) for setting up a navigation, where in a main panel there is a header, content, and footer, and the content is annotated @NavigationPanel. The content is replaced when transitionTo() is ...
    Profile Photo
    last modified by pnakaska
  • Errai-Bus and client side error handling

    I am using Errai-Bus 3.1.2.Final in a GWT applicaiton and I have troubles getting the client side error handling to work.   Here is the setup: I am trying to send a Message to the backend:   Date date = ...
    Profile Photo
    last modified by timeu
  • Errai with Flux (React)

    Hi   Im interest to hear from anyone who has applied the Flux architecture, as used in ReactJS, in Errai.   I see there is a java implementation hal/circuit · GitHub - that is apparently GWT compatibl...
    Profile Photo
    created by magick93
  • Errai spring-boot integration

    Hello everyone,   While searching for a way to implement our front-end, we can up with Errai and we where impraised from its capabilities. Unfortunatelly our backend servers are developed using spring-boot and ...
    Profile Photo
    last modified by maxsap
  • Errai and AppEngine (GAE)

    Hi All, sorry if this is a question already answered. I would like to know if Errai messaging can be used in conjunction with GAE (AppEngine)? I know there have been some questions about this in the past, but I am not...
    Profile Photo
    last modified by cody.teardrops
  • Problem with Errai Marshalling

    I am using errai 3.1.1.Final along with GWT 2.7.0 to communicate with some REST services. One of the services is a PUT accepting a list of Objects (quite heavy weight ones). The service invocation works fine when the ...
    Profile Photo
    last modified by nikhilraj
  • State of incremental compilation of IOC bootstrapper

    Hello,   we just updated to GWT 2.7 and got it running. We can experience the benefits of incremental builds as long as we are not touching any file that leads to the generation of the IOC bootstrapper. If we do...
    Profile Photo
    last modified by jannis
  • Errai UI instanciate element with Event dynamically

    Hello.   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 ...
    Profile Photo
    last modified by julien.guibert
  • A question about binders' PropertyChangeHandlers and nested Lists

    Given a class with a nested list:       class B{...}, and      class A {            List<B> blist;  ...
    Profile Photo
    last modified by pnakaska
  • Errai portlet?

    Hi   I would like to develop an Errai portlet, for use in Gatein.   Is this even possible?   What would I need to do to achieve this?   Thanks
    Profile Photo
    created by magick93
  • 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...
    Profile Photo
    last modified by chaluwa