Content starts here

CustomModule Subsystem Messages

The CustomModule1.0 catalog contains messages in the range BEA340450 - BEA340599. Messages in this catalog are part of the weblogic.application.config Internationalization package and the weblogic.i18n Localization package.

BEA-340450

Warning: Descriptor descriptorUri has no config-support in weblogic-extension.xml for application module appModuleName. JSR-88 updates will not be supported.

Description

The custom module configuration in weblogic-extension.xml for the named descriptor in the named applicaiton needs a configuration-support stanza in order to support updates via JSR-88 and the portal admin tools.

Cause

The configuration-support stanza is missing or has xml errors.

Action

Correct the weblogic-extension.xml file and redeploy the application.

BEA-340451

Error: Uri mismatch for base-uri (configUri) in weblogic-extension.xml for descriptor descriptorUri in module moduleName. Unpredictable results from JSR-88 updates and portal admin tools are likely.

Description

The custom module configuration in weblogic-extension.xml for the named descriptor in the named applicaiton requires that the custom-module uri match the onfiguration-support base-uri. Updates via JSR-88 and the adminTools will have unpredictable results, and may yield further errors.

Cause

The custom-module uri does not macch the configuration-support base-uri.

Action

Correct the base-uri in the configuration-support stanza of weblogic-extension.xml to match the custom-module uri and redeploy the application.

BEA-340452

Info: Prepare deploy for descriptor uri in application module appModuleName.

Description

The custom module is preparing to parse and deploy the descriptor. This is normal. The message is for informational logging of the deployment progress.

Cause

Normal behavior.

Action

No action required.

BEA-340454

Info: Prepare update for descriptor uri in application module appModuleName.

Description

The custom module is preparing to parse and update the beans associated with the descriptor. This is normal. The message is for informational logging of the deployment update progress.

Cause

Normal behavior.

Action

No action required.

  Back to Top