cancel
Showing results for 
Search instead for 
Did you mean: 

Application Package

Former Member
0 Kudos

Hello All,

I'm testing an example of the DC Academy in webdynpro, so I create my applicattion in Webdynpro in the package com.sap.training.wd.basics.context, I deployed to portal and everything Ok. When I try to run as preview in portal I get the following exception. I don't know if I have to do something else?

The initial exception that caused the request to fail, was:

java.util.MissingResourceException: Can't find bundle for base name com/sap/training/wd/basics/context/wdp/ResourceExc, locale en

at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:839)

at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:729)

at java.util.ResourceBundle.getBundle(ResourceBundle.java:702)

at com.sap.tc.webdynpro.tools.explorer.Detail.getKeys(Detail.java:418)

at com.sap.tc.webdynpro.tools.explorer.Detail.initializeBundleTextsInContext(Detail.java:247)

... 42 more

Thanks in advance

Alexis Ramirez

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

You need to bundle the properties file and for some reason you miss it.