Re: Web app classpath problem

2014-02-06 Thread SS
Hi I'm getting the following warning in the hosted mode console: [WARN] Server class 'org.eclipse.jetty.servlet.listener.ELContextCleaner' could not be found in the web app, but was found on the system classpath [WARN] Adding classpath entry 'file:/D:/New%20Folder/eclipse-jee-kepler-SR1-w

Re: GWT wrapper for JSPlumb

2014-02-06 Thread Natanael Maldonado
Check this link: http://code.google.com/p/jsplumb/ 2014-02-05 20:12 GMT-06:00 Srini v : > Guys, > > is there already a GWT wrapper to JSPlumb js file. If there is, can you > please point out the location > > Cheers > GVS > > -- > You received this message because you are subscribed to the Google

Return a structure by rpc that contains different objects

2014-02-06 Thread Leung
Hi, I need to return all messages associated with each user (UserProfile) to the client side by rpc in one shot. So, I need a structure. The structure may be able to expand easily in the future because I may have the third or forth class to include. Message | UserProfile Message and UserPro

Re: GWT 2.6.0 now available

2014-02-06 Thread Ed
Thanks, but then why isn't it present in the maven mirror link I posted below, where as the 2.6 RC versions were? Smells like some maven sync issue. Op donderdag 6 februari 2014 14:32:17 UTC+1 schreef Patrick Tucker: > > It has been on central for about the same amount of time: > > http://search.

Re: Protocol Buffers for GWT: Issue 2649

2014-02-06 Thread Jens
https://github.com/dcodeIO/ProtoBuf.js Seems like a very good JS implementation of protobuf that uses typed arrays. Before trying to (probably badly) emulate java.io stuff in GWT I would try to build a GWT wrapper for that project. -- J. -- You received this message because you are subscribed

Re: Protocol Buffers for GWT: Issue 2649

2014-02-06 Thread V.B.
Our team is revisiting this issue again in hopes that some lateral (i.e. non-reflection) workarounds could be added to GWT 2.6.1 or GWT 3.0. In particular, the original problem with protobuf-generated Java classes is that Reflection isn't emulated in GWT. I admit that emulating reflection is

Re: Emulation for java.io

2014-02-06 Thread Thomas Broyer
GWT hasn't had the habit of emulating things badly, and/or with bad performance. When things are there, people tend to use them without taking much care of performance; and because it's emulation we have no place to put warnings in javadocs that would be visible to the user from his IDE (there

Emulation for java.io

2014-02-06 Thread V.B.
The only related issueI could find about this was originally slated to be included as far back as GWT *1*.*4*, but still hasn't made it in. (https://code.google.com/p/google-web-toolkit/issues/detail?id=604) *What would it take

GWT application not loading on chrome box

2014-02-06 Thread NK
We have a web application developed in GWT. One of our customer complained that our application is not loading on his Samsung chrome-box , while it work on normal chrome browser on desktop. We are not able to reason out what is causing this. As we do not have a chromebox with us, we are not ab

Re: displaying MenuItems above MenuBar instead of below

2014-02-06 Thread BM
I have a similar problem. Can you elaborate more? On Monday, July 2, 2007 2:38:11 AM UTC-5, Neeraj Upreti wrote: > > Hi Orion, > > you are right . the default behavior is opening the menu downwards .. > but we can customize it .. > > Construct a class that extends MenuBar class. > > Say MenuBarExt

ApiResourceProperty tag can not be compiled to GWT or ignored

2014-02-06 Thread Pablo Castilla
Hi, We have a GWT app that exposes an API using Google Cloud Endpoints. As we use objectify we can not expose the Key tag to the API. For that we use the ApiResourceProperty in order to make the API ignore the field, but if we do that the GWT compilation fails. I have tried everything, from

Re: Server-side anontation imports causing compile errors

2014-02-06 Thread Pablo Castilla
I have the same issue, have you solved it? Thanks El viernes, 15 de noviembre de 2013 18:59:47 UTC+1, Brian Henry escribió: > > I'm using Cloud Endpoints on App Engine with GWT and want to use a server > side annotation on a class in my Shared package. I think the GWT compiler > wants me to inh

GWT Menu Bar Sub-Menus - how to open on left hand side?

2014-02-06 Thread BM
So I have a menu bar on right hand side of the screen. This menu bar as vertical opening and each menu items has further sub-menus (with vertical opening). The problem is when I mouse-over the menu-item to open the sub-menu, it opens on right hand side of the screen putting a scroll bar in my

Re: Using GWT SuperDevMode in application containing many modules

2014-02-06 Thread Juan Pablo Gardella
+1 2014-02-06 Ivan Lazov : > Jens, > > Currently I'm reconfiguring the dependencies between the modules in my app. > > Also I'll appreciate it if you put your app in *github*. It will be > really helpful for me and other developers too. > > -- > You received this message because you are subscrib

Re: mgwt Scrollpanel doesn't scroll with Android-Phonegap

2014-02-06 Thread Stefan Strobl
Sorry wrong Gorup :( https://groups.google.com/forum/#!topic/mgwt/YfGyYJjClmE Am Donnerstag, 6. Februar 2014 15:14:18 UTC+1 schrieb Stefan Strobl: > > Hello, > > I tried to deploy my mgwt-App with Phonegap on Android. My configuration > is: > > gwt 2.5.0 > mgwt 1.1.2 > gwtphonegap:2.4.0.0 > and

mgwt Scrollpanel doesn't scroll with Android-Phonegap

2014-02-06 Thread Stefan Strobl
Hello, I tried to deploy my mgwt-App with Phonegap on Android. My configuration is: gwt 2.5.0 mgwt 1.1.2 gwtphonegap:2.4.0.0 and phonegap 2.4.0 In the Webbrowser of the device the scrollpanel works fine, but in the webview from phonegap there is no scrolling. I haven't found something to th

Re: Recompiled module is not served from codeserver

2014-02-06 Thread Thomas Broyer
On Thursday, February 6, 2014 11:17:47 AM UTC+1, Marko wrote: > > Thomas, > > You are right! When I run "mvn process-resources" before hitting "DevMode > On" for SuperDevMode then I can see the changes I made to a page. Also the > file for sourcemaps is changed here: > http://localhost:9876/so

Re: SuperDev mode - 500 Error

2014-02-06 Thread almagnit
Stacktrace (as a side note: why are you using a JSP? this looks like plain HTML to me) on the off-chance =) четверг, 6 февраля 2014 г., 13:05:12 UTC+4 пользователь almagnit написал: > > What could cause this error? > After upgrading to gwt 2.6 and idea 13, at star

Re: GWT 2.6.0 now available

2014-02-06 Thread Patrick Tucker
It has been on central for about the same amount of time: http://search.maven.org/#artifactdetails%7Ccom.google.gwt%7Cgwt-user%7C2.6.0%7Cjar On Thursday, February 6, 2014 6:18:50 AM UTC-5, Ed wrote: > The 2.6.0 is downloadable as zip through the gwtproject site (since a week > or so). > But when

Re: Using GWT SuperDevMode in application containing many modules

2014-02-06 Thread Ivan Lazov
Jens, Currently I'm reconfiguring the dependencies between the modules in my app. Also I'll appreciate it if you put your app in *github*. It will be really helpful for me and other developers too. -- You received this message because you are subscribed to the Google Groups "Google Web Toolki

N commandments of RequestFactory cheat sheet?

2014-02-06 Thread salk31
Hi, In our team, reasonably experienced Java developers, we often struggle to remember all the rules of RequestFactory. Does anybody have a cheat sheet we could share? Something like: * A Proxy can only be edited in exactly one RequestContext. * A Proxy can never be removed from a RequestContex

Re: GWT 2.6.0 now available

2014-02-06 Thread Ed
The 2.6.0 is downloadable as zip through the gwtproject site (since a week or so). But when will it be available through the central maven repo ? (I still don't see it in http://mirrors.ibiblio.org/maven2/com/google/gwt/gwt-user/) -- You received this message because you are subscribed to the G

Re: Recompiled module is not served from codeserver

2014-02-06 Thread Marko
Thomas, You are right! When I run "mvn process-resources" before hitting "DevMode On" for SuperDevMode then I can see the changes I made to a page. Also the file for sourcemaps is changed here: http://localhost:9876/sourcemaps/main/com/myapp/myapp-main/client/application/ApplicationPresenter.ja

Re: SuperDev mode - 500 Error

2014-02-06 Thread Thomas Broyer
Can you paste the *complete* stacktrace? (as a side note: why are you using a JSP? this looks like plain HTML to me) On Thursday, February 6, 2014 10:05:12 AM UTC+1, almagnit wrote: > > What could cause this error? > After upgrading to gwt 2.6 and idea 13, at startup superdev mode get this > err

SuperDev mode - 500 Error

2014-02-06 Thread almagnit
What could cause this error? After upgrading to gwt 2.6 and idea 13, at startup superdev mode get this error page: HTTP ERROR 500 Problem accessing /login;jsessionid=1wmax1chspzqv1kh8sfk5sk5tk. Reason: Server Error Caused by:Compile failed; see the compiler error output for details. at org.ap

Re: Development Mode will not be supported in Firefox 27+

2014-02-06 Thread Thomas Broyer
On Thursday, February 6, 2014 10:03:35 AM UTC+1, Kirill Prazdnikov wrote: > > Does the Chrome expose any kind of debugging interface so that any > front-end IDE can use and visualize it ? > https://developers.google.com/chrome-developer-tools/docs/debugger-protocol -- You received this messag

Re: Development Mode will not be supported in Firefox 27+

2014-02-06 Thread Kirill Prazdnikov
Does the Chrome expose any kind of debugging interface so that any front-end IDE can use and visualize it ? -- 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

Re: GWT wrapper for JSPlumb

2014-02-06 Thread Alain Ekambi
I would be interested in a wrapper too :) 2014-02-06 Srini v : > there is nothing in it, i cant see the source code unfortunately , looks > like a dead project > > > On Thu, Feb 6, 2014 at 2:42 AM, Juan Pablo Gardella < > gardellajuanpa...@gmail.com> wrote: > >> I found with the first google "j

Re: GWT sizing issue in iOS 7 Safari (with all apps using DockLayoutPanel?)

2014-02-06 Thread Phineas Gage
It appears that this is a bug in iOS 7 Safari for iPad (only iPad, in contrast to the post subject) that's well described here: http://stackoverflow.com/questions/19012135/ios-7-ipad-safari-landscape-innerheight-outerheight-layout-issue and here: http://stackoverflow.com/questions/18855642/ios-