XMI-Generation

[email protected] Fri, 29 Apr 2005 10:57:33 +0200
Newsgroups gmane.comp.java.ejb.middlegen.user
Message-ID <OFEC4CF184.A5EA287C-ONC1256FF2.0023E15A-C1256FF2.00313863@jb-software.com>
Hello,

i was trying to get a UML-Diagram from a existing Database. 
Therefore i modified the ant file for the MiddlegenIDE in a way that i set 
the lib variable to the path my Middlegen-jars are, set the gui-varable to 
false, deleted the gen-java part and replaced the cmp20 part with the 
following stuff :

              <xmi 
                fileprefix="formas" 
                package="formas" 
                format="poseidon" 
                destination="." 
          >
          </xmi>

everytime i start Middlegen now, i get


[middlegen] log4j:WARN No appenders could be found for logger 
(middlegen.Middle
en).
[middlegen] log4j:WARN Please initialize the log4j system properly.
[middlegen] Database URL:jdbc:postgresql://10.100.0.125:5432/formas
[middlegen] No <table> elements specified. Reading all tables. This might 
take
 while...
[middlegen] java.lang.ClassNotFoundException: 
middlegen.DontCloseLog4JLogSystem


Thanks for your help

J