Seam-gen isn't working properly.. log4j acuses an error
- by rgoytacaz
Hello Seam Users,
I'm having a couple problems with my Seam start up.
I did the ./seam generate to reverse my current postgres db, which contains 4 tables, first I though everything was okay, just a warning message, but when I imported the project into eclipse, I saw that none of my packages had any class.
This is the error that seam generate, got me.
[hibernate] Executing Hibernate Tool with a JDBC Configuration (for reverse engineering)
[hibernate] 1. task: hbm2java (Generates a set of .java files)
[hibernate] log4j:WARN No appenders could be found for logger (org.hibernate.cfg.Environment).
[hibernate] log4j:WARN Please initialize the log4j system properly.
[javaformatter] Java formatting of 0 files completed. Skipped 0 file(s).
Any ideas?
The seam-gen was supposed to generate some entity classes, but its not. I suppose that error is causing the mis-behavior.
Regards