hi all,

I am still getting some weird error in my project even after:
1.) convert all references of --com.google.gwt.requestfactory.shared--
TO --com.google.web.bindery.requestfactory.shared--.
2.) convert all references of --com.google.gwt.requestfactory.client--
TO --com.google.web.bindery.requestfactory.gwt.client--.
3.) update the pom.xml to up the GWT from 2.2.0 to 2.3.0.
4.) update the pom.xml to update the gwt-maven-plugin version 2.1.0-1
to 2.2.0
5.) update the pom.xml to include the newer gwt-user, gwt-dev & gwt-
servlet in the <dependencies> section within the gwt-maven-plugin.

And below is the error msg:
[INFO]    Validating newly compiled units
[INFO]       [ERROR] Errors in 'jar:file:/C:/Users/Joseph/.m2/
repository/com/google/gwt/gwt-user/2.3.0/gwt-user-2.3.0.jar!/com/
google/gwt/editor/client/EditorDriver.java'
[INFO]          [ERROR] Line 97: No source code is available for type
javax.validation.ConstraintViolation<T>; did you forget to inherit a
required module?
[INFO]       [ERROR] Errors in 'jar:file:/C:/Users/Joseph/.m2/
repository/com/google/gwt/gwt-user/2.3.0/gwt-user-2.3.0.jar!/com/
google/gwt/editor/client/impl/BaseEditorDriver.java'
[INFO]          [ERROR] Line 67: No source code is available for type
javax.validation.ConstraintViolation<T>; did you forget to inherit a
required module?
[INFO]       [ERROR] Errors in 'jar:file:/C:/Users/Joseph/.m2/
repository/com/google/gwt/gwt-user/2.3.0/gwt-user-2.3.0.jar!/com/
google/gwt/editor/client/impl/SimpleViolation.java'
[INFO]          [ERROR] Line 40: No source code is available for type
javax.validation.ConstraintViolation<T>; did you forget to inherit a
required module?

.............. errrors continue for a while, then followed by a bunch
of warnings like the ones listed below.......

[INFO]       Rebinding com.google.gwt.user.client.UserAgentAsserter
[INFO]          Checking rule <generate-with
class='com.google.web.bindery.requestfactory.gwt.rebind.RequestFactoryEditorDriverGenerator'/
>
[INFO]             [WARN] Unknown type
'com.google.web.bindery.requestfactory.gwt.client.RequestFactoryEditorDriver'
specified in deferred binding rule
[INFO]          Checking rule <generate-with
class='com.google.gwt.editor.rebind.SimpleBeanEditorDriverGenerator'/>
[INFO]             [WARN] Detected warnings related to
'com.google.gwt.editor.client.SimpleBeanEditorDriver'.   Are
validation-api-<version>.jar and validation-api-<version>-sources.jar
on the classpath?
[INFO]             Specify -logLevel DEBUG to see all errors.
[INFO]             [WARN] Unknown type
'com.google.gwt.editor.client.SimpleBeanEditorDriver' specified in
deferred binding rule
[INFO]       Rebinding com.google.gwt.user.client.UserAgentAsserter



Since the errors and warnings are related to validation, I checked
again the pom.xml and my local cached .m2 repo, the javax.validation
jar is there and source jar is also there using mvn
dependency:sources. So any body know what's going on here? And why
does the warning say it need the sources.jar??? Also with the maven
dependency config and jar naming convention, I don't think I would be
able to include the source jar in the build classpath.

Any help would be appreciated.

Thanks,
Joseph


-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to