| Hello all. I have just installed Eclipse Mars.2 on Win 7 x64 and I'm developing a VERY simple web application against MySQL 5.1. I have installed JBoss 4.3.1 (full installation), the hibernate tools version is 5.0.1.Final and the JBoos Maven Hibernate configurator version is 1.7.1 Final. In the POM I have added the following dependencies: <dependency> <groupId>mysql</groupId> <artifactId>mysql-connector-java</artifactId> <version>5.1.39</version> </dependency> <dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate-core</artifactId> <version>5.0.8.Final</version> </dependency> As can be read in the JBoss web the 5.0 version is built with 5.0.8.Final, so I presume that this is the best version to work with. I try to generate the HBM and POJOs and get the same error as rest of people: org.apache.commons.collections.MultiMap cannot be found by org.jboss.tools.hibernate.runtime.v_5_0_5.0.1.Final-v20160331-1852-B88... Please, this error still happens with last versions of all implied applications, so re-open it. Thanks! |