Peter Martinovic created OPENJPA-2183:
-----------------------------------------
Summary: Query hint "openjpa.hint.RelaxParameterTypeChecking" is
reported to be unsupported and is ignored
Key: OPENJPA-2183
URL: https://issues.apache.org/jira/browse/OPENJPA-2183
Project: OpenJPA
Issue Type: Bug
Components: jpa
Affects Versions: 2.2.0, 2.1.1, 2.1.0
Environment: Websphere 8.0.3, openjpa-2.1.2-SNAPSHOT-r422266:1227818
Reporter: Peter Martinovic
Priority: Minor
Setting
Query q = em.createQuery(qs);
q.setHint("openjpa.hint.RelaxParameterTypeChecking", "true");
results in
Warn: "openjpa.hint.RelaxParameterTypeChecking" is not a supported query hint.
May be you meant "openjpa.hint.ParameterMarkerInQuery"?
I assume the reason is that the openjpa.hint.RelaxParameterTypeChecking hint is
not supported by any ProductDerivation and thus being refused in
org.apache.openjpa.persistence.HintHandler#record.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira