Re: Problems connecting to Super Dev Mode server with 2.8 / multi-module project

2016-10-23 Thread Cyril Souti
Up, I have this issue too :( Le mercredi 21 septembre 2016 23:24:28 UTC+2, harshyadav a écrit : > > Hi Drew, > > Did you find any solution for this? > I am facing a similar issue. > > Thanks! > > On Friday, August 19, 2016 at 10:16:40 AM UTC-4, Drew Spencer wrote: >> >> The SDM recompile happens

Re: Gwt Object is not Javascript Object

2016-10-15 Thread Cyril Souti
Thanks it works, even if it's a bit complicated :/ Le samedi 15 octobre 2016 16:14:15 UTC+2, Jens a écrit : > > When you write in Java "new Credentials()" it will be translated to > JavaScript "new $wnd.Object". So JsInterop explicitly uses the top window > referenced through GWT's special $wnd

Gwt Object is not Javascript Object

2016-10-15 Thread Cyril Souti
Hi, I've a strange issue with GWT 2.8 RC3. I've a basic object such as: @JsType(isNative = true, name = "Object", namespace = JsPackage.GLOBAL) public class Credentials { @JsProperty public native String getFacebook(); @JsProperty public native void setFacebook(String

Use dynamic affectation polymer '$=' with in gwt ui binder

2015-11-27 Thread Cyril Souti
Hi, I would like to know I can use "$=" in uibinder xml file. example: in iron-list template. I have similar issue with polymer css mixin which starts by -- example: --paper-spinner-layer-1-color It produces compilation error. Thanks, -- You received this message because you are

Depedency with Maven between a JPA Project and a GWT Project

2010-02-23 Thread Cyril
Hi All, I have same problem with dependency between a JPA Project and a GWT Project. I have a JPA Project with the entity. In this project, I have the communication between my object and my database. And in an other side I have my GWT Project. To build my different my project I use Maven. To use

Security: access denied (java.lang.RuntimePermission modifyThreadGroup)

2010-02-03 Thread Cyril
of it. I believe I have to setup the following permission in Java security to remove it: grant { permission java.lang.RuntimePermission modifyThreadGroup; }; Has anybody been successful removing this error? If yes, could you please post some details? Thanks a lot. Cyril -- You received this message

Re: Upgrade to GWT 2.0 = java.lang.NullPointerException: No API environment is registered for this thread

2010-02-01 Thread Cyril
Error on my side. When upgrading I unchecked the Use Google App Engine option under project properties/Google/App engine. On Jan 31, 12:01 pm, Cyril cyrilnes...@gmail.com wrote: I just upgraded my working app from GWT 1.7.0 to GWT 2.0 and now when I try to run it in dev mode I have

Upgrade to GWT 2.0 = java.lang.NullPointerException: No API environment is registered for this thread

2010-01-31 Thread Cyril
. at com.google.appengine.api.datastore.DatastoreApiHelper.getCurrentAppId (DatastoreApiHelper.java:67) at com.google.appengine.api.datastore.DatastoreApiHelper.getCurrentAppIdNamespace (DatastoreApiHelper.java:77) etc... Any pointer is welcome. Thanks a lot Cyril -- You received this message because you are subscribed