[jboss-jira] [JBoss JIRA] Created: (JBPM-752) hibernate warnings in update HQL statements
Alex Burgel (JIRA)
jira-events at jboss.com
Sun Sep 17 14:50:47 EDT 2006
hibernate warnings in update HQL statements
-------------------------------------------
Key: JBPM-752
URL: http://jira.jboss.com/jira/browse/JBPM-752
Project: JBoss jBPM
Issue Type: Bug
Components: Core Engine
Affects Versions: jBPM 3.1.2
Reporter: Alex Burgel
Assigned To: Tom Baeyens
Priority: Trivial
i'm seeing a bunch of hibernate warnings in jbpm 3.1.2, with hibernate 3.1.3:
FromElementType - Using non-qualified column reference [id -> ([ID_])]
FromElementType - Using non-qualified column reference [isSuspended -> ([ISSUSPENDED_])]
FromElementType - Using non-qualified column reference [token -> ([TOKEN_])]
FromElementType - Using non-qualified column reference [isSuspended -> ([ISSUSPENDED_])]
FromElementType - Using non-qualified column reference [token -> ([TOKEN_])]
FromElementType - Using non-qualified column reference [isSuspended -> ([ISSUSPENDED_])]
FromElementType - Using non-qualified column reference [token -> ([TOKEN_])]
FromElementType - Using non-qualified column reference [isSuspended -> ([ISSUSPENDED_])]
FromElementType - Using non-qualified column reference [token -> ([TOKEN_])]
FromElementType - Using non-qualified column reference [processInstance -> ([PROCESSINSTANCE_])]
they are caused by update HQL statements in org.jbpm.db.hibernate.queries.hbm.xml. i think for update statements you have to be explicit about column references. you have to specify the table name or alias for each column, otherwise you'll get these warnings.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list