Re : Re: Need help MySQL connection with GWT 2.3 RPC

2011-08-25 Thread Sed
Hi, The article says that we could try to remove the app engine jar from the project, which jar I must remove exactly ? and from where ? Thx -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

Re : Re: Need help MySQL connection with GWT 2.3 RPC

2011-08-25 Thread Sed
Hi Sean, I tried your suggestion but it doesn't change anything, same problem. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/mLh3Vc3GccAJ. To

Re: Re : Re: Need help MySQL connection with GWT 2.3 RPC

2011-08-25 Thread Juan Pablo Gardella
You can't connect to mysqlhttp://stackoverflow.com/questions/1651629/can-i-use-a-mysql-database-with-an-app-engine-applicationif you will deploy in app engine. If you aren't do a GAE app, you must remove GAE facet (if you use eclipse) to the project. Right click in the project, Properties -

Re : Re: Need help MySQL connection with GWT 2.3 RPC

2011-08-25 Thread Sed
Any one had this problem before? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/I4QR492qr_kJ. To post to this group, send email to

Re: Re : Re: Need help MySQL connection with GWT 2.3 RPC

2011-08-25 Thread Juan Pablo Gardella
Hi Sed, If you wanna make a GAE app you can't use mysql. If you wanna do a GWT application that don't run on GAE, remove GAE facet in your project (if you use eclipse). Right click in the project, Google -App Engine and uncheck *Use Google App Engine* * * *Juan * 2011/8/25 Sed