Re: GWT SuperDev mode issue after migrating from 2.7.0 to 2.8.1 with application that uses Spring Framework

2017-07-18 Thread Andrei Anishchenko
Thank you, that helped a lot! On Monday, July 17, 2017 at 5:49:23 PM UTC+3, Thomas Broyer wrote: > > Pull request making the proposed changes (and a bit more): > https://github.com/AndrewAni/GwtDev/pull/1 > > On Monday, July 17, 2017 at 11:45:06 AM UTC+2, Thomas Broyer wrote: >> >> >> >> On

Re: GWT SuperDev mode issue after migrating from 2.7.0 to 2.8.1 with application that uses Spring Framework

2017-07-17 Thread Thomas Broyer
On Monday, July 17, 2017 at 5:07:37 PM UTC+2, Ignacio Baca Moreno-Torres wrote: > > But this is not a multimodule project (means this is not a tbroyer > archetype multimodule project), you need a shared lib, and the client > should Not depend on the server, but if you continue with this

Re: GWT SuperDev mode issue after migrating from 2.7.0 to 2.8.1 with application that uses Spring Framework

2017-07-17 Thread Ignacio Baca Moreno-Torres
But this is not a multimodule project (means this is not a tbroyer archetype multimodule project), you need a shared lib, and the client should Not depend on the server, but if you continue with this layout at least explicitly exclude non required libs from the server dependency in the client pom,

Re: GWT SuperDev mode issue after migrating from 2.7.0 to 2.8.1 with application that uses Spring Framework

2017-07-17 Thread Thomas Broyer
Pull request making the proposed changes (and a bit more): https://github.com/AndrewAni/GwtDev/pull/1 On Monday, July 17, 2017 at 11:45:06 AM UTC+2, Thomas Broyer wrote: > > > > On Monday, July 17, 2017 at 11:11:46 AM UTC+2, Andrei Anishchenko wrote: >> >> Hi, >> >> I have a Maven multi-module

Re: GWT SuperDev mode issue after migrating from 2.7.0 to 2.8.1 with application that uses Spring Framework

2017-07-17 Thread Thomas Broyer
On Monday, July 17, 2017 at 11:11:46 AM UTC+2, Andrei Anishchenko wrote: > > Hi, > > I have a Maven multi-module project that uses Spring Framework in the > backend. Everything was working fine until I tried to migrate from GWT > 2.7.0 to 2.8.1. Supposedly production mode works fine (never