I run the test with 4.3.11, 5.0.12 and 5.1.5 and the result is a
java.lang.IllegalArgumentException: Parameter value [Hello] did not match expected type [org.hibernate.bugs.WrappedMessage (n/a)]
when
query.setParameter("message", message);
is executed.
is called