Jadira usertype no class def found
问题 I'm trying to persist a JODA LocalDate attribute using Hibernate. @Column(nullable = false) @Type(type = "org.jadira.usertype.dateandtime.joda.PersistentDateTime") private DateTime scheduledDepartureTime; I downloaded the following jars: usertype.jodatime-2.0.1.jar usertype.spi-3.0.0.GA.jar usertype.core-3.0.0.GA.jar and added them to my classpath. When trying to execute my application, I get java.lang.ClassNotFoundException: org.jadira.usertype.dateandtime.shared.spi