Read the developer's guide :).

There is a white list of classes for both Google App Engine and Web Tool
Kit.  You have run into that restriction.   You will probably have issues
with trying to use Hibernate.  If you are using Google App Engine you will
have to you use App Engine's JDO or JPA implementations.  If you want to use
Hibernate then remove the App Engine from the design.

Jas

On Wed, Mar 31, 2010 at 5:19 AM, bebauer1200 <[email protected]> wrote:

> Hello,
>
> please, can anyone help me?
>
> I use GWT as Client and Hibernate as Database Interface and as
> Database Oracle.
> I installed eclipse with the hibernate and the GWT plugin. Then I
> implemented hibernate in server side of GWT.
> Then I start the Google App Engine in eclipse and it works. Then I
> start a Web Browser and try to get data from GWT, but i get an error
> on the eclipse web server: "java.net.InetAddress is a restricted
> class. Please see the Google  App Engine developer's guide for more
> details.".
>
> Has anyone an idea what I can do?
>
> Thanks
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Web Toolkit" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected]<google-web-toolkit%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
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