Hi,
We are using SmartGWT 3.1. OOB it comes with apache collections 3.2.1.jar. However since our product needed the apache collections jar of the same version in other areas's. We kept it at a common location and made it available as part of the classpath for our SmartGWT application. That way we do not have to bundle it again under WEB-INF/lib. All this worked fine so far.
However recently we got a security vulnerability with apache collections 3.2.1 and were asked to move to version 4.1. So we updated our common jar to 4.1 version. However post this our SmartGWT application stopped working. It wouldn't even throw any exceptions or errors. However if i put in the older 3.2.1.jar within WEB-INF/lib folder, it works.
Any idea how do i get SmartGWT 3.1 to work with apache collections 4.1?
Thanks
We are using SmartGWT 3.1. OOB it comes with apache collections 3.2.1.jar. However since our product needed the apache collections jar of the same version in other areas's. We kept it at a common location and made it available as part of the classpath for our SmartGWT application. That way we do not have to bundle it again under WEB-INF/lib. All this worked fine so far.
However recently we got a security vulnerability with apache collections 3.2.1 and were asked to move to version 4.1. So we updated our common jar to 4.1 version. However post this our SmartGWT application stopped working. It wouldn't even throw any exceptions or errors. However if i put in the older 3.2.1.jar within WEB-INF/lib folder, it works.
Any idea how do i get SmartGWT 3.1 to work with apache collections 4.1?
Thanks
Comment