Hi everybody,
I am developing a new custom method through Composer, I created :
- Jar definition
- Module
- Java method
- Job
This job was running well until I tried to refactor all my objects { renaming Jar definition file, Module file...}
I got the following error :
ERROR [http-0.0.0.0-9080-1] com.documentum.mthdservlet.DoMethod - Exception attempting to load module <Name of My Module>
MSG: [DFC_BOF_CANNOT_FIND_OBJECT] Business object <My Methode Name> does not exist in docbase <My DEV environment>; ERRORCODE: ff; NEXT: null
I tried to remove all My deployed object trough DA, I cleard my cash, restarted my servers and reinstall, but it still don't work.
Does any one knows :
1- How to fix this issue?
2- How to properly uninstall deployed job?
Thanks in advance