No source code is available for type com.google.gwt.autobean.shared.AutoBean
548 views
Skip to first unread message
amos
unread,
Jul 25, 2011, 10:50:05 PM7/25/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Web Toolkit
Hi,
I'm trying to use AutoBean to serialize and deserialize JSON. The
application is failing with the error "No source code is available for
type com.google.gwt.autobean.shared.AutoBean".
Do I need to add some includes or some other configuration in order to
use AutoBean?
Thanks,
Amos
Thomas Broyer
unread,
Jul 26, 2011, 4:12:05 AM7/26/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
But I'd first suggest you upgrade to GWT 2.3 (and then 2.4 as soon as it's out) and use <inherits name="com.google.web.bindery.autobean.AutoBean"/> instead.