Hey there,
I'm using forge 1.0.0.Beta3 as I wrote in my mail.
The environment ist Windows 7 32 Bit with Java 1.6.0_29
Setps to reproduce:
* Download Beta3 Source and build.
* Configure environment variables and stuff.
* Setup FORGE_OPTS for Eclipse debugging.
* Download plugin sources, build plugin and install from local build OR install via forge
console
* I created a lib folder in the forge home and placed the
mysql-connector-java-5.1.18-bin.jar in it.
* Create a local MYSQL Database with a simple table with XAMPP
* Exit forge and re-enter forge: log4j errors are thrown.
* Create a new project and setup persistance with Hibernate and MySQL
* Try to reverse engineer the database via generate-entities --url
jdbc:mysql:localhost:3306/mytest --dr
iver org.gjt.mm.mysql.Driver --dialect MYSQL
Let me know if you need some more information..
Best regards
Max
/> Hi Max,
//>
//> //Can you please post your config, forge version as well as the steps needed to
reproduce your problem?
//> //
//> //Cheers,
//> //Koen/
/>/
/> /Op 29-nov.-2011, om 18:00 heeft Max Schwaab het volgende geschreven:
/> /
/ Hey there,
/>/
/>/ I'm new to forge and want to try the database reverse engineering.
/>/ When I try to use the hibernate-tools plugin, I get log4J errors like:
/>/
/>/ log4j:ERROR A "org.apache.log4j.xml.DOMConfigurator" object is not
/>/ assignable to
/>/ a "org.apache.log4j.spi.Configurator" variable.
/>/ log4j:ERROR The class "org.apache.log4j.spi.Configurator" was loaded by
/>/ log4j:ERROR [ModuleClassLoader for Module "org.jboss.forge:main" from
/>/ local modu
/>/ le loader @510e39 (roots:
/>/ C:\forge\forge-1.0.0.Beta3\modules,C:\Users\Max\.forge
/>/ \plugins)] whereas object of type
/>/ log4j:ERROR "org.apache.log4j.xml.DOMConfigurator" was loaded by
/>/ [ModuleClassLoa
/>/ der for Module
/>/ "org.jboss.hibernate.forge.hibernate-tools-plugin.dependencies:1.
/>/ 0.0-SNAPSHOT-d4f52737-8c8e-47d5-9113-97edf57516c4" from local module
/>/ loader @510
/>/ e39 (roots:
/>/ C:\forge\forge-1.0.0.Beta3\modules,C:\Users\Max\.forge\plugins)].
/>/ log4j:ERROR Could not instantiate configurator
/>/ [org.apache.log4j.xml.DOMConfigur
/>/ ator].
/>/ log4j:WARN No appenders could be found for logger (org.jboss.weld.Version).
/>/ log4j:WARN Please initialize the log4j system properly.
/>/ log4j:WARN
Seehttp://logging.apache.org/log4j/1.2/faq.html#noconfig for
/>/ more in
/>/ fo.
/>/
/>/ When I try to use the generate-entities command I get errors too.
/>/ Sometimes a slf4J error like:
/>/
/>/ SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
/>/ SLF4J:
Seehttp://www.slf4j.org/codes.html#StaticLoggerBinder for
/>/ further detail
/>/ s.
/>/ ***ERROR*** [generate-entities] org/slf4j/impl/StaticLoggerBinder
/>/
/>/ And sometimes a JDBCMetaDataConfguration error like:
/>/
/>/ ***ERROR*** [generate-entities] Could not initialize class
/>/ org.hibernate.cfg.JDB
/>/ CMetaDataConfiguration
/>/
/>/ I looked around on the internet and found a remark from Jethro with the
/>/ same problem.
/>/ (
http://lists.jboss.org/pipermail/forge-users/2011-October/000079.html)
/>/ I'm using the latest beta3 version of forge and the
/>/ hibernate-tools-plugin from github (guess its the latest version).
/>/
/>/ Is there some work in progress or did I something wrong with the
/>/ configuration or something?
/>/
/>/ Would be nice to get this feature working..
/>/
/>/ Best regards
/>/
/>/ Max/