GWT with Oracle

2011-08-04 Thread Gema Mmm
Hi!! it's my first time using GWT, i want to connect my application with a db of oracle express. And when i run the application have this exception. ERROR] javax.servlet.ServletContext log: Exception while dispatching incoming RPC call com.google.gwt.user.server.rpc.UnexpectedException: Service

Re: java.lang.StackOverflowError with GWT

2009-04-09 Thread MMM
Hi, I have an error whitch is the same than yours, or I think so. Where must I write this specification for the compiler??? I have a project made with the Google Plugin fo Eclipse and gwt 1.6.4. I don't know where specify it. Thank you. --~--~-~--~~~---~--~~

Re: java.lang.StackOverflowError with GWT

2009-04-09 Thread MMM
Sorry again, but if I specify gwt.compiler.jvmargs=-Xmx1G -Xss1024k in the advanced portion in the compiler dialog, it rises: Unknown argument: -Xss1024k and if just specify gwt.compiler.jvmargs=-Xmx1G the compiler rises: Loading module 'gwt.compiler.jvmargs=-Xmx1G' [ERROR] Invalid module

Re: Can't solve warnings

2008-12-10 Thread MMM
Thanks Isaac and Thomas. I upgrade to GWT 1.5, but I still have two warnings: --First: Type safety: The expression of type List needs unchecked conversion to conform to ListObject Code: FileItemFactory factory = new DiskFileItemFactory(); ServletFileUpload upload

Can't solve warnings

2008-12-09 Thread MMM
Hi, first of all sorry for my English and sorry if I wrote this post in wrong place. I have a problem. I wrote this code: ... Vector vector = new Vector(); HashMap map = new HashMap(); ... This code has these warnings: Vector is a raw type. References to