EntityQuery.getCountEjbql on composite key table within Oracle doesn't work.
----------------------------------------------------------------------------
Key: JBSEAM-4376
URL:
https://jira.jboss.org/jira/browse/JBSEAM-4376
Project: Seam
Issue Type: Bug
Components: Framework
Affects Versions: 2.2.0.GA
Reporter: David Thompson
Priority: Minor
EntityQuery on a table with a composite primary key within an Oracle 10g database fails
due to the fact that getCountEjbql fails trying to query. Oracle requires the
setUseWildcardAsCountQuerySubject set to true. I have <property
name="hibernate.dialect"
value="org.hibernate.dialect.Oracle10gDialect"/> set in my persistence.xml,
however, the code does not query with wildcard. This is related to the fix JBSEAM-3032.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira