• PropertyChangeHandler, listening recursively for events from one Child versus All Children.

    Given a parent class A that has a List of children of type class B   class A {      private List <B> children; } class B {      private String test; } the A...
    Profile Photo
    last modified by pnakaska
  • What's the recommended approach to building a tree view with Errai

    Is there a specific widget supporting a hierarchical tree view , or another third party that can be easily adapted for reusable tree -view widgets? Is another approach used (like nested Widgets)... are there any exam...
    Profile Photo
    created by pnakaska
  • JBoss Forge  Addons  Errai

    addon-install-from-git --url https://github.com/errai/errai.git --coordinate org.jboss.errai.forge:errai-forge-addon   Error   Failed to execute goal on project errai-codegen-gwt: Could not resolve depend...
    Profile Photo
    last modified by zhouzx_gogo
  • init bean on app start

    Hi,  I am interesting in ability to instantiate bean on startup of my app like Errai's @Service annotation do or Ejb's @Startup. Thanks !
    Profile Photo
    last modified by treblereel
  • Running Tests

    Is it possible to run tests for a single Errai module?  I was making a modification in the errai-data-binding module and wanted to run the tests for that module only.   I tried:   cd errai-data-bindin...
    Profile Photo
    last modified by cpuffalt
  • Class cast exception encountered with manually mapped nested classes

    Encountering a ClassCastException when Deserializing an external class (Facet) from a Donor project. The Donor project provides a (nested) class that needs to be marshalled between client and server. The donor proje...
    Profile Photo
    last modified by pnakaska
  • How to remove additional wrappering from a nested object, for deserialization?

    I have a parent object SearchCommand that has a nested Geometry class. The code creates a Polygon using a factory   LinearRing ring = factory.createLinearRing(new Coordinate[]     { new Coordinat...
    Profile Photo
    last modified by pnakaska
  • Is @StyleBinding supported on @Templated composite components?

    A complex UI based on template contains custom components, also build on templates. A modified StyleBoundTemplate.java test case looks like:   @Templated public class StyleBoundTemplate extends Composite { ...
    Profile Photo
    last modified by lukasherman
  • Neo4J HibernateOGM and Wildfly on Errai

    Has anyone managed to setup a basic app which uses Neo4J as the server DS with the basic JPA-client also working?   I would love to see it!!!   I have had no luck setting one up and cannot get it working ...
    Profile Photo
    last modified by twinj
  • Errai is overriding javax-enterprise but not overriding InvocationContext?

    eclipse is marking isAnnotationPresent as not resolvable The error I see is 'The method isAnnotationPresent(Class<JBossEJBClientLogin>) is undefined for the type Method' for code that needs to search for the J...
    Profile Photo
    last modified by pnakaska
  • DataService is called with null parameter;

    The DataService is failing to receive the parameter passed from the client. The parameter received by the service method implementation only gets null for 'value'   ------------------- // The Main Page uses c...
    Profile Photo
    last modified by pnakaska
  • Where are, or how do I generate the javadocs?

    Hi all,   I'm working on integrating Errai into a new gwt project I have going.  However, I just can't seem to locate the javadocs anywhere!?!   Where are they at?  :-)   Any help is greatl...
    Profile Photo
    created by rjdamore
  • JSR 356 WebSocket support

    I have created a JSR 356 compliant WebSocket provider. I would like to contribute it to the project. I am currently using it on Weblogic 12.1.3 which supports the JSR.   See http://www.jcp.org/en/jsr/detail?id=3...
    Profile Photo
    last modified by nickalexander
  • Question regarding Errai Roadmap / CDI 1.1

    Hello everybody,   I have a question regarding the Errai Roadmap. For Errai 3.1 it already marks "Upgrade to Weld 2 / CDI 1.1 (minimum requirement)" as "DONE".   I am a little bit worried about the "minim...
    Profile Photo
    last modified by jtysper
  • GWT Debug mode with MYSQL

    Hello!   Sorry, I little speak english I use GWT 3 years ago... find erraiframework, this is super framework, has solved all my problems are difficult to use...   I read the tutorial and docs... followin...
    Profile Photo
    last modified by eggp
  • App not deployed when running with the new Errai Dev Mode Launcher

    When trying to run with new Errai Dev Mode launcher, I am getting this error, then after I access the Admin console, nothing is deployed there, in the "Deployments"   When I access, 127.0.0.1:8888/index.html the...
    Profile Photo
    created by xybrek
  • ErraiBus Websocket endpint Wildfly / Untertow

    Hello together   I am working on https://issues.jboss.org/browse/ERRAI-736   Its a good idea to explain the sub features i think about: - Support of builtin scopes (Request, Session, Conversation) - Supp...
    Profile Photo
    last modified by werrenmi
  • Formatting dates using ERRAI localization

    Hi guys,   I really like the ERRAI way of handling localization. No lengthy compile times and locale changes without reloading the file. But what I would like to do is the following:   I have list of items...
    Profile Photo
    last modified by jasper.oosterman
  • Changing style class depending on security access

    Hi,   as i tried to add a custom IOCDecoratorExtension i found out that im only able to change the Element classnames if i use a timer because i don't know when the template callbacks are done. If i change it be...
    Profile Photo
    last modified by hillkorn
  • Programmatic access to Marshaller

    I am using Jackson for Marshalling. Communication between server and client works fine. Objects get serialized and deserialized automatically in the right way. However I am also making use of a message queue (ActiveMQ...
    Profile Photo
    last modified by jasper.oosterman