SplitLayoutPanel not working for me in GWT 2.5.1

2013-04-12 Thread Greg George
https://lh6.googleusercontent.com/-f8wTPD-UpyA/UWb87ts1tUI/BN0/S0dOrfVVnfw/s1600/BadSplitLayoutPanel.png I've created the GWT 2.5.1 sample project in Eclipse (Indigo) and tried replacing the sample GWT code with the SplitLayoutPanel code sample from

Re: GWT Calendar API 3 CalendarEntryPoint.java insertEvent returns Bad Request Cntx

2013-04-12 Thread Saurabh Mahamine
Hi robo, did you find a solution to this as I am having the exact same problem On Sunday, 6 January 2013 01:53:28 UTC-5, Robo wrote: CalendarEntryPoint.java works except for the insertEvent which is giving me a Bad Request Cntx as it is presented in the example. onModuleLoad,

CSS NOT Found issue in GWT 2.5.1 production mode

2013-04-12 Thread Ramesh Kandasamy
Currently we are migrating our application from GWT 2.4.0 to GWT 2.5.1. we are facing CSS NOT FOUND issue in GWT 2.5.1 production mode while running in jetty server. We are referring main.css from java. But the same code is working in GWT 2.4.0. Further analysis, I assume src/main/webapp class

Q: super-source issue

2013-04-12 Thread gernot . veith
hi, I've a question to souper-source with bean validation. I've an emulated class and GWT has no access to the source of the original class. This class is in use in 'client', 'server', 'shared'. My first test was to transport this class via RPC to the client and log it to the console. Runs

Re: RequestBuilder POST + setHeader() = OPTIONS

2013-04-12 Thread Thomas Broyer
On Thursday, April 11, 2013 7:17:21 PM UTC+2, Seray Uzgur wrote: Hi, i am facing with the same thing. I know its old but i wonderred if you found and solution? This looks like CORS http://www.w3.org/TR/cors/ When you do a cross-origin POST (which is a simple method in the CORS spec), then

Re: SplitLayoutPanel not working for me in GWT 2.5.1

2013-04-12 Thread Thomas Broyer
Are you fulfilling the RequiresResize requirements? https://developers.google.com/web-toolkit/doc/latest/DevGuideUiPanels#Resize Also look for the Using a LayoutPanel without RootLayoutPanel recipe in this page. On Thursday, April 11, 2013 8:13:53 PM UTC+2, Greg George wrote:

Re: How to globally catch all exceptions?

2013-04-12 Thread Thomas Broyer
On Thursday, April 11, 2013 9:30:50 PM UTC+2, membersound wrote: Where can I find the logfile on the serverside if using the standardgwt.logging.simpleRemoteHandler ? I see the console output in eclipse, but need this in some file. com.google.gwt.logging.server.RemoteLoggingServiceUtil

Re: Request Factory: How can I return multiple versions of an Entity an a list

2013-04-12 Thread stigrv
I've run into the same problem. Did you find a solution? kl. 18:10:17 UTC+1 søndag 20. januar 2013 skrev Jeremy Raymond følgende: I'm using Hibernate envers to keep a history of my entities. To display the history of an entity I want to transfer a list of different versions of the entity to

Re: Request Factory: How can I return multiple versions of an Entity an a list

2013-04-12 Thread Thomas Broyer
Use a ValueProxy instead of EntityProxy for that specific case; or possibly use a distinct EntityProxy with a Locator that uses both the real ID and version in the ID (in getId and find, IIRC) On Friday, April 12, 2013 10:12:51 AM UTC+2, stigrv wrote: I've run into the same problem. Did you

Re: SplitLayoutPanel not working for me in GWT 2.5.1

2013-04-12 Thread Greg George
Thanks for the pointer. Using RootLayoutPanel instead of LayoutPanel did the trick for my problem. I just always used LayoutPanel because that's what the GWT sample does. On Friday, April 12, 2013 3:43:32 AM UTC-4, Thomas Broyer wrote: Are you fulfilling the RequiresResize requirements?

Re: GWT Sticky Sessions

2013-04-12 Thread Lohmar ASHAR
Hi there look, I apologize if my way of speaking offended, it was intended as a joke. but it's common courtesy to give a feed-back to one's solution, this way anybody else reading it knows if it worth's something and thous should/could try it. See ya On Thursday, March 28, 2013 10:52:43 PM

RequestFactory polymorphic arguments issue, is it possible?

2013-04-12 Thread GWTter
Hi all, I'm having an issue using an implementation of an extended EntityProxy. I have the setup below, now when I call setBarProxyExt(BarProxyExt barProxyExt) I get no errors and I am sure that the setBar method is receiving the correct bar however the field is not set. This however is not

Fwd: Adding DOM script throws JavaScriptException in IE

2013-04-12 Thread Néstor Boscán
Hi I'm using GWT and adding some dynamic javascript using the following code: script = DOM.createElement(script); script.setId(validation); builder.append(function validate(validationId) {\n); ... builder.append(}\n);

Re: Repainting a canvas - clear or create new object?

2013-04-12 Thread Dean S. Jones
Well, you could save yourself a bit of work and take a look at Lienzo http://www.emitrom.com/lienzo /open-source-public-service-announcement-only ;-) On Wednesday, April 3, 2013 10:13:34 AM UTC-4, membersound wrote: Hi, when a Canvas is often cleared and redrawn (for example during a drag

Multiple instances of a view

2013-04-12 Thread deepak chauhan
Hi, I am using GIN in my project and facing a weird issue. If I inject a dependency in a single class then I see only one instance of the the dependency. But, when I inject the same dependency into more than one class, I see more then one instance of the same dependency and breaking the

Fwd: Issue: Gwt-RadioButton Grouping.

2013-04-12 Thread Satyarao Kambapu
Hello all, I am using same group name for two of my GWT-RadioButtons. When I click one of these, another one gets disabled, which is good. But programmatically (when i do debug) the other radio button value is still remained as 'true' . As per my requirement it should be false. I am thinking

Sending Mail with GWT+Spring

2013-04-12 Thread vinu raju
can anybody help me , how to send the mail using gwt and spring. i tried but getting error as : no source code is available for type org.springframework.core.io.Resource,did you forget the inherit a required module? my code is this: *Client side:* Resource res = new

CSS Attribute *= and ^= selectors

2013-04-12 Thread Robert Pofuk
Hi, In my CSS i have: @Sprite [class*=icon-], [class^= icon-] { gwt-image: myImage1; } @Sprite .icon-white { gwt-image: myImage2; } [ERROR]- The @sprite rule [] must specify the gwt-image property While using some other selectors: @Sprite [class|=icon-], [class~= icon-] {

Re: GWT 2.5 compiler is running out of memory

2013-04-12 Thread Antonio Petrelli
Il giorno venerdì 1 febbraio 2013 18:02:11 UTC+1, dhoffer ha scritto: With that set I was able to remove localWorkers...but just wondering what localWorkers means when using threads. Does that control the number of threads, have no effect? You have to set the gwt.jjs.maxThreads property,

Re: Multiple instances of a view

2013-04-12 Thread Andrea Boscolo
This is how GIN works, it always inject a new instance when requested. If you want to inject the same instance, bind the dependency into Singleton scope, using bind(YourClass.class).in(Singleton.class), inside you GinModule. -- You received this message because you are subscribed to the

Re: Multiple instances of a view

2013-04-12 Thread deepak chauhan
Thanks Andrea. It worked. On Sat, Apr 13, 2013 at 4:18 AM, Andrea Boscolo andrew...@gmail.com wrote: This is how GIN works, it always inject a new instance when requested. If you want to inject the same instance, bind the dependency into Singleton scope, using

[gwt-contrib] Change in gwt[master]: Fixes ISSUE 7079 - Add support for the newer bindery Handler...

2013-04-12 Thread Daniel Kurka
Daniel Kurka has posted comments on this change. Change subject: Fixes ISSUE 7079 - Add support for the newer bindery HandlerRegistration .. Patch Set 1: That was just me looking at the wrong place for CLAs sorry about

[gwt-contrib] Re: Jenkins test setup

2013-04-12 Thread Thomas Broyer
On Friday, April 12, 2013 12:44:14 AM UTC+2, Matthew Dempsky wrote: Once that's working, I'm hoping it's not too much further before we can allow commits directly via Gerrit. :-) One showstopper, for me, is the presence of the JARs in tools/api-checker/reference. Before we move to

[gwt-contrib] Change in gwt[master]: Widget Iterator now throws NoSuchElementExceptions correctly.

2013-04-12 Thread Daniel Kurka
Daniel Kurka has uploaded a new patch set (#6). Change subject: Widget Iterator now throws NoSuchElementExceptions correctly. .. Widget Iterator now throws NoSuchElementExceptions correctly. Change-Id:

[gwt-contrib] Change in gwt[master]: Widget Iterator now throws NoSuchElementExceptions correctly.

2013-04-12 Thread Daniel Kurka
Daniel Kurka has uploaded a new patch set (#7). Change subject: Widget Iterator now throws NoSuchElementExceptions correctly. .. Widget Iterator now throws NoSuchElementExceptions correctly. Change-Id:

[gwt-contrib] Change in gwt[master]: Upon selection in a SuggestBox's pop up, focus the text field

2013-04-12 Thread Daniel Kurka
Daniel Kurka has posted comments on this change. Change subject: Upon selection in a SuggestBox's pop up, focus the text field .. Patch Set 2: Code-Review+1 -- To view, visit https://gwt-review.googlesource.com/2100 To

[gwt-contrib] Change in gwt[master]: add StringBuffer/Builder.reverse

2013-04-12 Thread Daniel Kurka
Daniel Kurka has uploaded a new patch set (#4). Change subject: add StringBuffer/Builder.reverse .. add StringBuffer/Builder.reverse fixes ISSUE 449 Change-Id: I342e7ed86c0e4efa90d09bdfe0d72c79db2654c5 Review-Link:

[gwt-contrib] Change in gwt[master]: add StringBuffer/Builder.reverse

2013-04-12 Thread Goktug Gokdogan
Goktug Gokdogan has posted comments on this change. Change subject: add StringBuffer/Builder.reverse .. Patch Set 4: Code-Review+1 -- To view, visit https://gwt-review.googlesource.com/2431 To unsubscribe, visit

[gwt-contrib] Change in gwt[master]: By default, disable Super Dev Mode on https pages. This shou...

2013-04-12 Thread Matthew Dempsky
Matthew Dempsky has posted comments on this change. Change subject: By default, disable Super Dev Mode on https pages. This should make it safer to leave the Super Dev Mode hook on all the time when the production server uses https.

[gwt-contrib] Change in gwt[master]: Widget Iterator now throws NoSuchElementExceptions correctly.

2013-04-12 Thread Matthew Dempsky
Matthew Dempsky has posted comments on this change. Change subject: Widget Iterator now throws NoSuchElementExceptions correctly. .. Patch Set 7: Code-Review+1 -- To view, visit https://gwt-review.googlesource.com/2440 To

[gwt-contrib] Change in gwt[master]: add StringBuffer/Builder.reverse

2013-04-12 Thread Daniel Kurka
Daniel Kurka has posted comments on this change. Change subject: add StringBuffer/Builder.reverse .. Patch Set 4: Submitted -- To view, visit https://gwt-review.googlesource.com/2431 To unsubscribe, visit

[gwt-contrib] Change in gwt[master]: add StringBuffer/Builder.reverse

2013-04-12 Thread Daniel Kurka
Daniel Kurka has abandoned this change. Change subject: add StringBuffer/Builder.reverse .. Abandoned -- To view, visit https://gwt-review.googlesource.com/2431 To unsubscribe, visit

[gwt-contrib] Change in gwt[master]: Widget Iterator now throws NoSuchElementExceptions correctly.

2013-04-12 Thread Daniel Kurka
Daniel Kurka has abandoned this change. Change subject: Widget Iterator now throws NoSuchElementExceptions correctly. .. Abandoned Submitted -- To view, visit https://gwt-review.googlesource.com/2440 To unsubscribe, visit

[gwt-contrib] Change in gwt[master]: Upon selection in a SuggestBox's pop up, focus the text field

2013-04-12 Thread Daniel Kurka
Daniel Kurka has abandoned this change. Change subject: Upon selection in a SuggestBox's pop up, focus the text field .. Abandoned Submitted Thanks! -- To view, visit https://gwt-review.googlesource.com/2100 To

[gwt-contrib] Change in gwt[master]: Remove one source of non determinism in MethodInliner.

2013-04-12 Thread Roberto Lublinerman
Roberto Lublinerman has uploaded a new change for review. https://gwt-review.googlesource.com/2490 Change subject: Remove one source of non determinism in MethodInliner. .. Remove one source of non determinism in

[gwt-contrib] Change in gwt[master]: Remove one source of non determinism in MethodInliner.

2013-04-12 Thread Brian Slesinsky
Brian Slesinsky has posted comments on this change. Change subject: Remove one source of non determinism in MethodInliner. .. Patch Set 1: Code-Review+1 -- To view, visit https://gwt-review.googlesource.com/2490 To

[gwt-contrib] Change in gwt[master]: ImageBundle and ClientBundle generator errors hinted about C...

2013-04-12 Thread Daniel Kurka
Daniel Kurka has posted comments on this change. Change subject: ImageBundle and ClientBundle generator errors hinted about Class.getResource() whereas they don't support leading '/'. .. Patch Set 1: Verified+1 -- To view,

[gwt-contrib] Change in gwt[master]: ImageBundle and ClientBundle generator errors hinted about C...

2013-04-12 Thread Daniel Kurka
Daniel Kurka has abandoned this change. Change subject: ImageBundle and ClientBundle generator errors hinted about Class.getResource() whereas they don't support leading '/'. .. Abandoned Submitted Thanks! -- To view,

[gwt-contrib] Change in gwt[master]: Currently the GWT compiler adds a var declaration for each c...

2013-04-12 Thread Daniel Kurka
Daniel Kurka has abandoned this change. Change subject: Currently the GWT compiler adds a var declaration for each catch parameter in a try/catch statement, but this is unneeded according to the spec, and the Closure compiler will issue errors against it.