小编Nic*_*itz的帖子

源自 deltaspike 的 wildfly 11 部署中的拦截器警告

在Wildfly 11 中部署我的test.war期间,我看到了几个警告:

09:45:32,714 WARN  [org.jboss.weld.Validator] (MSC service thread 1-4) WELD-001478: Interceptor class org.apache.deltaspike.core.impl.throttling.ThrottledInterceptor is enabled for the application and for the bean archive test.war/WEB-INF/lib/deltaspike-core-impl-1.8.1.jar. It will only be invoked in the @Priority part of the chain.
09:45:32,714 WARN  [org.jboss.weld.Validator] (MSC service thread 1-4) WELD-001478: Interceptor class org.apache.deltaspike.core.impl.lock.LockedInterceptor is enabled for the application and for the bean archive test.war/WEB-INF/lib/deltaspike-core-impl-1.8.1.jar. It will only be invoked in the @Priority part of the chain.
09:45:32,715 WARN  [org.jboss.weld.Validator] (MSC service thread 1-4) …
Run Code Online (Sandbox Code Playgroud)

cdi weld wildfly deltaspike

3
推荐指数
1
解决办法
793
查看次数

标签 统计

cdi ×1

deltaspike ×1

weld ×1

wildfly ×1