jsf 2 - Strange fatal errors with 'JavaClassScanningAnnotationScanner' on web application startup -
i strange fatal errors when start web application since upgraded java 8. here example of messages (and there lot of them):
nov 08, 2016 4:11:08 pm com.sun.faces.config.javaclassscanningannotationscanner$constantpoolinfo containsannotation fatal: unknow type constant pool 0 @ position 126
the application running jetty (quite old, 8.1.14.v20131031) before. these fatal errors appeared , found question why lambda expression threw error?, changed jetty 9.2.9.v20150224. fatal errors still here, other post indicates has lambdas in faces components converters. maybe javax-faces old? updated 2.1.9 2.2.9, messages still here.
have hint me?
best regards, felix
Comments
Post a Comment