Hi All,
I have registered the SBO class in dbor.properties file like following:
com.documentum.devprog.recyclebin.IDpRecycleBinService=service,com.documentum.devprog.recyclebin.DpRecycleBinService,1.0
Now when I tried to delete an object of the custom object type (dp_sop) then this SBO class is not calling and we are getting the following error.
Kindly tell me how to register SBO and TBO in the dbor.properties?
onClickDeleteCheckbox event handler called
DfServiceException:: THREAD: http-70-2; MSG: [DFC_BOF_CANNOT_FIND_OBJECT] Busine
ss object com.documentum.devprog.recyclebin.IDpRecycleBinService does not exist
in docbase DCTM_Repository; ERRORCODE: ff; NEXT: null
at com.documentum.fc.client.impl.bof.registry.GlobalModuleRegistry.looku
p(GlobalModuleRegistry.java:71)
at com.documentum.fc.client.impl.bof.classmgmt.ModuleManager.lookupModul
eMetadata(ModuleManager.java:192)
at com.documentum.fc.client.impl.bof.classmgmt.ModuleManager.getModuleCl
****(ModuleManager.java:179)
at com.documentum.fc.client.impl.bof.classmgmt.ModuleManager.newModule(M
oduleManager.java:135)
at com.documentum.fc.client.impl.bof.classmgmt.ModuleManager.newService(
ModuleManager.java:86)
at com.documentum.fc.client.DfClient$ClientImpl.newService(DfClient.java
:419)
at com.documentum.devprog.wdk.recycle_bin.RecycleBin.onClickRestoreCheck
box(RecycleBin.java:214)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.documentum.web.form.FormProcessor.invokeMethod(FormProcessor.java
:1633)
at com.documentum.web.form.FormProcessor.invokeMethod(FormProcessor.java
:1487)
at com.documentum.web.form.FormProcessor.fireActionEvent(FormProcessor.j
ava:1303)
at com.documentum.web.form.RecallOperation.execute(RecallOperation.java:
101)
at com.documentum.web.form.FormProcessor.processAction(FormProcessor.jav
a:113)
at com.documentum.web.form.FormAction.processAction(FormAction.java:107)
at com.documentum.web.env.WDKController.doStartRequest(WDKController.jav
a:191)
at com.documentum.web.env.WDKController.processRequest(WDKController.jav
a:92)
at com.documentum.web.env.WDKController.doFilter(WDKController.java:83)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
icationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
ilterChain.java:206)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperV
alve.java:233)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextV
alve.java:191)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.j
ava:128)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.j
ava:102)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineVal
ve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.jav
a:286)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java
:845)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.proce
ss(Http11Protocol.java:583)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:44
7)
at java.lang.Thread.run(Thread.java:619)