GWT plugin not wortking with Chrome 42.0.2311.90 m

2015-04-16 Thread gabriele.prandini
My collegue yesterday updated chrome at the version 42.0.2311.90 m, and the 
gwt plugin started not to work
This morning I've updated chrome at the same version and i got the same 
problem with the gwt plugin

What's happened?

Gabriele

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


Re: GWT Cross Site Iframe Linker and Script Tags

2014-07-16 Thread gabriele.prandini
This problem is blocking me from use superdevmode
i have many 3th library, also gwt-ext... and gwt-ext have some script tag 
on his gwt.xml
so sad :-(

Il giorno lunedì 12 novembre 2012 17:54:58 UTC+1, Thomas Broyer ha scritto:



 On Monday, November 12, 2012 4:55:58 PM UTC+1, googelybear wrote:

 I have the same error when running the code server and this limitation 
 effectively prevents me from using superdevmode, as in my case the problem 
 is with an external library that I include which then uses the script tag 
 in its own module xml.
 Also not being able to use script in the module xml 
 breaks encapsulation of modules, as I know have to include *all* scripts 
 from *all* libraries in *my* host page (for me that's implementation 
 details that I don't care about) .


 There's ScriptInjector 
 http://google-web-toolkit.googlecode.com/svn/javadoc/latest/com/google/gwt/core/client/ScriptInjector.html
  
 to encapsulate loading within the module's code.
  

 I know superdevmode is still experimental and seriously hope that this 
 will be fixed. In the meantime does anyone have an idea how to work around 
 this? Besides manually patching a 3rd party library...


 In your module that enables the SuperDevMode hooks, add the 
 failIfScriptTag configuration property and add an entry-point that uses 
 ScriptInjector to load the 3rd-party scripts. The 2 entry points (from your 
 app, inherited GWT module, and from the SuperDevMode-specific module) will 
 both be executed; beware though that onModuleLoad will be called *before* 
 the scripts are loaded, so your code that depends on them has to wait a 
 bit… There are a couple ways to workaround this if really needed (but it's 
 a bit more invasive for your app; that being said, xsiframe is the 
 future, and might becomes the default at some point, so better be prepared 
 –and update your 3rd-party libs–)


-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.


problem with javax.servlet.ServletContext in gwt-user.jar

2013-05-20 Thread gabriele.prandini
I'm using GWT (2.5.0) with grails (www.grails.org)
I just upgraded from grails 1.3.7 to grails 2.2.2
Tryng to compile my project i got this error

Caused by: java.lang.NoSuchMethodError: 
javax.servlet.ServletContext.getSessionCookieConfig()Ljavax/servlet/SessionCookieConfig;

you can find some information here:
http://www.javamonamour.org/2012/07/tomcat-error-on-startup.html

there seems to be a problem with the wrong version of 
javax.servlet.ServletContext in gwt-user.jar

I have, in my project some versione of the servletcontext, for example in 
grails library, that have the method public SessionCookieConfig 
getSessionCookieConfig()

but in the servletcontext in the gwt-user.jar the servletcontext doesn't 
have such method

what i can do?

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