0 Replies Latest reply on Sep 22, 2015 1:25 PM by johnedo1234

    Arquillian Persistence Extension: binary data in YAML dataset?

    johnedo1234

      I'm having no luck loading binary data through a yaml dataset with the Arquillian Persistence Extension.

       

      The yaml file looks like this:

       

      test:

      - id: 1

        binary_column: !!binary <base64 encoded data>

       

      The column is of type bytea (Postgres).

       

      The test table is loaded, with the single row, but the binary_column is assigned null.

       

      Any suggestions?