Encrypted Alert message

2014-02-24 Thread Jeffrey Argo
HI, I am working on an application that is deployed on Tomcat 7.0 and when I make a RPC call from the client to the server after 1 minute the connection is reset, because of an Alert Encrypted message from the server. The alert message type is a 21, which means that the connection should be

Re: Encrypted Alert message

2014-02-24 Thread Jens
TLS defines the alert protocol and alert code 21 means Decryption failed, see: http://en.wikipedia.org/wiki/Transport_Layer_Security#Alert_protocol Quoting wikipedia: *This record should normally not be sent during normal handshaking or application exchanges. However, this message can be

Re: CssResource inheritance and avoiding rule repetition on injection, possibility of an @Require?

2014-02-24 Thread GWTter
Hi Jens, Yea, this is definitely a good point. Then any widget can inherit this minimal CssResource and define on its own how it will look like in enabled / disabled state (= you would not add enableddisabled.css to the various widgets @Source annotation although you extend

Re: Encrypted Alert message

2014-02-24 Thread Jeffrey Argo
Thanks for your answer Jens, I am new to GWT so I don't know if my next question is doable or not. From logs I can see that the service is still running on the server after I get the alert message. So when I detect this error can I go back and restart another callback that will wait again for

Re: Encrypted Alert message

2014-02-24 Thread Michael Joyner
On 02/24/2014 01:16 PM, Jeffrey Argo wrote: Thanks for your answer Jens, I am new to GWT so I don't know if my next question is doable or not. From logs I can see that the service is still running on the server after I get the alert message. So when I detect this error can I go back and

Re: Need to add HTML5 desktop to browser DnD support in GWT application

2014-02-24 Thread Nicolas Weeger
Hello. I didn't have yet the occasion to play with it and it's one year old, but GWT Uploader on http://www.moxiegroup.com/moxieapps/gwt-uploader/ seems to do the kind of things you require. Hope this helps Regards Nicolas Le 2014-02-21 17:04, dhoffer a écrit : I need to have a

Re: Encrypted Alert message

2014-02-24 Thread Jens
Thanks for your answer Jens, I am new to GWT so I don't know if my next question is doable or not. From logs I can see that the service is still running on the server after I get the alert message. So when I detect this error can I go back and restart another callback that will wait

Re: Composite widget that behaves as a single Editor

2014-02-24 Thread Nicolas Weeger
Hello. I'm not an Editor framework specialist, but from glancing at the code, I would say IsEditorLeafValueEditorDate or LeafValueEditorDate, just like the DateBox itself does. Hope this helps Regards Nicolas Le 2014-02-22 01:30, Ervin Hoxha a écrit : I have a composite widget

Re: Introducing GWT-Tour 0.1

2014-02-24 Thread strut
Thank you for the excellent work. As i started implementing my first tutorial, i found that the green sprite png was missing and i have downloaded it from the github. However when i packaged the jar including the img file ,it still giving me the same warning. 404 - GET /img/sprite-green-0.3.png

Re: Introducing GWT-Tour 0.1

2014-02-24 Thread Alain Ekambi
Hi, Thank you :) Try adding the css and js in the res folder anaolog to here : https://github.com/eemi2010/gwt-tour/tree/master/src/main/resources/com/eemi/gwt/tour/res Also make sure that you .gwt.xml file then looks like :

Re: Introducing GWT-Tour 0.1

2014-02-24 Thread Bharath Kumar
Thanks ! Just figured out it was my image placing issue . Changed the background:transparent url(../img/sprite-green-0.3.png) to background:transparent url(/gwttour/img/sprite-green-0.3.png) in the css file and then it worked. On Tue, Feb 25, 2014 at 3:37 AM, Alain Ekambi

Re: Introducing GWT-Tour 0.1

2014-02-24 Thread Alain Ekambi
Sweet. Glad it worked. Enjoy :) 2014-02-25 7:43 GMT+01:00 Bharath Kumar nbk.strut007powerinfin...@gmail.com : Thanks ! Just figured out it was my image placing issue . Changed the background:transparent url(../img/sprite-green-0.3.png) to background:transparent