Hi I've seen this non compliancy. In TC 7.042 and 7.0.72. How, who can fix this ?
@HandlesTypes classes implementations. The mecanism in place only accept classes implementing an the type but doesn't accept classes inheriting from class implementing the @HandlesTypes classes. The (Servlet 3.0 spec 8.2.4: ServletContainerInitializer’sonStartup method get's a Set of Classes that either extend / implement the classes that the initializer expressed interest in or if it is annotated with any of the classes specified via the @HandlesTypes annotation) Thanks Stephane