[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Porting JBPM to run on JBoss 4.0.4GA with PostgreSQL

saschwen do-not-reply at jboss.com
Fri Oct 13 12:28:40 EDT 2006


Hey,

I've found the HQL that is executed.  It's a named query.


  | 2006-10-13 11:54:50,585 DEBUG [org.hibernate.hql.ast.QueryTranslatorImpl] HQL: 
  |     
  |       select message
  |       from org.jbpm.msg.Message as message
  |       where message.destination = :destination
  |         and message.isSuspended != true
  |         and message.exception is null
  | 

It looks like Hibernate is converting it to <> 1

Does anybody know why?

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3978217#3978217

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3978217



More information about the jboss-user mailing list