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-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 anywhere? Is there any explenation how this
> can happen?
>

You can get one per application permutation (language, browser, etc.).

> In addition i wondered if the entries in this files are correct since
> i did not see such in there before, several classes are contained
> twice. one time "normal" and another prefixed by "[L" and suffixed by
> ";". For example:
> java.lang.String, true
> [Ljava.lang.String;, true
>
> Bug? Misconfiguration? Feature?

[Ljava.lang.String; is a String array.

> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to