I am getting the following exception whenever I try to pass a certain objects back to by GWT Client Code. Has anyone encountered this before? An ideas as how to fix it?
Exception in thread "Thread-34" java.lang.OutOfMemoryError: Java heap space at java.lang.String.(String.java:174) at net.sf.gilead.core.serialization.Base64.encodeToString(Base64.java: 451) at net.sf.gilead.core.serialization.JBossProxySerialization.serialize (JBossProxySerialization.java:81) at net.sf.gilead.core.store.stateless.SerializationThread.run (SerializationThread.java:133) at java.lang.Thread.run(Thread.java:595) -- 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=.
