Seam-gen isn't working properly.. log4j acuses an error

Posted by rgoytacaz on Stack Overflow See other posts from Stack Overflow or by rgoytacaz
Published on 2009-08-24T03:49:59Z Indexed on 2010/03/27 11:03 UTC
Read the original article Hit count: 238

Filed under:
|

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

© Stack Overflow or respective owner

Related posts about seam

Related posts about j2ee