I've seen these errors from IDEA and unfortunately don't know how to solve them. The code is correct - IDEA's analysis of them isn't. You might try removing the JPA facet and see if that helps.
Matt On Thu, Jun 26, 2008 at 12:04 AM, cscat <[EMAIL PROTECTED]> wrote: > 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: Cannot Resolve Column Errors in a project?!!! > Sent from the AppFuse - User mailing list archive at Nabble.com. > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
