I've been searching for a while to solve this : I'm 90% sure it's a configuration problem, but it doesn't seem to be so obvious since I couldn't find anything about it. Now I'm really stuck.
so, why do I get this :
Code:
org.hibernate.exception.SQLGrammarException: could not execute query using iterate
[...]
Caused by: java.sql.SQLException: Table 'xxx.__te_articles' doesn't exist
when my config looks simply like this :
Code:
<class
name="org.foo.TeArticles"
table="te_articles"
catalog=""
>
?
I thought it was a NamingStrategy issue, but it's not. Also, none of my config files contains "__".
So, what did I forget ??? thanks for helping me out.