jraue
20 Oct 2008, 5:22 AM
Hi folks,
when I am using GXT1.1.1 with GWT1.5.1/2/3, I receive this warning when passing over objects between client and server:
[WARN] In order to produce smaller client-side code, 'Object' is not allowed; consider using a more specific type
In many instances I pass over list results as PagingLoadResult<BaseModelData>. The warning is coming from analyzing BaseModelData and then descending into BeanModel:
[DEBUG] Analyzing the fields of type 'com.extjs.gxt.ui.client.data.BeanModel' that qualify for serialization
What am I doing wrong? Am I not suppose to let my objects to transfer derive from BaseModelData? Or, is this maybe a GXT issue that needs to be fixed in BeanModel?
Any help appreciated,
Joachim
when I am using GXT1.1.1 with GWT1.5.1/2/3, I receive this warning when passing over objects between client and server:
[WARN] In order to produce smaller client-side code, 'Object' is not allowed; consider using a more specific type
In many instances I pass over list results as PagingLoadResult<BaseModelData>. The warning is coming from analyzing BaseModelData and then descending into BeanModel:
[DEBUG] Analyzing the fields of type 'com.extjs.gxt.ui.client.data.BeanModel' that qualify for serialization
What am I doing wrong? Am I not suppose to let my objects to transfer derive from BaseModelData? Or, is this maybe a GXT issue that needs to be fixed in BeanModel?
Any help appreciated,
Joachim