Saeed Iqbal wrote:
> 
> com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: FUNCTION
> appfuse_light.nextval does not exist
> 

I just came across this error in my build, and I think it is down to using
the wrong hibernate.dialect. In my case I still had the 
org.hibernate.dialect.PostgreSQLDialect set by mistake even though I was
connecting to mysql.

Changing hibernate.dialect to org.hibernate.dialect.MySQLDialect fixed the
problem.

-- 
View this message in context: 
http://www.nabble.com/Error-with-appfuse%3Afull-source-tp11663469s2369p22103366.html
Sent from the AppFuse - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@appfuse.dev.java.net
For additional commands, e-mail: users-h...@appfuse.dev.java.net

Reply via email to