I have added few more methods to one of my existing SBO class . I am able to access these methods successfully from my stand alone java class . While accessing these new methods from workflow instance I am getting no such method defined exception in server.log file of method server . I have already cleared documentum cache and also temp and work folder of method server . Already restarted the services . I have added my method server jar and bofInterface jar in Documentum/dba/java-methods folder and inside the lib folder of DmMethods.war .
I am able to access all my old methods of SBO class using workflow instance .The issue is with the new methods .