java.lang.IllegalArgumentException: Parameter value element [null] did not match expected type [java.lang.String (n/a)]
Issue
When running javax.persistence.Query.setParameter("names", names) (the names is List<String> type), error shows:
...
java.lang.IllegalArgumentException: Parameter value element [null] did not match expected type [java.lang.String (n/a)]
...
Environment
- Red Hat JBoss Enterprise Application Platform (EAP)
- 6.x
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.