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. 

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-tp16763518s2369p16763518.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