mysterious error description

Not sure what the following error means. It occurs in a subroutine that does a search.

com.servoy.j2db.dataprocessing.Zzc cannot be cast to com.servoy.j2db.dataprocessing.Zmb

I don’t have any objects/columns named Zzc or Zmb. This is in Servoy 5.0rc3

Any ideas ?

:shock:

The Zzc and Zmb are probably the result of the obfuscator that Servoy uses.

Somewhere in your method something can’t be cast correctly, so it looks like your method tries to put a string in an integer column or something similar (but probably a little more complicated).
Can you post the code that causes the error?

Hi Joas,

It seems it has to do with my workspace. I already made a case (#252227) and attached the workspace for another issue with this workspace.
I started working in a new workspace and re-checked out the solution into the Servoy 5 workspace and let it convert it.
When I compare the 2 files using BBEdit’s diff function then I don’t see any difference in the code.
Also the search was done on a text field.

Very weird.