Recieving a negative content length header

2011-11-21 Thread Shrivallabh
Folks, I am using com.google.gwt.user.client.ui.FormPanel to submi a multipart request uploadForm.setEncoding(FormPanel.ENCODING_MULTIPART); uploadForm.setMethod(FormPanel.METHOD_POST); When the size of the file is above 4gb, we get a negative content length. Is this a known issue? What is

Confusion about the google map API for gwt

2011-11-21 Thread Monika Solanki
Hello, I am confused about the deprecated status of the google map API for gwt available at http://code.google.com/p/gwt-google-apis/wiki/MapsGettingStarted Should I continue to use it? Please could someone let me know. Thanks -- You received this message because you are subscribed to the

Announcing a IneForm/IneFrame, frameworks for highly productive GWT development

2011-11-21 Thread István Szoboszlai
Dear All, I would like to introduce our GWT frameworks IneForm/IneFrame. In a few words: - IneForm: an easy to use tool for data presentation and data manipulation through generated but customizable forms and tables. - IneFrame: a frame for any web application, that supports authentication,

Re: Recieving a negative content length header

2011-11-21 Thread Shrivallabh
Folks, It looks like only chrome is setting the correct value. Regards, Shrivallabh On Nov 21, 5:48 pm, Shrivallabh shrivall...@gmail.com wrote: Folks, I am using com.google.gwt.user.client.ui.FormPanel to submi a multipart request uploadForm.setEncoding(FormPanel.ENCODING_MULTIPART);

Weird Exception

2011-11-21 Thread 舟洲 杜
Hi all, I am new to GWT. My GWT project randomly get a weird exception. Below is the stack trace. Thanks for anyone can help. java.lang.IllegalArgumentException: invoke arguments: JS value of type number, expected com.google.gwt.user.client.Event at

Re: Hibernate ClassCastException in GWT hosted mode only

2011-11-21 Thread Alexander Lochschmied
Juan that was a big help. Finally it seems to work with downgraded Hibernate (3.6.3) and additional dependencies: dependency groupIdjavax.validation/groupId artifactIdvalidation-api/artifactId !--version1.0.0.GA/version-- version${javax-validation.version}/version scopeprovided/scope /dependency

Re: Weird Exception

2011-11-21 Thread Juan Pablo Gardella
GWT version? 2011/11/21 舟洲 杜 johndu1...@gmail.com Hi all, I am new to GWT. My GWT project randomly get a weird exception. Below is the stack trace. Thanks for anyone can help. java.lang.IllegalArgumentException: invoke arguments: JS value of type number, expected

Re: Hibernate ClassCastException in GWT hosted mode only

2011-11-21 Thread Juan Pablo Gardella
:) 2011/11/21 Alexander Lochschmied alexander.lochschm...@gmail.com Juan that was a big help. Finally it seems to work with downgraded Hibernate (3.6.3) and additional dependencies: dependency groupIdjavax.validation/groupId artifactIdvalidation-api/artifactId !--version1.0.0.GA/version--

Re: new in 2.4? GWT SDK JAR gwt-servlet.jar is missing in the WEB-INF/lib directory

2011-11-21 Thread Dominique L.
Try this: Select the warning/error, right click and choose Quick fix - Do not use the WAR directory for YourProject launching and deploying (this disables management of WEB-INF).. Click Finish. That will create a file .settings/ com.google.gdt.eclipse.core.prefs : #Mon Nov 21 14:32:10 CET 2011

Re: Looking for best resources to learn GWT

2011-11-21 Thread Jenson
GWT in Action, Second Edition has not been released yet but you can read many of the chapters via the MEAP at http://www.manning.com/tacy/. Regarding mobile dev, here's a link to a post that lists some resources:

Re: reflection-like for 2.3 or 2.4

2011-11-21 Thread István Szoboszlai
Hello András, Our GWT framework IneFrame also provides some basic reflection like functionality for model objects. Google code site: http://code.google.com/p/ineform/ The project that provides the reflection-like functionality itself can be used without the form and table generation stuff. It is

Re: Weird Exception

2011-11-21 Thread 舟洲 杜
GWT 2.4.0 On Nov 21, 1:57 pm, Juan Pablo Gardella gardellajuanpa...@gmail.com wrote: GWT version? 2011/11/21 舟洲 杜 johndu1...@gmail.com Hi all, I am new to GWT. My GWT project randomly get a weird exception. Below is the stack trace. Thanks for anyone can help.

Re: Weird Exception

2011-11-21 Thread Thomas Broyer
Chrome? DevMode is kind of broken there: http://code.google.com/p/google-web-toolkit/issues/detail?id=5778 (scroll down to latest comments) -- 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: hoe to make GWT TabPanel draggable and resizable

2011-11-21 Thread István Szoboszlai
I think you have to implement is yourself. Or there might be a third party solution. Although I have not came along one until now. Üdvözlettel / Best Regards - István Szoboszlai istvan.szobosz...@inepex.com | +36 70 32 64 450 | inepex.com On Thu, Nov 17, 2011 at 7:58 PM, junaid

Re: Weird Exception

2011-11-21 Thread 舟洲 杜
Yes. So just change a browser? On Nov 21, 3:14 pm, Thomas Broyer t.bro...@gmail.com wrote: Chrome? DevMode is kind of broken there:http://code.google.com/p/google-web-toolkit/issues/detail?id=5778 (scroll down to latest comments) -- You received this message because you are subscribed to

Re: Weird Exception

2011-11-21 Thread Juan Pablo Gardella
Try FF8 2011/11/21 舟洲 杜 johndu1...@gmail.com Yes. So just change a browser? On Nov 21, 3:14 pm, Thomas Broyer t.bro...@gmail.com wrote: Chrome? DevMode is kind of broken there:http://code.google.com/p/google-web-toolkit/issues/detail?id=5778 (scroll down to latest comments) --

Re: Starting Jetty on port 8888

2011-11-21 Thread Jim Douglas
If you click the View profile link next to your name in these postings, you will see that your account, possibly hijacked by a virus, is cross-posting your messages to various not-nice groups. And no, I didn't say that the solution is to restart Eclipse, I said that's a convenient way to close

Re: Weird Exception

2011-11-21 Thread 舟洲 杜
What is FF8? Could you be more specific? On Nov 21, 3:51 pm, Juan Pablo Gardella gardellajuanpa...@gmail.com wrote: Try FF8 2011/11/21 舟洲 杜 johndu1...@gmail.com Yes. So just change a browser? On Nov 21, 3:14 pm, Thomas Broyer t.bro...@gmail.com wrote: Chrome? DevMode is

Re: Weird Exception

2011-11-21 Thread Juan Pablo Gardella
Firefox 8 2011/11/21 舟洲 杜 johndu1...@gmail.com What is FF8? Could you be more specific? On Nov 21, 3:51 pm, Juan Pablo Gardella gardellajuanpa...@gmail.com wrote: Try FF8 2011/11/21 舟洲 杜 johndu1...@gmail.com Yes. So just change a browser? On Nov 21, 3:14 pm,

Example of GWT+Autobean+REST web services?

2011-11-21 Thread David Vree
Looking for a good example of this stack to see how if/how the autobean capability can create client side proxies for the service and entity Java class we have on our server. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this

Loading javascript on Uibinder

2011-11-21 Thread bond
Hi, I need to load a javacript in a uibinder.xml file. In a few words,a need to load this script http://malsup.com/jquery/cycle/ when the page is created. I can't load the script at startup of application. THanks very much! -- You received this message because you are subscribed to the Google

Re: hoe to make GWT TabPanel draggable and resizable

2011-11-21 Thread Andrea Boscolo
Can http://allen-sauer.com/com.allen_sauer.gwt.dnd.demo.DragDropDemo/DragDropDemo.html#ResetCacheExample helps you out? -- 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: DataGrid, Activity/Place don't work on IE7

2011-11-21 Thread Juan Pablo Gardella
Well, after a lot of hours I can make a workaround. If I refresh the panel that envolve the datagrid it shows. The relevant code: *View*: I bind the panel, so I can manipulate in the presenter g:DockLayoutPanel ui:field=panel width=300px height=300px g:center c:DataGrid ui:field=resultTable /

Re: TabLayoutPanel Dynamic Resizing

2011-11-21 Thread Paul Stockley
You need a ScrollPanel as the first child of the tab. You may also need to set the width and height on this panel to 100% -- 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: Unfaithful Server Stack Trace Returned to Client

2011-11-21 Thread Juan Pablo Gardella
Check http://www.javapractices.com/topic/TopicAction.do?Id=78 2011/11/21 Elliott eshe...@hotmail.com I'm writing a module to display the stack trace returned from the server in the onFailure method of an AsyncCallback. Unfortunately, the stack trace that looks like this on the server:

Re: Unfaithful Server Stack Trace Returned to Client

2011-11-21 Thread Elliott
On Nov 21, 7:25 pm, Juan Pablo Gardella gardellajuanpa...@gmail.com wrote: Checkhttp://www.javapractices.com/topic/TopicAction.do?Id=78 Thanks, Juan. This is a neat way of obtaining the text of a stack trace, and might be useful. But my problem is the fact that the stack trace I get on the

GWT - Spring Security

2011-11-21 Thread Victor Lujan
Oh boy, I never get answers on this group. I hope this one does. So, I'm learning GWT, i need to implement a login module. I heard spring security is kind of cool so I was going to download that, until i realized that i had to download spring first, and then spring security. The requirements

Re: GWT - Spring Security

2011-11-21 Thread Alfredo Quiroga-Villamil
Hello Victor: If your focus is to learn GWT then I wouldn't dive into Spring just yet. For learning purposes, a simple method in your XServiceImplementation using GWT-RPC will do. If you are planning to build a production application, then I would strongly suggest Spring with Spring Security in

Re: GWT - Spring Security

2011-11-21 Thread Victor Lujan
Hi Alfredo! Thanks for replying ! Im both learning and trying to do something very nice. Im going to give Spring a shot then :D All comments are still appreciated On Nov 21, 7:49 pm, Alfredo Quiroga-Villamil laww...@gmail.com wrote: Hello Victor: If your focus is to learn GWT then I

Re: GWT - Spring Security

2011-11-21 Thread -sowdri-
If you are looking at Authentication and Authorization, then spring security is the de facto standard (of course this is all for the server side)! -- 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: Loading javascript on Uibinder

2011-11-21 Thread -sowdri-
UiBinder is not the place to load external js files. For more info on when and where its appropriate to load external js refer: http://code.google.com/p/google-web-toolkit-doc-1-5/wiki/FAQ_WhenDoModulesLoad -sowdri- -- You received this message because you are subscribed to the Google Groups

{SAP-Jobs-SAP-FAQ} {{ http://www.bignlife.in } Re: Loading javascript on Uibinder

2011-11-21 Thread bond
Hi sowdri. Thanks for your post. I know that but I need the javascript file is loaded only after the html page is rendered. And the html page is made throught uibinder. So there is a way to do this? Thanks very much! Best regards On 22 Nov, 05:36, -sowdri- sow...@gmail.com wrote: UiBinder is

[gwt-contrib] Allow x.y.z-abc versions in Maven artifacts (instead of just x.y.z) (issue1595803)

2011-11-21 Thread rchandia
Reviewers: drfibonacci, rdayal, Description: Allow x.y.z-abc versions in Maven artifacts (instead of just x.y.z) Thanks to Thomas Broyer (from issue 1591805). This allows for things like 2.5.0-companyname-r10757 or 2.5.0-companyname-r10757-patched, as recommended by

[gwt-contrib] Re: GWT / Spring Roo Integration

2011-11-21 Thread Nick Thorson
I use version 1.1.5. For the most part I think it works great. They did several things that allow you to easily integrate your custom code with the auto generated code. The two big issues I have are trying to override a user interface field (for instance using a text area instead of a text