| Hibernate FileZippedJarVisitor method doProceesElemnt() throws FileNotFound Exception for path something like ../abc.jar!/BOOT-INF/lib/def.jar. When i unzip abc.jar , i can see def.jar inside BOOT_INF/lib folder but FileZippedJarVisitor is throwing File Not Found exception. Above issue happens only when i deploy app using java -jar command. My application is springboot jar . Application runs fine when i run it from Eclipse/STS. I am using springboot 1.5.10 and Hibernate version is 4.2.19 Final. |