Hello,
Been receiving this error message today in Hispacta. Haven't changed any code - just trying to get it to work. Using MySQL 4.1 for the database.
Here it is:
--------------------------------
org.apache.tapestry.BindingException
Unable to resolve expression 'items' for hispacta.tapestry.page.NewssPage$Enhance_15@1ecfcd 9[Newss].
binding: ExpressionBinding[Newss items] location: context:/WEB-INF/Newss.page, line 26, column 48
--------------------------------
ognl.OgnlException
items
--------------------------------
org.springframework.jdbc.BadSqlGrammarException
Bad SQL grammar [null] in task 'HibernateAccessor'; nested exception is java.sql.SQLException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '?' at line 1
--------------------------------
java.sql.SQLException
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '?' at line 1
--------------------------------
Also, another peculiarity deeper in the exception. The app behaved as though the user was indeed logged in. But this trace shows otherwise.
--------------------------------------
ACEGI_SECURITY_AUTHENTICATION net.sf.acegisecurity.providers.UsernamePasswordAut henticationToken@6dcfde: Username: [1:Admin John:admin]; Password: [PROTECTED]; Authenticated: false; Details: null; Granted Authorities: ROLE_HOME_ADMIN, ROLE_PERSONNEL_ADMIN, ROLE_CONTRACT_ADMIN
--------------------------------------
Any help I receive I will appreciate.
Richard


