From: aguizar <nu...@jb...> - 2005-07-30 21:15:53
|
I don't think this is a design issue but a deployment one. Anyway, from the first warning in the log trace (WARN ErrorCounter), I think the problem is caused by the dialect and/or the driver composing a query that does not adhere to sql server's particular grammar. To ease problem detection, turn on Hibernate's show_sql feature (set hibernate.show_sql to true) and repost the log trace showing the query that gets executed before the first warning in the jBPM Users forum. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887503#3887503 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887503 |