I have been testing the application on my local jboss server EAP 7.0 and its work fine but when the same war is deployed on production it throws
Factory method 'jacksonObjectMapper' threw exception; nested exception is java.lang.ClassCastException: com.fasterxml.jackson.datatype.jdk8.Jdk8Module cannot be cast to com.fasterxml.jackson.databind.Module
Environment is same on both local and production, as per current analysis and R & D found this Exclude provided jackson version from JBoss 7 EAP
Stack: Java 1.8, Spring Boot
Can't R & D on production and issue is not replicating on test. Anything missing?