Thread What's the recommended approach to building a tree view with Errai
What's the recommended approach to building a tree view with ErraiIs 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...
JBoss Forge Addons Erraiaddon-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...
init bean on app startHi, I am interesting in ability to instantiate bean on startup of my app like Errai's @Service annotation do or Ejb's @Startup. Thanks !
Running TestsIs 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...
Thread Class cast exception encountered with manually mapped nested classes
Class cast exception encountered with manually mapped nested classesEncountering 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...
Thread Is @StyleBinding supported on @Templated composite components?
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 { ...
Neo4J HibernateOGM and Wildfly on ErraiHas 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 ...
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...
Thread Where are, or how do I generate the javadocs?
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...
JSR 356 WebSocket supportI 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...
Question regarding Errai Roadmap / CDI 1.1Hello 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...
GWT Debug mode with MYSQLHello! 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...
Thread App not deployed when running with the new Errai Dev Mode Launcher
App not deployed when running with the new Errai Dev Mode LauncherWhen 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...
ErraiBus Websocket endpint Wildfly / UntertowHello 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...
Formatting dates using ERRAI localizationHi 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...
Thread Changing style class depending on security access
Changing style class depending on security accessHi, 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...
Programmatic access to MarshallerI 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...