When using crosstab custom incrementer the IncrementerFactory is cached in net.sf.jasperreports.engine.fill.JRIncrementerFactoryCacheJRIncrementerFactoryCache.class
After JBoss hot redeployment we have new classloader for the IncrementerFactory class, but the engine still keeps IncrementerFactory loaded by "old" classloader.
As a result have ClassCastException of same class but loaded by different classloaders.
Recommended Comments