Hi All,
JDeveloper 11.1.1.3 and Fusion Order Demo R1PS2 are the base platform.
Whenever I run FOD (either from within JDeveloper or via deploying it to WLS 10.3.3), I repeatedly see warnings like this in the log files:
<15-Jun-2010 14:54:35 o'clock BST> <Warning> <oracle.adf.controller.internal.metadata.MetadataService>
<BEA-000000> <ADFc: /WEB-INF/adfc-config.xml: >
<15-Jun-2010 14:54:35 o'clock BST> <Warning> <oracle.adf.controller.internal.metadata.MetadataService>
<ADFC-52024> <ADFc: Duplicate managed bean definition for 'userInfoBean' detected.>
I've Googled to no avail. The application seems to function just fine, but the warnings are annoying me - I've searched through adfc-config.xml and faces-config.xml as well as the other task flows defined in the application, and I only find a single declaration of the managed beans. I know that other people see this too (because I've seen their log files posted in the forum - the posts I found don't relate to this particular issue, however).
Can anyone shed some light on why we see this (it seems to be strangely related to MDS somehow)?
As an update to this, I thought it might perhaps be because there was no "id" property set on the managed bean definitions in adfc-config.xml. I did set them, however, but the warnings remain. I also get things like this as well:
<MetadataService$Bootstrap><add> ADFc: /WEB-INF/adfc-config.xml:
<MetadataService$Bootstrap><add> ADFc: Duplicate activity 'updateUserInfo' detected.
John