Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.4K Intelligent Advisor
- 75 Insurance
- 537.7K On-Premises Infrastructure
- 138.7K Analytics Software
- 38.6K Application Development Software
- 6.1K Cloud Platform
- 109.6K Database Software
- 17.6K Enterprise Manager
- 8.8K Hardware
- 71.3K Infrastructure Software
- 105.4K Integration
- 41.6K Security Software
<BEA-015073> warning in Weblogic 12.2.x

At application start there is a warning in Weblogic 12.2.x server log:
<BEA-015073> <Message-Driven Bean is configured with unknown activation-config-property name destination.
How to fix it?
Thanks.
Best Answer
-
User, tell us your exact jdev version, please!
Have you searched your project for 'activation-config' or 'destination'?
you should find either some annotations or ejb-xxx.xml files holding this property. One of them is misconfigured like having 'destination' instead of 'destinationType'. Find this bean and correct the property.
(see e.g. https://docs.oracle.com/middleware/11119/wls/WLMDB/annotations.htm)
Timo
Answers
-
User, tell us your exact jdev version, please!
Have you searched your project for 'activation-config' or 'destination'?
you should find either some annotations or ejb-xxx.xml files holding this property. One of them is misconfigured like having 'destination' instead of 'destinationType'. Find this bean and correct the property.
(see e.g. https://docs.oracle.com/middleware/11119/wls/WLMDB/annotations.htm)
Timo
-
I use Eclipse 2018, set Weblogic 12.2.1.4 as a runtime. The application used to work fine on Weblogic 12.1.x