Hi all, Now I am trying to run the sample 'struts2-crud' of AppFuse. I am working with IntelliJ IDEA 8 using tomcat and maven.
I have successfully executed "mvn appfuse:full-source" and "mvn idea:idea" on it. I added the Person class file as illustrated in one of the struts2-crud.mov demo. But I get the following errors: cannot resolve column 'account_enabled' <-- in file ..\app\model\User.java and for all the field in this file, e.g. "app_user", "password_hint", etc. I got the same error. It seems some kind of "Access Denied" errors. But I have a root account without any password (password='') and I assumed I'll not receive such errors. More importantly IDEA prompts me with another error: cannot resolve class 'HibernatePersistence' <-- in file ..\src\main\resources\META-INF\persistence.xml The line of error in this file is: org.hibernate.ejb.HibernatePersistence What I should I do to solve the problem? Thanks a bunch! Reza -- View this message in context: http://www.nabble.com/Cannot-Resolve-Column-Errors-in-a-project-%21%21%21-tp18127129s2369p18127129.html Sent from the AppFuse - User mailing list archive at Nabble.com.
