I am using Ehcache with my (java1.6 and hibernate3.0 and
gwt2.0) project . When i run my application it start running and after
that it gives me "StackOutOfMemoryError" .
I am using some Blob object in my project and it gives the error when
it fetch the blob object .
for handle the blob data i just make a class called
BinaryBlobType.java and this class implements the UserType and it
gives the error of :----
public Serializable disassemble(Object arg0) throws HibernateException
{
return disassemble(arg0);
}
this method .
What can i do to resolve it
--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
No comments:
Post a Comment