Milo van der Zee
Milo van der Zee

Reputation: 1049

Weblogic 12c clustered timer issues

Has anybody been able to run timers in clustered WebLogic 12c (version 12.1.2-patched)?

We keep getting errors and are not confident that it could work in 12.1.2. Does anybody have it working in clustered 12.1.3?

Thanks for any info.

Upvotes: 0

Views: 447

Answers (1)

Milo van der Zee
Milo van der Zee

Reputation: 1049

the project with the clustered timer also used CDI and had an empty beans.xml. Looks like CDI forces some other kind of proxying of the timer bean not compatible with the timer implementation. After removing the beans.xml and so disabling CDI the timer works.

Upvotes: 0

Related Questions