In this lesson, you will test your customization
by creating the new workspace, new task groups, and new tasks using
the Workspace Administration Tool.
Procedure
- Launch the Workspace Administration tool by using the
following URL: http://hostname/webapp/wcs/wkspcadmin/servlet/ToolsLogon?XMLFile=workspaceadmin.WorkspaceAdminLogon.
Use the workspace manager, ConMgr, you created previously.
- Refer to Tutorial: Managing content with workspaces with the WebSphere Commerce Accelerator to
create the following:
The final workspace structure should look as follows:

- Launch the Management Center by opening the URL: https://localhost/lobtools,
using the user ProMgrA.
- In the Task panel, select To
Do to view the Task list for ProMgrA
- Right click the Update warranty information task
and select Work On. This means that ProMgrA is now working
within this task group.
- Select the Catalogs tool.
- Expand . Click Lounge
Chairs.
- Double click the White Fabric Roll Arm Chaise to
open it.
- Click the Warranty tab, and change the Warranty
term to 60 days and the Warranty type to
comprehensive.
- Click Save and then click Close.
- Run the following SQL query:
select * from wcw101.XWARRANTY;
There should be one row returned, showing your updates:
CATENTRY_ID |
WARTERM |
WARTYPE |
CONTENT_STATUS |
CONTENT_TASKGRP |
OPTCOUNTER |
CONTENT_TASK |
Varies according to installation |
60 |
'COMPREHENSIVE' |
'U' |
'G_10001 ' |
1 |
'T_10003 ' |
- Run the following SQL query:
In the results, look for the row matching the CATENTRY_ID
from the previous step"
CATENTRY_ID |
WARTERM |
WARTYPE |
OPTCOUNTER |
Varies according to installation |
30 |
'LIMITED' |
NULL |
You can see that the results are different, as the
write schema changes have not yet been committed.
- Log out from the Management Center, and then log in again
with the user ProMgrB.
- In the Task panel, select To
Do to view the To Do list for ProMgrB
- Right-click on the task named Update care instruction
information and select Work On.
- Select the Catalogs tool.
- Expand . Click Lounge
Chairs.
- Double click the White Fabric Roll Arm Chaise to
open it.
- Click the Warranty tab, and make any change the Care
instruction text field. For example "Use a soft, damp
cloth."
- Click Save and then click Close.
The Management Center message console at the bottom
of the user interface displays a message that "The business object
is locked and cannot be modified".
