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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to