Here we are using Content Server 7.0 with Process Engine 6.7 SP 2 and using Task space 6.7 SP 2 in windows server 2008 64 bit, the problem is we created a workflow with one of the auto activity is " link to folder", when activity is triggered to "link to folder" we are getting below issue in server.log file in Jboss 5.1.0 but object is linked successfully when we checked with DA 7.0
- java.lang.IllegalArgumentException: object is not an instance of declaring class
2014-09-09 08:01:32,488 ERROR [STDERR] (http-0.0.0.0-9080-1) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2014-09-09 08:01:32,488 ERROR [STDERR] (http-0.0.0.0-9080-1) at com.documentum.bpm.rtutil.AbstractWorkflowMethod.executeMethod(AbstractWorkflowMethod.java:27)
2014-09-09 08:01:32,488 ERROR [STDERR] (http-0.0.0.0-9080-1) at com.documentum.bpm.rtutil.GenericWorkflowMethod.execute(GenericWorkflowMethod.java:124)
2014-09-09 08:01:32,488 ERROR [STDERR] (http-0.0.0.0-9080-1) at documentum.bpm.rtutil.GetDocbaseSessionFromSessionAdapter.getDocbaseSession(GetDocbaseSessionFromSessionAdapter.java:46)com.documentum.bpm.rtutil.GenericWorkflowMethod.execute(GenericWorkflowMethod.java:65)
2014-09-09 08:01:32,488 ERROR [STDERR] (http-0.0.0.0-9080-1) at com.documentum.mthdservlet.DfMethodRunner.runIt(Unknown Source)
2014-09-09 08:01:32,488 ERROR [STDERR] (http-0.0.0.0-9080-1) at java.lang.Thread.run(Thread.java:662)
Please help me,
Please let me know any further information.