sinva
Newbie
Karma: 0
Posts: 36
|
 |
« on: February 10, 2011, 09:12:42 am » |
|
Dear All,
I am having problem about displaying the workorders in the application Work Order Tracking. By default the application display only the workorders that are not task, however, I want to remove this constraint by default. I found that this should be control by the class psdi.webclient.beans.workorder.WorkOrderAppBean. I am now overwritting the class by my amended class psdi.webclient.beans.workorder.CustomizedWorkOrderAppBean. Then I rebuild an redeploy the ear and then I change the presentation app bean class in the application designer. However, when I go to the application the exception thrown: java.lang.NoClassDefFoundError: psdi/webclient/beans/workorder/WOAppBean
However, I am just copying the source of psdi.webclient.beans.workorder.WorkOrderAppBean and then comment the statement for the filter of IsTask.
Is there any steps that I miss? Or is there any difference between migrating the AppBean and the MBOs. As I do not have similar experience when I migrate my custom made MBOs.
I am using Maximo 6.2.7 with eclipse and the maximo developer phug-in. Thanks a lot.
|