Skip to content

Instantly share code, notes, and snippets.

@rjendoubi
Created April 2, 2018 21:48
Show Gist options
  • Save rjendoubi/761abc9644bc589afc1956feab33a944 to your computer and use it in GitHub Desktop.
Save rjendoubi/761abc9644bc589afc1956feab33a944 to your computer and use it in GitHub Desktop.
Uberfire tutorial type errors
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project demo-webapp: Compilation failure: Compilation failure:
[ERROR] /path/to/demo/demo-showcase/demo-webapp/target/generated-sources/annotations/org/uberfire/client/perspectives/MoodPerspectiveActivity.java:[72,16] incompatible types: org.uberfire.client.perspectives.MoodPerspective cannot be converted to com.google.gwt.user.client.ui.IsWidget
[ERROR] /path/to/demo/demo-showcase/demo-webapp/target/generated-sources/annotations/org/uberfire/client/perspectives/MoodPerspectiveActivity.java:[79,33] incompatible types: org.jboss.errai.common.client.dom.Div cannot be converted to com.google.gwt.user.client.ui.HasWidgets
[ERROR] /path/to/demo/demo-showcase/demo-webapp/target/generated-sources/annotations/org/uberfire/client/perspectives/MoodPerspectiveActivity.java:[82,33] incompatible types: org.jboss.errai.common.client.dom.Div cannot be converted to com.google.gwt.user.client.ui.HasWidgets
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment