Hi Experts,
This is with reference to one of my earlier posts on this topic : http://scn.sap.com/thread/3224678
Now another issue we have with the WPC page is - though the functionality is working fine, there are many errors logged into the portal logs with the below error and these errors are logged every time the user access the wpc page and piled up in to 100s.
Cannot load resource bundle: com.sap.nw.wpc.bundles.Commands
[EXCEPTION]
java.util.MissingResourceException: Can't find bundle for base name com.sap.nw.wpc.bundles.Commands, locale en_US
at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:1427)
at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1250)
at java.util.ResourceBundle.getBundle(ResourceBundle.java:952)
at com.sap.nw.pcc.km.service.editor.component.AbstractEditorComponent.initializeFromPageContext(AbstractEditorComponent.java:85)
at com.sap.nw.pcc.km.service.editor.component.HtmlEditComponent.initializeFromPageContext(HtmlEditComponent.java:60)
at com.sap.nw.pcc.km.service.editor.component.EditorComponentFactory.getComponent(EditorComponentFactory.java:70)
The issue is reported with the component "com.sap.nw.pcc.km.service.editor.component.AbstractEditorComponent" and the Application
"sap.com/com.sap.nw.pcc.xmleditor"
No clue whey these standard components are throwing errors for every WPC page access even the custom bundle file and Page functionality is working fine.
Regards,
Ramesh.