We are in the process of fixing the issue with no session error. In one of our Documentum compliance manager 6.5 sp2 application, we are getting a session using the below line.
session = getSession();
We have called getSession() method from the OOTB abstract class com.documentum.dcm.methods.MethodCommand which will get a session object.
OOTB class file path:
public abstract class com.documentum.dcm.methods.MethodCommand implements com.documentum.dcm.methods.IMethodCommand
Whether it is required to release this session object manually or OOTB will take care of closing the session. Please advice.
Thanks
Ravi