

home/slorber/workspace/core/lib/runtime/hibernate-commons. home/slorber/workspace/core/lib/runtime/hibernate-cglib. home/slorber/workspace/core/lib/runtime/hibernate.


home/slorber/workspace/core/lib/runtime/ehcache-1.2.3.jar home/slorber/workspace/core/lib/runtime/dom4j-1.6.1.jar home/slorber/workspace/core/lib/runtime/commons-lang-2.3.jar home/slorber/workspace/core/lib/runtime/commons-io-1.4.jar home/slorber/workspace/core/lib/runtime/commons-fileupload-1.2.1.jar home/slorber/workspace/core/lib/runtime/commons-discovery-0.2.jar home/slorber/workspace/core/lib/runtime/commons-dbcp-all-1.3. home/slorber/workspace/core/lib/runtime/commons-collections-3.1.jar home/slorber/workspace/core/lib/runtime/commons-beanutils-1.8.0.jar home/slorber/workspace/core/lib/runtime/axis.jar home/slorber/workspace/core/lib/runtime/axis-ant.jar home/slorber/workspace/core/lib/runtime/asm.jar home/slorber/workspace/core/lib/runtime/antlr-2.7.6.jar home/slorber/workspace/core/lib/build/velocity-dep-1.4.jar home/slorber/workspace/core/lib/build/testng-jdk15.jar home/slorber/workspace/core/lib/build/standard.jar home/slorber/workspace/core/lib/build/servlet-api.jar home/slorber/workspace/core/lib/build/reportng-0.9.8.jar home/slorber/workspace/core/lib/build/pmd-4.2.5.jar home/slorber/workspace/core/lib/build/myfaces-impl-1.1.5.jar home/slorber/workspace/core/lib/build/myfaces-api-1.1.5.jar home/slorber/workspace/core/lib/build/mail-1.4.1.jar home/slorber/workspace/core/lib/build/junit-4.5.jar home/slorber/workspace/core/lib/build/jstl.jar home/slorber/workspace/core/lib/build/jsf-impl-1.2.jar home/slorber/workspace/core/lib/build/jsf-api-1.2.jar home/slorber/workspace/core/lib/build/jms.jar home/slorber/workspace/core/lib/build/jaxen-1.1.1.jar home/slorber/workspace/core/lib/build/ home/slorber/workspace/core/lib/build/javaee.jar home/slorber/workspace/core/lib/build/hibernate-tools.jar home/slorber/workspace/core/lib/build/glassfish-persistence-api. home/slorber/workspace/core/lib/build/freemarker.jar home/slorber/workspace/core/lib/build/el-ri.jar home/slorber/workspace/core/lib/build/el-api.jar home/slorber/workspace/core/lib/build/ejb-api-3.0.jar home/slorber/workspace/core/lib/build/commons-httpclient-3.1.jar home/slorber/workspace/core/lib/build/commons-codec-1.3.jar home/slorber/workspace/core/lib/server/mysql-connector-java-5.1.7. home/slorber/workspace/core/lib/server/commons-logging-1.1.jar I use eclipse and can see what libraries are referenced by focusing the “” home/slorber/workspace/build-xxx/build.xml:871: : org/hibernate/cfg/Configuration I removed all gradle, ivy and maven caches (in ~/.gradle ~/.ivy and ~/.m2) but I got the same error.Trying to use liquibase on a project but got some troubles. I checked all my dependencies with ‘project-reports’ plugin, and I have only one joda-time version (2.1, the correct one).

When I run my tests in IntelliJ (libs imported using ‘gradle idea’) everything is working fine, but from the ‘gradle test’ command I got some compilation error that suggests me it’s using a different joda-time version, since there are some constructor missing in older versions, checking joda-time javadocs I see that they are available from version 2.
