Hibernate Validator java.lang.NoClassDefFoundError: Could not initialize class org.hibernate.validator.internal.engine.ConfigurationImpl

前端 未结 7 457
南方客
南方客 2021-01-19 02:15

I have read this and this, but that didn\'t help...

I am using hibernate validator with the following versions/dependencies:


             


        
7条回答
  •  盖世英雄少女心
    2021-01-19 02:19

    I would suspect multiple implementations of javax.el. That's usually what causes this sort of issues.

    Check that you don't have another one with a different name.

    If it's not that, add a checkpoint in the ConfigurationImpl constructor and check what's failing.

提交回复
热议问题