Log in to follow, share, and participate in this community.
Thread [Errai 4]Errors and warnings from generated java code
[Errai 4]Errors and warnings from generated java codeHi, I am seeing some strange warnings and errors when compiling Errai code. See the attached output. It appears the code generation does not generate perfect code and javac complains with warnings. There are even er...
Thread "errai-setup" command fails to run in Forge
"errai-setup" command fails to run in ForgeHi I'm newbie in Forge and Errai. I'm trying to create a demo project as specified in Errai documentation using Forge addon. When I try to run the "errai-setup" command, it fails with following exception: ...
Thread Multiple simultaneous instances of @Dependent classes
Multiple simultaneous instances of @Dependent classesHello, FOB I'm using Errai 3.2.0.Final with Jboss AS 7.1.1 Now my question. I've always seen that Errai creates a new instance of the widgets that are annotated with @Dependent scope each time the user visit...
Data binding for element attributes?Ho can one bind into the data attributes of an element? Here is a real life example from Stripe.Com API. <script src="https://checkout.stripe.com/checkout.js" class="stripe-but...
Thread Errai 4.0 Beta1 Polymer rendering problem with Chrome 49
Errai 4.0 Beta1 Polymer rendering problem with Chrome 49Hi, I am trying to use Errai 4.0 Beta1 to render the Polyer App Layout https://polymerlabs.github.io/app-layout/ demo #6. I was able to get the page to render but the menu items are not rendering correctly in ...
[Errai 4] Obscure stack tracesHi all, I am getting some weird stack traces in Chrome console, which I thought were due to GWT compiler configuration, but it seems like the issue might be with Errai 4. I use org.jboss.errai.common.client.logging.u...
[Erai 4] ListComponent questionsHi all, I am trying to iterate over all components in an instance of org.jboss.errai.databinding.client.components.ListComponent. After all, this is a list of components, so it should be easy ... but is not. There i...
[Errai 4] Runtime exceptionGot a little service and a runtime exception. Similar issues have been reported when the ErraiApp.properties maker was missing . This is not the case here - I put it in every module, just in case. Still the same run-t...
Thread [4.0.0-SNAPSHOT] I18N conflict with logging?
[4.0.0-SNAPSHOT] I18N conflict with logging?Trying this demo code: https://github.com/errai/errai/tree/e1f27acd0fc18772ea486e9f8bcfeff2d8267f1b/errai-demos/errai-ui-demo-i18n I've copied the code and used my own gwt.xml: <module rename-to="My...
Disappearing nested templates in 4 betaI'm trying this example in 4 beta: Errai Reference Guide It seems you'll have a different result (and various "no data field or id or class found" errors) depending on the visibility of fields in the s...
[4.0.0-SNAPSHOT] StyleBinding problemsTrying the example: http://docs.jboss.org/errai/latest/errai/reference/html_single/#sid-51806600_ErraiUI-Stylesheetbinding When the @Admin style binding method is private visibility as in the documentation (th...
[Errai 4] Obscure messagesIn the Chrome console I am getting warings and errors like these: WARNING [TemplateUtil] WARNING: Replacing Element type [H2] with type [H3] java.lang.IllegalArgumentException: Element to be wrapped must not be null...
Thread [4.0.0] Generated java files goes into wrong folder?
[4.0.0] Generated java files goes into wrong folder?Hi I am building a "myapp" errai 4 project with standard maven/gradle WAR structure. I noticed that Errai generated a lot of *.java classes back into my sources webapp folder: web-app/src/webapp/classes ...
Thread [4.0.0-SNAPSHOT] Is this Errai 4 or GWT 2.8 compiler issue?
[4.0.0-SNAPSHOT] Is this Errai 4 or GWT 2.8 compiler issue?I am using the latest 4/13 snapshots for both Errai 4 and GWT 2.8, and I obeserve a bizare issue, which could be Errai generated proxy problem, or GWT compiler issue - not sure. Here are a couple of classes, hopefully...
[4.0.0-SNAPSHOT] Element interoperabilityThe new Errai 4 uses an entirely different Node->Element->HTMLElement class hierarchy, which is not compatible with the GWT's Node->Elelment. How can one bridge the gap? The problem I have is with org.jboss....
Exclude file from initial scanningIs it possibile to exclude class or path from the initial vfs scanning? I have a project with thousand of classes used to perform batch operation that are not related in any way to errai, . When i start i ge...
Thread [3.2.3.Final] Issues with @RestrictedAccess
[3.2.3.Final] Issues with @RestrictedAccessHi all When I place security restriction on a page, unauthenticated user should not be able to access it, e.g: ... @ApplicationScoped @Page(path = "plan") @Templated("#content") @RestrictedAccess(roles = ...
[4.0.0.-SNAPSHOT] Migration problemsThe following code starts causing compile errors when moving from 3.2.3.Final to 4.0.0.-SNAPSHOT: @Templated("Skeleton.html#pusher") @ApplicationScoped public class Pusher extends Composite { ...