I am trying to persist a class which has byte[] attributes. The
persistence outline however does not display any persistable fields at all
as long as the byte[] attributes of the class are there. Removing them
from the class and refreshing the View then reveals the expected fields
for the class to persist.
How come that byte[] causes these problems? Anything I miss here?