Hi everyone,
I have a requirement to show a prompt (with yes/no button), asking something to the user, when he clicks the 'Ok' button on a custom container (that extends the ContentTransferServiceContainer) in Webtop. If he clicks 'No', he will be redirect to the screen he was before (I have already accomplished that), but if he clicks 'Yes', the process should go on, just like if there wasn't any prompt. I have already tried to call the 'onOk' method from the ContentTransferServiceContainer, but with no success… When I try to do this, I always get a ‘ContentTransferException’ telling me that it ‘Failed to obtain UCF Session’.
Already greatful,
David
12:00:53,984 ERROR [http-8084-6] com.documentum.web.common.Trace - Operation failed : Failed to obtain UCF sessioncom.documentum.web.contentxfer.ContentTransferException: Failed to obtain UCF session at com.documentum.web.contentxfer.ucf.UcfContentTransport.createPackageProcessor(UcfContentTransport.java:147) at com.documentum.web.contentxfer.ucf.UcfContentTransport.getPackageProcessor(UcfContentTransport.java:133) at com.documentum.web.contentxfer.ucf.UcfContentTransport.preProcess(UcfContentTransport.java:78) at com.documentum.web.contentxfer.ContentTransferService.execute(ContentTransferService.java:352) at com.documentum.web.contentxfer.JobAdapter.execute(JobAdapter.java:108) at com.documentum.job.async.AsyncJobManager$AsyncTimerJob.executeJob(AsyncJobManager.java:236) at com.documentum.job.async.AsyncJobManager$AsyncTimerJob.run(AsyncJobManager.java:215) at java.util.TimerThread.mainLoop(Timer.java:512) at java.util.TimerThread.run(Timer.java:462)