PROBLEMS FIXED: APAR Number : PQ48125 PMR Ref : 00694,B111 Description : XMLConfig Partial export doesn't complete locate model in model. Fix File : pq48125.jar How to apply this fix: Step 1: Create a directory called "fixes" under the WebSphere root. /fixes. For e.g the root could be /usr/WebSphere/AppServer. Step 2: Copy pq48125.jar into the fixes directory. Step 3: Edit the $WAS_ROOT/bin/XMLConfig.sh to add this fix in the console's path: Step 3.1: If the first entry in the XMLConfig.sh's class path is like... "WAS_CP=$WAS_HOME/other entries..." then change it to look like this "WAS_CP=$WAS_HOME/fixes/pq48125.jar; "WAS_CP=$WAS_CP:$WAS_HOME/other entries..." and save the file. Finally Run the XMLConfig and check export / import functionality.