I'd like to pick up this topic again. Could not find a proper answer
elsewhere. Some threads were talking about omitting reserved words. But I
can't see the problem in my case.

So, you you guys have a clue what is going on?

MH


Martin Homik wrote:
> 
> Today I came across a somehow strange behavior. When I run my with 'mvn
> jetty:run-war' everything is fine. But, when I run it with tests off
> '-Dmaven.test.skip=true'to shorten start-up,   I get a Data Access Failure
> with the message 
> 
> "could not execute query; nested exception is
> org.hibernate.exception.SQLGrammarException: could not execute query".  
> 
> In the console I get the additional output 
> 
> "could not execute query; nested exception is
> org.hibernate.exception.SQLGrammarException: could not execute query"
> 
> This behaviour is strange, in particular as all tests including
> integration-tests pass without problems. I can track this problem through
> the list() method in the action class down to getAll() in
> GenericHibernateDao class.
> 
> A second strange issue is that I do not have any problems with a very
> similar POJO class whose structure resembles the problem POJO class
> throughout all levels. 
> 
> Any ideas? 
> 

-- 
View this message in context: 
http://www.nabble.com/SQLGrammarException-when-running-jetty-without-prior-tests-tp16763518s2369p18027887.html
Sent from the AppFuse - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to