Update the new Module class in the MODULECLASSNAME DMX file

Each component can have a MODULECLASSNAME.dmx DMX file containing the configuration information for the component's Module classes (if any). The fully-qualified class name of the Module registering the BOMs must be placed in this file. For the pim component, the file path of the DMX file will be EJBServer\components\pim\data\initial\MODULECLASSNAME.dmx. This file will need to contain the following information:

<row>
	<attribute name="moduleClassName">
		<value>sample.package.UserBOMModule</value>
	</attribute>
</row>

In the code snippet above, the value of the child element value must be the fully qualified name of the Module class - i.e. sample.package.USERBOMModule in this case.