This content has been marked as final. 
    
Show                 1 reply
    
- 
        1. Re: Preview the next EJB 3 implementation bundled in JBoss Amjhammel Jan 9, 2008 12:11 PM (in response to wolfc)I might be missing something here but it appears cglib.jar is missing from the distribution: mjhammel(tty4)$ pwd /home/mjhammel/src/cei/jboss-5.0.0.Beta3 mjhammel(tty4)$ find . -iname "*cglib*" mjhammel(tty4)$ find . -iname "*dom4j*" ./lib/dom4j.jar ./docs/licenses/dom4j.txt mjhammel(tty4)$ 
 I use Hibernate for reverse engineering a db and this process fails without this jar file:-genConfig: [hibernatetool] Executing Hibernate Tool with a JDBC Configuration (for reverse engineering) [hibernatetool] 1. task: hbm2hbmxml (Generates a set of hbm.xml files) [hibernatetool] - Hibernate 3.2.4.sp1 [hibernatetool] - hibernate.properties not found [hibernatetool] - Bytecode provider name : cglib [hibernatetool] - using JDK 1.4 java.sql.Timestamp handling BUILD FAILED java.lang.NoClassDefFoundError: net/sf/cglib/core/KeyFactory 
 
    