I am on 5.3 SP6. I am planing to use java methods in Life cycle. So, I developed a simple JAR file. I created 'module' object into DocApp and trying to insert JAR file in it. I kept the module name default, Module type 'blank', Added my JAR file into 'Implementation JARS' , but when I try to select my class name from Class name drop-down box, I am getting following error:
'Java.lang.noclassDefFoundError:LC_test(wrong name:com/apptest/app1/lifecyle/LC_test).
When I try to 'checkin' this object, I am getting following error:
"C:\Program Files\Documentum\Application Builder\dm_bof_build6.xml:7: java.lang.NoClassDefFoundError: LC_test (wrong name: com/apptest/app1/lifecyle/LC_test)"
Anyone knows why I am getting these error? thanks