Re: XMLHttpRequest2 in 2.5?

2012-09-25 Thread Thomas Broyer
On Tuesday, September 25, 2012 5:35:02 AM UTC+2, Brandon Donnelson wrote: Does anybody know if XMLHttpRequest2 is in or slated for 2.5? It depends what you mean by XMLHttpRequest2. responseType is here (was in RC1 already but was broken), with the ability to get the response as an

Re: Super Dev mode : speed, find source in Chrome, stacktrace of exception

2012-09-25 Thread Thomas Broyer
On Tuesday, September 25, 2012 7:59:16 AM UTC+2, maticpetek wrote: Hi, We are testing Super Dev mode and the following questions rise to me : 1) every time we change Java code, we have to hit Dev mode on button and then Compile. In best times it took 40 seconds on my computer. And then I

Re: rename-to module attribute and DevMode

2012-09-25 Thread Thomas Broyer
On Monday, September 24, 2012 9:59:00 PM UTC+2, Joseph Lust wrote: We've been working with *rename-to* so that our apps (many submodules) don't all have ugly, huge urls with the full package name in them. This is working well, however when we switch to DevMode, it won't run. DevMode

Re: Super Dev mode : speed, find source in Chrome, stacktrace of exception

2012-09-25 Thread Chris Lercher
On Tuesday, September 25, 2012 7:59:16 AM UTC+2, maticpetek wrote: 2) When we get exception in client code, Dev mode will print out full stacktrace. Is something like this available in SuperDev mode? For example, the following code : String bla = null; bla.length(); // Exception will

Re: GWT Designer - Can't create SWT Browser

2012-09-25 Thread Magnus
Hi, is there really no fix? This prevents me from doing anything with UIBinder... Magnus -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

Re: Change i18n constants in GWT for sweden

2012-09-25 Thread roman_e
Hi Thomas Thank you for your help. It seems that the format is correct and we got wrong informations about this. It's a bit confusing that one of them is year-month-day and the others are day-month-year. Kind regards Roman Am Freitag, 21. September 2012 10:31:14 UTC+2 schrieb Thomas Broyer:

Re: Super Dev mode : speed, find source in Chrome, stacktrace of exception

2012-09-25 Thread Thomas Broyer
On Tuesday, September 25, 2012 11:59:37 AM UTC+2, Chris Lercher wrote: On Tuesday, September 25, 2012 7:59:16 AM UTC+2, maticpetek wrote: 2) When we get exception in client code, Dev mode will print out full stacktrace. Is something like this available in SuperDev mode? For example, the

Re: GWT Designer - Can't create SWT Browser

2012-09-25 Thread Jens
Honestly I have never used GWT designer. Eclipse + Google Plugin provides pretty good auto completion in UiBinder xml files. Just make sure you open the UiBinder xml with the UiBinder Template Editor (right click - open with) that comes with the Google Plugin. Sure this does not solve your

Re: GWT 2.5 RC1 Is Here!

2012-09-25 Thread Samyem Tuladhar
Is the 2.5 release still on track? Still only seeing rc1. Thanks, On Thursday, September 13, 2012 4:52:18 AM UTC-4, Thomas Broyer wrote: On Thursday, September 13, 2012 10:10:54 AM UTC+2, Rahul wrote: I starting using 2.5RC now in my local testing with GWTP, GWT-Bootstrap. Superdev is

Re: GWT 2.5 RC1 Is Here!

2012-09-25 Thread Jens
I would say so. Last commit has changed the pom.xml of GWT examples to include GWT 2.5 RC2 as dependency (http://code.google.com/p/google-web-toolkit/source/detail?r=11299) -- J. Am Dienstag, 25. September 2012 14:59:26 UTC+2 schrieb Samyem Tuladhar: Is the 2.5 release still on track? Still

DecoratorPanel - Layout panel

2012-09-25 Thread Marco
I want to use the DecoraterPanel inside a Layout Panel (DockLayoutPanel) . The problem is that there is no DecoratorLayoutPanel implementation and therefore if I want to use this panel inside a Layout Panel, all childs will loose the resize events because the resize-chain is broken through the

Re: chrome - prompting me to install gwt plugin but already installed

2012-09-25 Thread otosaat
Hi Xavier, I've also encountered the same problem. Would you please share if you have you figured out a solution? Thanks, Otosaat. On Friday, April 27, 2012 3:25:40 AM UTC-4, Xavophonic wrote: Hi, Here is my configuration Google Web Toolkit 2.0.4 on my server Jetty. Chrome version

Re: TabLayoutPanel with scroll buttons

2012-09-25 Thread sana ben aissa
please can you show me how to use it , i coudn't even test it ! -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/RUADpqouugoJ. To post to this

Re: Smart GWT / GWT Ext.... which one is better?

2012-09-25 Thread Marc Dumahel
smartgwt is only a wrapper over a js library... you can get problem between browser... After some test, i think GXT 3 is the best choice, very easy to use, good documentation. Sure is not free... but the time saved...you buy easily a licence you can also check vaadin (it use gwt for

Bug with FormPanel for POST request in Firefox

2012-09-25 Thread Curtis van Osch
I've asked this question on stack overflow, maybe someone here will know more: http://stackoverflow.com/questions/12480614/gwt-formpanel-method-replaced-by-input-parameter Essentially, it seems like my FormPanel's method is being overridden by a hidden input parameter of the form itself

Re: TabLayoutPanel with scroll buttons

2012-09-25 Thread sana ben aissa
hi , please can help me understand what do you mean by saying You should be able to wrap it into a Composite and then reference that Composite in your UiBinder file though. ?? and i m searching for a widget that can help me do this

The Future of GWT Survey is now live!

2012-09-25 Thread David Booth
*This year has brought many changes to GWT from Super Dev Mode and Elemental to the creation of the GWT Steering Committee (which Vaadin is proud to be a part ofhttps://vaadin.com/press/2012-06-29-vaadin-to-support-google-web-toolkit-gwt-development ). As part of the committee, Vaadin would

Re: Unable to open GWT designer.

2012-09-25 Thread JaseT
I have the same problem. I have Eclipse Juno and have just installed the latest GWT. *I cannot get the Designer view* (stuck with default source view instead). Also, Preferences Google Web Tool Kit Designer throws this error Unable to create the selected preference page Bug? Thanks,

Integrating a Application made with GWT 2.4.0 into Struts framework 1.1.

2012-09-25 Thread Mohsin Farooq
Hello, I recently made an application that displays data found from a database and the user can query addition data by specifitying some criterias and pressing a button. This will then update the page and add 11 graphs to the layout manager. I wanted to integrate this whole application into

Re: Problems using JavaMail within hosted mode in Eclipse

2012-09-25 Thread Ari Luoma
Hi, I am running to the same issue. Have you found solution for this? -Ari -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/O9etU2hkeNMJ. To

Re: DevMode for Firefox 14

2012-09-25 Thread ilana
Hi , Thie link below seems to be broken... please help. 10xs, ilana בתאריך יום שלישי, 24 ביולי 2012 08:49:30 UTC+3, מאת Alan Leung: Last but not least, http://acleung.com/ff14-mac.xpi Have fun! -Alan On Mon, Jul 23, 2012 at 11:42 AM, Jens jens.ne...@gmail.com javascript: wrote: ALL:

Re: GWT HIBERNATE SPRING MYSQL Example

2012-09-25 Thread domenico cimadoro
hello I ve the same problem ,you found something of interesting? Thanks Domenico Il giorno mercoledì 27 aprile 2011 10:25:32 UTC+2, junaidp ha scritto: Hi I am looking for some example / tutorial for GWT , HIBERNATE , SPRING , MYSQL Integration I've been looking on google for that but

Set RootPanel with View from Gin

2012-09-25 Thread Joe Toth
I created a View that extends SplitLayoutPanel via Gin and I want to set it on the RootPanel so it can receive the resize events and everything will scale smoothly. Problem is when I do this the view gets a height of 0px and even if I set the height it doesn't seem to behave correctly.

Style: @sprite doesn't support overwrite !important

2012-09-25 Thread Doan Tri
Right now, at version 2.4, @sprite still does not support !important property. So, in this case, we must define the absolute path to the resources, likes that: .classA { background: url (path to resource) } However, I don't have any idea about how can do if the

Re: Future of GWT survey

2012-09-25 Thread Scott Stanton
I second the call for reducing compile times and making it more extendable. The slow compile/link times are a major impediment to development. Some of our developers are in favor of dumping GWT in favor of native javascript toolkits because the slow dev mode and compile/link times are impeding

Expand all / Collapse all functionality in CellTree

2012-09-25 Thread Ankur Gupta
Hello Everyone, I am implementing a CellTree in my GWT 2.3 application. On right click of any cell I want to add the functionality of Expand All Collapse all, that expands collapses the complete SubTree under that Cell. Also, on double click to the cell I want to add the functionality of

Re: Conditional script tag in a GWT module declaration

2012-09-25 Thread Craig McNicholas
Bump! Would also like to see this. I have some great webkit styling for native scrollbars via css but for other browsers I am having to use a jQuery plugin to replace the native ones (yuck) I would like to only include this script for non webkit browsers but currently its all or nothing. On

Navigation and history support while using activities and places

2012-09-25 Thread Stag
I have an application designed as follows. It is a travel claim reimburment app. It has two tabs: 1. My Claims : shows all reimbursment claims made so far 2. My Account: showing my details It has number of claims on the Left and when selected displays Entries on the Right. The picture

How get iFrame contents with different domains ?

2012-09-25 Thread Nabil
Hi, i have created an iFrame in my project that calls an external service (for example whatismyip.com) that returns my public IP. the problem is i cant get iFrame content, because there is a completly different domains. the question is how can i get this iFrame contents ? its very urgent please

RequestFactory ServiceLocator persist chilld onetomany

2012-09-25 Thread Tost X
Hi all, I use resquestfactory with Locator and ServiceLocator and am trying to persist an entity that has a one to many, but the layer server children are not sent. When I do find, the children leave the server to the client layer without problems using .wth(child). Anyone know how to persist

Re: Disable backspace

2012-09-25 Thread Brett Slocum
So where does this code get add? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/zdMV_iX2zdAJ. To post to this group, send email to

UIBinder with MGWT Problem

2012-09-25 Thread Ozan
Hi, When I tried to switch from code to design in uibinder with mgwt, I get this exception encountered unexpected internal error. This could be caused by a bug or by a misconfiguration issue, conflict, partial update, etc. org.mvel2.PropertyAccessException: unable to resolve method:

GWT editors and objects with optional data

2012-09-25 Thread Austin Miller
Hi, I'm trying to set up get editors with classes that are auto-generated to be something like: public static class Foo { String name; boolean isNameSet; public String getName() { return name; } public void setName(String name) { isNameSet = true; this.name = name; }

problems creating a new Windowbuilder-GWT User Interface

2012-09-25 Thread spenny
Hi All, Hope you can help... I am trying out Windowbuilder and GWT for the first time and have encountered some problems. I am using Juno Eclipse 4.2. I have installed the Windowbuilder for this version. Next try and start a new GWT windowbuilder project by right-clicking in package explorer-

Localize String array

2012-09-25 Thread Willy
Hi all, I'm quite new to GWT world and I've some issues. In this post I ask for help with localization. I've used an interface that extends Messages, like that: ... public interface MyMessages extends Messages { String text1(); String text2(); String text3(); } ... and so far

Re: GWT file download IFrames IE8

2012-09-25 Thread Mike Azzi
Hi Thomas, I am running into the same problem and I didn't quite understand your suggestion. Was it meant to prevent showing iE8 security warning yellow bar, or the reloading of the page? Would you mind elaborating a bit more. Thanks, Mike On Friday, January 13, 2012 9:20:30 AM UTC-5, Thomas

Using Smart GWT in GWT MVP framework with maven

2012-09-25 Thread karthikeyan p
Hi, Currently there is a requirement in our project for drag and drop feature in the tree format. So we are planning to use smart GWT. But when i include smart gwt dependencies in the pom.xml and start the project in jetty using mvn run. The application is throwing error in GWT GIN injector,but

Re: GWT podcasts?

2012-09-25 Thread gpike
I forgot they are both available on iTunes too. On Friday, September 21, 2012 6:02:41 PM UTC-6, gpike wrote: When I saw your question I wondered the same thing. I had looked before and didn't find much So I started 2 of my own. The first http://www.easygwt.com/ is a podcast I do with Jeff

Re: GWT podcasts?

2012-09-25 Thread Thad
Thanks! I'll look into these. On Friday, September 21, 2012 8:02:41 PM UTC-4, gpike wrote: When I saw your question I wondered the same thing. I had looked before and didn't find much So I started 2 of my own. The first http://www.easygwt.com/ is a podcast I do with Jeff Maslo and we bring

Re: java.lang.NoClassDefFoundError: com/google/gwt/core/client/JavaScriptObject in hosted mode (only)

2012-09-25 Thread Arturs Elksnis
Hi Mark, Did you get to the bottom of this at all? I just got stuck with a pretty much identical problem and there's nothing on the web except this thread where noone has answered your question. This would be really good to crack or else I have to use something else for charting. On

Javascript Files generated by GWT

2012-09-25 Thread Imran Ahmed
Hi Friends Is number user defined java classes is directly proportional to javascript files generated by GWT ?. Should i define application with least number of classes to decrease javascript files or size being generated?. Please provide your valuable thoughts. -- You received this

Re: Future of GWT survey

2012-09-25 Thread David Booth
Thanks for the feedback Chris! One of the nice things about doing a survey like this is the conversation that springs up around it, and you make a great point. On Wednesday, September 19, 2012 7:06:08 PM UTC+2, Chris Lercher wrote: Please excuse me for this negative feedback, but in my

TabPanel is not showing information properly.

2012-09-25 Thread Alejandro Calle
I have a TabPanel with several tabs. In every tab I want to show a table with the information of several objects. The table will show three fields of the object (name, address and description). For every tab I create a VerticalPanel that contains the class MyPaginationDataGrid thats extends

javascript files GWT generates

2012-09-25 Thread Imran Ahmed
Hi All, I want to know how many files does GWT will generate for an application. If i design my application with alots small classes ,would it be good?. or Should i try to have design application such that java classes are minimum. I am not asking about exact figure, I am looking for best

[Activities Places] How to save and display the criterias again when hitting the back button ?

2012-09-25 Thread Celinio
Hi, We are using Activities and Places. I have a search view with several fields (criterias) and a submit button. When the user selects a few criterias and clicks on the submit button, the activity runs the search method and displays the results in a new result view. If the user goes back the

Re: GWTRuby? How to communicate?

2012-09-25 Thread gpike
I agree with tc. In your rails controllers set your respond_to blocks to render json then you can use RequestBuilder to make your rest calls. You can then create jsni methods that eval the json and return Javascript Overlay object that you can use in your app. During development you may want

Chrome incorrectly asks me to install GWT Developer Plugin

2012-09-25 Thread otosaat
Chrome sporadically gives me the following message incorrectly: Development Mode requires the Google Web Toolkit Developer Plugin By downloading, you agree to the Terms Conditionshttp://code.google.com/webtoolkit/terms.html and Privacy Policy http://code.google.com/webtoolkit/privacy.html.

How to use image from webapp directory in ui.xml

2012-09-25 Thread Alexander Zhiltsov
Hello. I have ui.xml file with layout in some package *com/xxx/gwt/client/widgets/* * * and use image in that file like: *ui:image field='logo' src='images/about_logo.png'/* So if this image in package *com/xxx/gwt/client/widgets/images* all works fine. But i want to store images in *webapp*

Re: iOS 6 Bug: Safari caches POST requests

2012-09-25 Thread Rui Oliveira
Hi, Whats the best away to solve this issue? I have hundreds of RPC and I'm looking for a global way to change the header to no-cache. Sincerely Rui -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web

Re: Hibernate ClassCastException in GWT hosted mode only

2012-09-25 Thread Meng
You helped me .thanks so muck. 在 2012年5月25日星期五UTC+8下午9时44分02秒,federevo写道: Hi all, here the procedure to apply the patch while 4.1.4 is not relased. 1. create a source folder (ie: src_patch) in your eclipse project 2. create the package org.hibernate.service.classloading.internal; 3.

Web Viewer for the ALMA Radio Telescope

2012-09-25 Thread Satoshi Eguchi
Hello! I'm Satoshi Eguchi, a posdoc of National Astronomical Observatory of Japan, working on Virtual Observatory. I have recently developed a web data viewer for the ALMA Radio Telescope, which is built on Atacama Dessert, utilizing with GWT. URL :

SelectionCell with unique list of options for every row

2012-09-25 Thread Andriy Slyusar
Hey, Can somebody help me. I need to create a CellTable with SelectionCell column, but for every row in must be unique list of options. By default it is shared for column. Thanks a lot. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To

Chrome incorrectly complains that the GWT development plugin is missing

2012-09-25 Thread An Luu
I already have this plugin installed. I restarted the browser and was able to access my GWT app in development mode. Does anyone know what's causing it, and how do I go about troubleshooting it? Thank you. -- You received this message because you are subscribed to the Google Groups Google Web

Newbie listbox with Uibinder issue

2012-09-25 Thread Ben Hegarty
I've been having a problem using the Listbox with the UIbinder but I can't seem to figure out why the following code doesn't populate the listbox on startup? public class RegistrationViewImpl extends Composite implements RegistrationView { private static RegistrationViewUiBinder uiBinder

Re: TinyMCE GWT UIBinder finally displayed correctly, but colorpicker's colors and font-dropdown-menu's fonts are not clickable

2012-09-25 Thread daniel shmaya
is any body have solution to this problem? I have the exact problem when using it under gwt dialog box, BTW when using gxt dialog this problem doesn't occurred בתאריך יום חמישי, 15 בספטמבר 2011 18:19:57 UTC+3, מאת Maxim Schäfner: Hello, I'm still searching for a maybe better solution for

Re: Problems using JavaMail within hosted mode in Eclipse

2012-09-25 Thread Ari Luoma
Hi, I was having the same problem and found solution. 1. Go to Run configurations. 2. Classpath 3. Add mail.jar from your WEB-INF\lib to the Bootstrap entries 4. Make it first. Thats it. If that doesn't help, also try to add activation.jar. -Ari Luoma torstai, 21. kesäkuuta 2012 13.39.39

URL shortener doesn't seem to work

2012-09-25 Thread Pablo Castilla
Hello, I have just inserted the code that you can see in the UrlShortener example and I can not get it working. It initializes well, but when I call to expand() or shorten() it doesn't make any call (I have checked that with the chrome's developer tools), and even I don't get any callback with

How to debug RequestBuilder server side code in Eclipse?

2012-09-25 Thread myxjtu
I started to use RequestBuilder (instead of rpc) to send requests to server. However, I found, in Eclipse with dev mode, I could not debug the server side code. That is, the breakpoints I set in server are never triggered even though the code path hit these break points. It used to be fine

Re: GWT Designer - Can't create SWT Browser

2012-09-25 Thread Tomek Kańka
W dniu wtorek, 25 września 2012 12:55:31 UTC+2 użytkownik Magnus napisał: Hi, is there really no fix? This prevents me from doing anything with UIBinder... Check this: http://www.eclipse.org/swt/faq.php Q: What do I need to run the SWT Browser inside Eclipse on Linux? -- You received

Re: GWT Eclipse Project not always updating classes

2012-09-25 Thread Alejandro Calle
I am experiencing something similar to Samuru. I create a war with Ant with this build.xml: project name=lt;projectname basedir=. default=buildwar target name=default depends=buildwar, deploy /target target name=buildwar war

Trouble with array localization.

2012-09-25 Thread Willy
Hi, I've some trouble with array localization. In my software I've used this method to localize my string: public interface MyMessages extends Messages { String first(); String second(); } The I've created the properties files: #MyMessages_it.properties: first = primo second =

Re: Java 7

2012-09-25 Thread Benjamin Wolff
Hi, sorry for gravedigging, but the title of this thread seems suitable. Since Java 6 reaches its End-Of-Life cycle at the beginning of next year, does the GWT team has concrete plans to support Java 7? See: http://www.oracle.com/technetwork/java/eol-135779.html Cheers, Ben -- You received

Re: XMLHttpRequest2 in 2.5?

2012-09-25 Thread Brandon Donnelson
Thanks Thomas. I'll see if I can find some time to contribute, I'll dig some more. On Tuesday, September 25, 2012 1:27:51 AM UTC-7, Thomas Broyer wrote: On Tuesday, September 25, 2012 5:35:02 AM UTC+2, Brandon Donnelson wrote: Does anybody know if XMLHttpRequest2 is in or slated for 2.5?

Re: Trouble with array localization.

2012-09-25 Thread Willy
I think I figured out... Inside my classes I defined a variable like: String fruits[] = { myMessages.apple(), myMessages.pear() }; and It works. Thanks anyway, and excuse me for the double or triple message :P And if there is a better solution please let me know! :D -- Willy Il

Re: GWT Designer - Can't create SWT Browser

2012-09-25 Thread Magnus
Hi Jens, basically I agree, and I was indeed able to work on the current ui project. But when learning the concepts behind UIBinder it helps a lot if you can try out some ideas and look how they are realized within the xml file. In addition, designer shows widgets that are not documented, e.

Re: How get iFrame contents with different domains ?

2012-09-25 Thread gpike
Hi, You can't directly in GWT it honors cross site scripting you can however drop down to Javascript. Write a JSNI method that accesses the containing docs parent (your app) by accessing top, then in your code you can access the iFrame and then it's document. Something like this: public

Re: Using Smart GWT in GWT MVP framework with maven

2012-09-25 Thread thiago borges martins
Please input the pom.xml of your project. Em sexta-feira, 21 de setembro de 2012 02h56min54s UTC-3, karthikeyan p escreveu: Hi, Currently there is a requirement in our project for drag and drop feature in the tree format. So we are planning to use smart GWT. But when i include smart gwt

Re: GWT Designer - Can't create SWT Browser

2012-09-25 Thread Jeff Chimene
Maybe you must tell Eclipse where to find xulrunner? https://bbs.archlinux.org/viewtopic.php?id=115543 On Tue, Sep 25, 2012 at 10:39 AM, Magnus alpineblas...@googlemail.comwrote: Hi Jens, basically I agree, and I was indeed able to work on the current ui project. But when learning the

Re: How get iFrame contents with different domains ?

2012-09-25 Thread gpike
On Friday, September 21, 2012 2:28:25 AM UTC-6, Coco Gwt wrote: Hi, i have created an iFrame in my project that calls an external service (for example whatismyip.com) that returns my public IP. the problem is i cant get iFrame content, because there is a completly different domains.

Re: How get iFrame contents with different domains ?

2012-09-25 Thread gpike
After sending this I realized I sent it too early. The code below only works after you get both documents under the same domain because of cross-site scripting protection in the browser. To bring them both under the same domain you can either setup Apache or Nginx as reverse-proxy or write a

Re: How get iFrame contents with different domains ?

2012-09-25 Thread Кирилл Карпенко
You cannot do this the way you want. It is simply does not allowed by the most of browsers. There is only possible way you can to choose is to build extension which browser grant extended permissions set. But user must setup it explicitly. 25.09.2012 18:58 пользователь Nabil

Re: Need a tool to find out client side coverage .

2012-09-25 Thread Joseph Lust
There is now a newer patched version for download. http://code.google.com/p/santa-exchange/downloads/detail?name=eclemma-1.3.2-gwt.zipcan=2q= Followed the instructions and it worked well for me. Would still be nice to have it work out of the box, but I don't expect the Emma team to drop

CaptionPanel - CaptionLayoutPanel

2012-09-25 Thread Marco
I want to use the CaptionPanel inside a Layout Panel (DockLayoutPanel) . The problem is that there is no CaptionLayoutPanel(like SimpleLayoutPanel) implementation and therefore if I want to use this panel inside a Layout Panel, all childs will loose the resize events because the resize-chain is

Re: Java 7

2012-09-25 Thread Brian Slesinsky
GWT 2.5 rc2 should run on a JDK 7 virtual machine (there was a recent fix to make dev mode work). We've occasionally talked about supporting Java 7 features, but there's no concrete plan or schedule to implement them. - Brian On Tuesday, September 25, 2012 4:38:28 AM UTC-7, Benjamin Wolff

Re: DevMode for Firefox 14

2012-09-25 Thread Alan Leung
On Wed, Sep 19, 2012 at 6:58 AM, ilana ilana.ha...@gmail.com wrote: Hi , Thie link below seems to be broken... please help. I have removed all the builds. Please download from the official web site. 10xs, ilana בתאריך יום שלישי, 24 ביולי 2012 08:49:30 UTC+3, מאת Alan Leung: Last but

Request Factory, Hibernate, Validation Error: ClassNotFoundException: javax.validation.ValidationException

2012-09-25 Thread Manuel
Hi everyone, Im trying to use RequestFactory + Hibernate. I just started with GWT.. I hope you can help me. Thats what i did so far: 1) I included the following in WEB-INF/libs (they are in subfolders like WEB-INF/libs/validators/.. for structuring.. hope thats no problem)

Re: Request Factory, Hibernate, Validation Error: ClassNotFoundException: javax.validation.ValidationException

2012-09-25 Thread Jens
1) I included the following in WEB-INF/libs (they are in subfolders like WEB-INF/libs/validators/.. for structuring.. hope thats no problem) Unfortunately that is a problem. Put all libraries into WEB-INF/lib without using sub folders and it should work. If you want sub folders in

Re: Anybody else having a problem with the mac GWT dev plugin in Chrome?

2012-09-25 Thread Brandon Donnelson
Same thing is happening in Canary. Mac Version 24.0.1277.0 canary -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/1ppRkL77AYIJ. To post to this

Re: Anybody else having a problem with the mac GWT dev plugin in Chrome?

2012-09-25 Thread Brandon Donnelson
I can get it to work in 15.01 at least. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/BaLpk3y_JUAJ. To post to this group, send email to

Re: Anybody else having a problem with the mac GWT dev plugin in Chrome?

2012-09-25 Thread Brandon Donnelson
Oops I can get it to work in firefox 15.0.1 -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/m41CylAXXy4J. To post to this group, send email to

How to use Request Factory with JPA Hibernate and PostgreSQL ?

2012-09-25 Thread Manuel
Hi everyone, I want to use a postgres db with the RF JPA. I dont know if I´m on the right way, but I thought i just have to edit the persistence.xml? Thats what my persistence.xml look like: ?xml version=1.0 encoding=UTF-8 ? persistence xmlns=http://java.sun.com/xml/ns/persistence;

Re: DevMode not working in Chrome after update

2012-09-25 Thread Richard
Such a pain. Try this (it worked for me on Mac OS X)... 1) Get an older version at http://mac.oldapps.com/google_chrome.php -- I chose Google Chrome 21.0.1180.89 from August 30, 2012.. the direct link is http://mac.oldapps.com/google_chrome.php?old_chrome=1260 2) Drop it somewhere other

[gwt-contrib] Upgraded the devmode Chrome extension to manifest version 2. (issue1840803)

2012-09-25 Thread skybrian
Reviewers: cromwellian, Description: Upgraded the devmode Chrome extension to manifest version 2. To do this, we need to replace all inline javascript with code in a separate js file. Also, changed the options page to use the DirectInstall linker so that GWT bootstrap doesn't use eval() or

[gwt-contrib] Re: Upgraded the devmode Chrome extension to manifest version 2. (issue1840803)

2012-09-25 Thread jat
http://gwt-code-reviews.appspot.com/1840803/diff/1/plugins/npapi/DevModeOptions/build.xml File plugins/npapi/DevModeOptions/build.xml (right): http://gwt-code-reviews.appspot.com/1840803/diff/1/plugins/npapi/DevModeOptions/build.xml#newcode4 plugins/npapi/DevModeOptions/build.xml:4: property