Re: NPE with 2.8.0 rc2, SDM, Errai

2016-08-22 Thread Thomas Broyer
Separate your client and server code into separate Maven modules and such conflicts will "magically" go away. -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to googl

Re: NPE with 2.8.0 rc2, SDM, Errai

2016-08-22 Thread Alexander Polunochev
Hi, I had the same issue although I don't use errai on the project. Although I have a dependency on gson in project's pom.xml file (current version was 2.2.2). After updating the gson lib version to 2.6.2 the superDevMode is working now. Thank you, Alex. -- You received this message becaus

Re: NPE with 2.8.0 rc2, SDM, Errai

2016-08-19 Thread Andrei Korzhevskii
I dont think it's a gwt issue. I guess the issue will be resolved when errai will use gwt 2.8 final instead of gwt 2.8 beta On Friday, August 19, 2016 at 6:24:10 PM UTC+3, Alberto Mancini wrote: > > Yes, adding the dependency actually solves the problem, thanks. > Actually i cannot remove errai

Re: NPE with 2.8.0 rc2, SDM, Errai

2016-08-19 Thread Alberto Mancini
Yes, adding the dependency actually solves the problem, thanks. Actually i cannot remove errai profile in the real project. In your opinion, is it an issue in gwt or errai dependencies ? Thanks again, Alberto. On Fri, Aug 19, 2016 at 3:49 PM Andrei Korzhevskii wrote: > Yes, that's true. S

Re: NPE with 2.8.0 rc2, SDM, Errai

2016-08-19 Thread Andrei Korzhevskii
Yes, that's true. Some dependency hell is going on there. Commenting out the errai profile does not help but it helps if you just add gson 2.6.2 to your project as a dependency com.google.code.gson gson 2.6.2 On Friday, August 19, 2016 at 4:13:12 PM UTC+3, Sea

Re: NPE with 2.8.0 rc2, SDM, Errai

2016-08-19 Thread Seamus McMorrow
I had a quick look at that sample project. The errai profile which is activated by default at the bottom of your pom.xml has a dependencyManagement section BOM import. That is conflicting the versions for gson and some others, xerces. If you comment out the whole profile bit On Friday, 19 Aug

Re: NPE with 2.8.0 rc2, SDM, Errai

2016-08-19 Thread Andrei Korzhevskii
Ok, I've tracked down the problem. The problem is that gwt-dev somehow relies on gson 1.7.2 but should rely on 2.6.2. I dont know what the problem is. I hope Jens or Thomas can help with that. The problem was that gson 1.7.2 incorrectly parsed provided source map string and returned empty JsonOb

Re: NPE with 2.8.0 rc2, SDM, Errai

2016-08-19 Thread Alberto Mancini
mvn:run should give you the error > Sorry, i mean: mvn gwt:run Thanks, A. -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubsc

Re: NPE with 2.8.0 rc2, SDM, Errai

2016-08-19 Thread Alberto Mancini
Thanks Andrei, pushed the sample on githib: https://github.com/abmancini/testcase-sourcemap mvn:run should give you the error if you comment <*dependency*> <*groupId*>com.google.gwt <*artifactId*>gwt-dev <*version*>${gwt.version} <*sco

Re: NPE with 2.8.0 rc2, SDM, Errai

2016-08-19 Thread Andrei Korzhevskii
It's hard to see what the problem actually is. I see you've created a test project, can you share it? That would help to reproduce and track the error. On Friday, August 19, 2016 at 1:06:56 PM UTC+3, Alberto Mancini wrote: > > Hello, > we have still the same problem with SourceMaps. > A teammate

NPE with 2.8.0 rc2, SDM, Errai

2016-08-19 Thread Alberto Mancini
Hello, we have still the same problem with SourceMaps. A teammate tracked down the problem and we found that the error appears if we depend on gwt-dev (rc1 or rc2) and errai. --- Job com.testcase.sourcemap.App_1_0 [INFO] Linking into /var/folders/n8/8w8npfys46x90q0y9lqdxb0h