Viewing the Business Object Framework Parsing Mode using a command

You can use a command to view the Business Object Framework parsing mode for modules.

About this task

Perform the following steps to view whether a module parsing mode has been set to Eager or Lazy:

Procedure

  1. This module uses eager business object parsing mode:
    wsadmin>$AdminTask showSCAModule {-moduleName k6}
    name:k6
    description:Module using Eager
    businessObjectRuntimeVersion: 6 
    businessObjectParsingMode: Eager
  2. This module uses lazy business object parsing mode:
    wsadmin>$AdminTask showSCAModule {-moduleName k7}
    name:k7
    description:Module using Lazy
    businessObjectParsingMode: Lazy