1 Reply Latest reply on Sep 9, 2002 4:26 PM by dsundstrom

    Unable to Deserialize Result and MySQL

    qjack

      OK,

      The stuff worked in 3.0.0 but, I had to upgrade to 3.0.2 to
      fix another problem I had. Now, it seems that I can't get
      my Entity Bean to load because of a StreamCorruptedException. When I look at my logs it looks as though it as to do with a field member called start_date.
      It is in fact a Date type. Both java.sql.Date and java.util.Date are indeed Serializable.

      What up wi dat?