superkei wrote:
hi mate, try to use
GwtConfigurationHelper.initGwtStatelessBeanManager
instead of
ConfigurationHelper.initStatelessBeanManager
Cheers
hi,I'm new to GWT+Gilead + hibernate,and I 'm following this article :
http://code.google.com/intl/zh-CN/webto ... rnate.htmland get this exception too:
java.lang.ClassCastException: java.util.HashMap cannot be cast to net.sf.gilead.pojo.gwt.IGwtSerializableParameter
My question is : Where should I use "ConfigurationHelper.initStatelessBeanManager"? That article didn't mention it :(