[jboss-jira] [JBoss JIRA] Closed: (JBPM-752) hibernate warnings in update HQL statements

Alex Burgel (JIRA) jira-events at jboss.com
Fri Nov 17 12:21:41 EST 2006


     [ http://jira.jboss.com/jira/browse/JBPM-752?page=all ]

Alex Burgel closed JBPM-752.
----------------------------

    Resolution: Done

ignore this. it was fixed in hibernate 3.2.1

see: http://opensource.atlassian.com/projects/hibernate/browse/HHH-2226

> 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