[ 
https://issues.apache.org/jira/browse/OPENJPA-2183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13268445#comment-13268445
 ] 

Peter Martinovic commented on OPENJPA-2183:
-------------------------------------------

Thank you! Unfortunately we are using the IBM variant of OpenJPA packed into 
WebSphere AS (as specified in the 'Environment' field) and cannot patch the 
OpenJPA code to test it/make use of it. If WS8 uses the 
PersistenceProductDerivation (I am not quite sure how do product derivations 
work) I think the patch would work.

                
> 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.1.0, 2.1.1, 2.2.0
>         Environment: Websphere 8.0.3, openjpa-2.1.2-SNAPSHOT-r422266:1227818
>            Reporter: Peter Martinovic
>            Priority: Minor
>         Attachments: OPENJPA-2183.patch
>
>
> 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

        

Reply via email to