3 Replies Latest reply on Apr 27, 2018 2:26 AM by negora

    WELD-000146: BeforeBeanDiscovery.addAnnotatedType(AnnotatedType<?>)

    mayerw01

      I've an application which runs on WildFly Full 10.0.0.Final. When I try to deploy this application on wildfly-12.0.0.Final (WildFly Core 4.0.0.Final) I get following messages:

       

      .....

      2018-04-04 15:07:46,586 WARN  [org.jboss.weld.Bootstrap] (MSC service thread 1-8) WELD-000146: BeforeBeanDiscovery.addAnnotatedType(AnnotatedType<?>) used for class com.arjuna.ats.jta.cdi.transactional.TransactionalInterceptorSupports is deprecated from CDI 1.1!

      2018-04-04 15:07:46,604 WARN  [org.jboss.weld.Bootstrap] (MSC service thread 1-8) WELD-000146: BeforeBeanDiscovery.addAnnotatedType(AnnotatedType<?>) used for class org.jberet.creation.BatchBeanProducer is deprecated from CDI 1.1!

      2018-04-04 15:12:33,374 ERROR [org.jboss.as.controller.management-operation] (External Management Request Threads -- 1) WFLYCTL0348: Timeout after [300] seconds waiting for service container stability. Operation will roll back.

       

      Does anybode have an idea what might be the reason?