Using DialogBox with UIBinder

2010-04-15 Thread daniel.z
Hi everybody, referencing to http://groups.google.com/group/google-web-toolkit/browse_thread/thread/28e24ea25dd8e3a2/3c6fcec9e65049d3?#3c6fcec9e65049d3 I'm encountering the same issue with the subclassing solution. I found out that it's based on the way the different parsers are used by the UiBind

Re: No serialization of exception subclasses

2009-04-20 Thread daniel.z
work as the GWT compiler won't > see it (& it won't throw any errors if you don't actually use it in > your client-side code that it compiles). > > GWT cannot serialize arbitrary subclasses that it's not seen during > compile time. > > On Sat, Apr

Re: No serialization of exception subclasses

2009-04-18 Thread daniel.z
That is, if you've defined a parametrized > constructor, the default constructor will no longer be available, which will > cause issues when GWT RPC tries to serialize the exception. > > Hope that helps, > -Sumit Chandel > > On Wed, Apr 15, 2009 at 7:17 AM, daniel.z

No serialization of exception subclasses

2009-04-15 Thread daniel.z
I'm experiencing the following behaviour of gwt 1.5.3 when trying to serialize exceptions via rpc. I'v got an self implemented serializable exception type and a subclass of it like follows: public class SerializableRuntimeException extends RuntimeException implements Serializable {

Re: Using GWT for developing SVG

2008-11-11 Thread daniel.z
Hi Dirk! I did not really work with SVG in GWT but as SVG is generally nothing than XML markup I would expect that it is possible to modify svg via GWTs DOM manipulation API. Have fun! ;) On 10 Nov., 23:28, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hello together, > I have one question

Re: Multiple serialization policies generated

2008-09-17 Thread daniel.z
Thanks. ;) On 16 Sep., 18:42, "Isaac Truett" <[EMAIL PROTECTED]> wrote: > On Sun, Sep 14, 2008 at 5:52 AM, daniel.z > > <[EMAIL PROTECTED]> wrote: > > > I'm using GWT 1.5.2 with hibernate4gwt 1.1b and the maven- > > googlewebtoolkit2-

Re: RemoteServiceServlet#doGetSerializationPolicy

2008-09-16 Thread daniel.z
Hi Adam. When looking in the source of RemoteServiceServlet you'll find the following comment in the doGetSerializationPolicy method: /* * Check that the module path must be in the same web app as the servlet * itself. If you need to implement a scheme different than this, override * this met

Multiple serialization policies generated

2008-09-14 Thread daniel.z
I'm using GWT 1.5.2 with hibernate4gwt 1.1b and the maven- googlewebtoolkit2-plugin 2.0-beta20 and im currently getting multiple differing serialization policy files (*.gwt.rpc) generated. I wondered if there is one file per service interface as i did not find any hint on multiple .gwt.rpc files a

Re: GWT 1.5.2 Hosted Mode Browser Error on Linux

2008-09-14 Thread daniel.z
Obviously I had to open my eyes :) But I did not find anything that I could explain the described behavior with. :( On 12 Sep., 11:24, Thomas Broyer <[EMAIL PROTECTED]> wrote: > On 11 sep, 17:03, "daniel.z" <[EMAIL PROTECTED]> > wrote: > > > MOZILLA_F

Re: GWT 1.5.2 Hosted Mode Browser Error on Linux

2008-09-11 Thread daniel.z
11 Sep., 15:44, Thomas Broyer <[EMAIL PROTECTED]> wrote: > On 11 sep, 14:31, "daniel.z" <[EMAIL PROTECTED]> > wrote: > > > Really nobody experiencing something like that or knowing what is > > going on? > > Googling for "XPCOM error 2147221164&

Re: GWT 1.5.2 Hosted Mode Browser Error on Linux

2008-09-11 Thread daniel.z
Really nobody experiencing something like that or knowing what is going on? On 9 Sep., 17:34, "daniel.z" <[EMAIL PROTECTED]> wrote: > I'm getting the following error when trying to launch an freshly > created gwt application in hosted mode with gwt 1.5.2. Everyth

GWT 1.5.2 Hosted Mode Browser Error on Linux

2008-09-09 Thread daniel.z
I'm getting the following error when trying to launch an freshly created gwt application in hosted mode with gwt 1.5.2. Everything works fine when using 1.5.0's GWTShell. [ERROR] The browser widget class could not be instantiated org.eclipse.swt.SWTError: XPCOM error -2147221164 at org.ec