It is addition of getters and setters which fix the problem, Thanks Deepal
Jeremy wrote: > Deepal Jayasinghe wrote: > >> Hi Jeremy , >> by changing your SomeType as shown below, I was able to fix the issue. >> > > Hey Deepal, > Thanks for looking into the problem. It's interesting that this fixes > it. I wonder if it's the change from object-based fields (e.g. > Integer) to native language typed fields (e.g. int), or the addition > of the getter/setter methods? In any case, I suppose I should have > adhered to JavaBean-ish standards in the first place. Thanks for the > solution! > > Jeremy > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- Thanks, Deepal ................................................................ "The highest tower is built one brick at a time" --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
