Socket permission on Hosted Mode

2009-11-04 Thread Tarlis Portela
Hi all, My GWT application use Db4o (some object oriented database), and it use sockets to connect the database server. Besides my application works running in apache tomcat, when a try to runs on Hosted Mode I got the error: Caused by: java.lang.NoClassDefFoundError: java.net.Socket is a restric

Fwd: Socket permission on Hosted Mode

2009-11-04 Thread Tarlis Portela
Hi all, My GWT application use Db4o (some object oriented database), and it use sockets to connect the database server. Besides my application works running in apache tomcat, when a try to runs on Hosted Mode I got the error: Caused by: java.lang.NoClassDefFoundError: java.net.Socket is a restric

Re: Socket permission on Hosted Mode

2009-11-04 Thread Isaac Truett
Hosted (now "Dev") mode does allow sockets from server classes. App Engine does not allow sockets. You need to uncheck App Engine in your project properties in Eclipse. On Wed, Nov 4, 2009 at 2:11 PM, Tarlis Portela wrote: > Hi all, > My GWT application use Db4o (some object oriented database),