Vatcharaphun Rajsiri schrieb:

> Actually I use Blob in server side...and use RPC to call and get back
> message. The problem is when i compile the whole project which includes
> client and server sides, it gives me this error:
>  
>  "No source code is available for type *java.sql.Blob*; did you forget to
> inherit a required module?"
>  
> Actually, I dont know if i have to put some property of Blob in
> hibernate config xml file or not...or I need to add something in plus in
> GWT Module file.

It seems that java.sql.Blob is used somewhere in the client-classes
(the compiler should tell you which class is affected). Already
an unused import is enough in that case.


Regards, Lothar

--~--~---------~--~----~------------~-------~--~----~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to