Hi I am encountering following error in my glassfish
Warning: A system exception occurred during an invocation on EJB FileUpload, method: public java.lang.String com.sahvidya.ejb.entityoperations.FileUpload.personalFileUploadFromSystem(com.sahvidya.entity.entitysystem.PersonalDirectory,org.primefaces.model.UploadedFile,java.lang.String) throws java.io.IOException
Warning: javax.ejb.TransactionRolledbackLocalException: Exception thrown from bean: java.lang.NoSuchMethodError: com.fasterxml.jackson.databind.ObjectMapper.enable([Lcom/fasterxml/jackson/core/JsonParser$Feature;)Lcom/fasterxml/jackson/databind/ObjectMapper;
By looking at various blogs I understand glassfish version 4.1 has older jackson library(2.4) which does not have this method and need to upgrade Jakcson version(2.8). I thought of upgrading my glassfish but other issue were encountered. Keeping same glassfish version what would be the way to upgrade jackson version. Just adding updated jackson jar files project will solve the purpose? Will there be not version conflict issue for two jackson version available in project. One from Netbeans and other I have manually added.