1 Reply Latest reply on Jun 20, 2003 8:38 AM by nikolai

    EJB-QL and byte arrays

    sradford

      Anyone had problems with byte[] array field types and EJB-QL.

      I have a field that is a byte[] - all storage and retrieval to/from mySQL works fine.

      But the finder on the field won't deploy - ParseException on the field name.

      (all works fine if change to use String)

      ???