The static model element

This element defines whether virtual member manager uses the static model.

If the element staticModel is defined in the wimconfig.xml file, it indicates that virtual member manager is using the static model. The optional element packageName is used to specify the fully qualified name of the package interfaces of the generated model codes for both the virtual member manager schema and the custom schemas. If no packageName is specified, by default virtual member manager loads the virtual member manager package: com.ibm.websphere.wim.model.ModelPackage.

The following are examples of the code required to configure virtual member manager to use the static model:
<config:staticModel/>
or
<config:staticModel>
	<config:packageName>com.ibm.websphere.wim.model.ext.ExtPackage</config:packageName>
	<config:packageName>com.ibm.websphere.wim.model.ModelPackage</config:packageName>
	</config:staticModel>


Terms of use | Feedback

http://publib.boulder.ibm.com/infocenter/wasinfo/v8r0/index.jsp?topic=/com.ibm.websphere.wim.doc/staticmodelelement.html