尝试将我的石英项目部署到weblogic时出现以下错误。 我尝试添加slf4j依赖项,并尝试排除。但没有用。
我正在使用以下石英依赖项 org.quartz-schedulerquartz2.1.7
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pooledConnectionFactoryWW' defined in class path resource [amq-messaging-context.xml]: Instantiation of bean failed; nested exception is java.lang.LinkageError: loader constraint violation: when resolving method "org.slf4j.impl.StaticLoggerBinder.getLoggerFactory()Lorg/slf4j/ILoggerFactory;" the class loader (instance of weblogic/utils/classloaders/ChangeAwareClassLoader) of the current class, org/slf4j/LoggerFactory, and the class loader (instance of com/oracle/classloader/weblogic/LaunchClassLoader) for the method's defining class, org/slf4j/impl/StaticLoggerBinder, have different Class objects for the type org/slf4j/ILoggerFactory used in the signature