[gwt-contrib] Problem on sample Validation due to missing class in gwt-servlet

2013-11-12 Thread Cristiano
Hi All, I'm making some test on the validation example from the gwt source code samples, it runs ok from Eclipse, but when I deploy to both Glassfish or Apache Karaf (a OSGi container), I get the following NoClassDefFoundError: [In Glassfish] Exception while dispatching incoming RPC call

[gwt-contrib] Re: Problem on sample Validation due to missing class in gwt-servlet

2013-11-12 Thread Thomas Broyer
On Tuesday, November 12, 2013 3:20:43 PM UTC+1, Cristiano wrote: So, I ask you: 1. should gwt-servlet also include com.google.gwt.thirdparty.streamhtmlparser classes? IMO yes. It's currently in gwt-servler-deps IIRC, but that one should only contain external deps that can be retrieved

[gwt-contrib] Re: Problem on sample Validation due to missing class in gwt-servlet

2013-11-12 Thread Cristiano
apparently the package com.google.gwt.thirdparty does not included into gwt-servlet as it is neither in ${gwt.dev.bin} or in ${gwt.user.bin}... I'm trying to build a GWT that include it to see if then validation example could work after that. thank you Thomas for let me note it is included in

[gwt-contrib] Re: Problem on sample Validation due to missing class in gwt-servlet

2013-11-12 Thread Jens
Just wanted to throw in that if you use GWT's remote logging along with source maps then the StackTraceDeobfuscator also needs some classes from gwt-servlet-deps. As I think it's a pretty common scenario nowadays to enable source maps where possible you maybe should handle this case as well.

Re: [gwt-contrib] Re: Problem on sample Validation due to missing class in gwt-servlet

2013-11-12 Thread Cristiano Costantini
2013/11/12 Jens jens.nehlme...@gmail.com Just wanted to throw in that if you use GWT's remote logging along with source maps then the StackTraceDeobfuscator also needs some classes from gwt-servlet-deps. As I think it's a pretty common scenario nowadays to enable source maps where possible

Re: [gwt-contrib] Re: Problem on sample Validation due to missing class in gwt-servlet

2013-11-12 Thread Thomas Broyer
On Tuesday, November 12, 2013 5:37:36 PM UTC+1, Cristiano wrote: 2013/11/12 Jens jens.ne...@gmail.com javascript: Just wanted to throw in that if you use GWT's remote logging along with source maps then the StackTraceDeobfuscator also needs some classes from gwt-servlet-deps. As I think

Re: [gwt-contrib] Re: Problem on sample Validation due to missing class in gwt-servlet

2013-11-12 Thread Cristiano
so, FYI, validation example worked on karaf after compiling GWT Servlet with embedded streamhtmlparser-jsilver-r10-1.5-rebased.jar the examples can be found here: https://github.com/cristcost/gwt-karaf-examples but they are a little too messy yet... I now want to focus on making work on OSGi

[gwt-contrib] Doesn't Leeroy like Java 7 syntax?

2013-11-12 Thread Jens
If you take a look at https://gwt-review.googlesource.com/#/c/5372/2/user/src/com/google/gwt/event/dom/client/DomEvent.java https://gwt-review.googlesource.com/#/c/5372/2/user/test/com/google/gwt/event/dom/client/DomEventTest.java Leeroy has commented some strange EOF errors. I have then removed

[gwt-contrib] Re: Doesn't Leeroy like Java 7 syntax?

2013-11-12 Thread Thomas Broyer
On Wednesday, November 13, 2013 12:00:49 AM UTC+1, Jens wrote: If you take a look at https://gwt-review.googlesource.com/#/c/5372/2/user/src/com/google/gwt/event/dom/client/DomEvent.java