jhickman / gxt-uibinder

Automatically exported from code.google.com/p/gxt-uibinder
0 stars 0 forks source link

java.lang.IncompatibleClassChangeError: Found interface com.google.gwt.core.ext.typeinfo.JClassType #32

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Compile project

What do you see instead?
[INFO] --- gwt-maven-plugin:2.3.0:compile (default) @ sbrf-deposit-web ---
[INFO] auto discovered modules 
[com.aplana.sbrf.deposit.persistence.custom.Business, 
com.aplana.sbrf.deposit.web.common.Common, 
com.aplana.sbrf.deposit.web.custom.Deposit]
[INFO] Compiling module com.aplana.sbrf.deposit.web.custom.Deposit
[INFO]    Scanning for additional dependencies: 
file:/C:/Documents/work/iasd/wss/ws0/sbrf-deposit-web/src/main/java/com/aplana/s
brf/deposit/web/custom/client/feature/byexamples/uibinder/EasyForm.java
[INFO]       Computing all possible rebind results for 
'com.aplana.sbrf.deposit.web.custom.client.feature.byexamples.uibinder.EasyForm.
EasyFormUiBinder'
[INFO]          Rebinding 
com.aplana.sbrf.deposit.web.custom.client.feature.byexamples.uibinder.EasyForm.E
asyFormUiBinder
[INFO]             Invoking generator 
com.google.gwt.uibinder.rebind.CustomUiBinderGenerator
[INFO]                [WARN] Configuration property 
UiBinder.useSafeHtmlTemplates is false! UiBinder SafeHtml integration is off, 
leaving your users more vulnerable to cross-site scripting attacks. This 
property will default to true in future releases of GWT.
[INFO]                [WARN] Problem using reflection: 
java.lang.reflect.InvocationTargetException
[INFO]       [WARN] For the following type(s), generated source was never 
committed (did you forget to call commit()?)
[INFO]          [WARN] 
com.aplana.sbrf.deposit.web.custom.client.feature.byexamples.uibinder.EasyForm_E
asyFormUiBinderImpl
[INFO]    [ERROR] Errors in 
'file:/C:/Documents/work/iasd/wss/ws0/sbrf-deposit-web/src/main/java/com/aplana/
sbrf/deposit/web/custom/client/feature/byexamples/uibinder/EasyForm.java'
[INFO]       [ERROR] Line 25:  Failed to resolve 
'com.aplana.sbrf.deposit.web.custom.client.feature.byexamples.uibinder.EasyForm.
EasyFormUiBinder' via deferred binding
[INFO]    [ERROR] Errors in 
'file:/C:/Documents/work/iasd/wss/ws0/sbrf-deposit-web/src/main/java/com/aplana/
sbrf/deposit/web/custom/client/feature/depo/uibinder/DepoForm.java'
[INFO]       [ERROR]  Internal compiler error
[INFO] java.lang.IncompatibleClassChangeError: Found interface 
com.google.gwt.core.ext.typeinfo.JClassType, but class was expected
[INFO]  at 
com.jhickman.web.gwt.gxtuibinder.elementparsers.util.ElementParserUtil.fetchSett
erMethods(ElementParserUtil.java:117)
[INFO]  at 
com.jhickman.web.gwt.gxtuibinder.elementparsers.util.ElementParserUtil.applyAttr
ibutes(ElementParserUtil.java:68)
[INFO]  at 
com.jhickman.web.gwt.gxtuibinder.elementparsers.ComponentParser.parse(ComponentP
arser.java:46)
[INFO]  at 
com.google.gwt.uibinder.rebind.UiBinderWriter.parseElementToField(UiBinderWriter
.java:652)

What version of the product are you using? On what operating system?
gwt 2.3.0
gwt-maven-plugin 2.3.0
gxt 2.2.3
gwt-customuibinder 1.1.0
gxt-uibinder 1.0.1

Please provide any additional information below.

java.lang.IncompatibleClassChangeError: Found interface 
com.google.gwt.core.ext.typeinfo.JClassType
The project is not contains GXT widgets and compile success whithout GXT and 
GXT-UiBinder. But I need this. Help))

Original issue reported on code.google.com by Artful.T...@gmail.com on 13 Jul 2011 at 8:04

GoogleCodeExporter commented 9 years ago
Please refer to Issue 17 for this.  If you're using Maven, please be sure to 
double check the versions by running: mvn help:effective-pom

Original comment by jus...@jhickman.com on 13 Jul 2011 at 1:16