Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

java.util.MissingResourceException unable to find bundle viewcontrollerBundle

Harika GurramOct 25 2018 — edited Oct 30 2018

Hi,

I have used viewControllerBundle.properties to avoid hard coding of strings in my View controller project. I am able to run the page without issues locally, however it is giving the below error when Im deploying to our DEV weblogic server.

Error:

java.util.MissingResourceException: unable to find bundle for:nswh.rec.crr.view.viewcontrollerBundle at oracle.javatools.resourcebundle.BundleFactory.getMap(BundleFactory.java:145) at oracle.javatools.resourcebundle.BundleFactory.getMap(BundleFactory.java:97) at oracle.adfinternal.share.resourcebundle.ResourceBundleResolver$LocaleMap.get(ResourceBundleResolver.java:237)

Any pointers to what I might be missing will be of great help.

Thanks,

Harika

This post has been answered by Harika Gurram on Oct 30 2018
Jump to Answer
Comments
Post Details
Added on Oct 25 2018
2 comments
649 views