|
Operating systems: i5/OS, Linux,Windows |
If you have business process applications that were developed for earlier versions, you must update the business process and portlets prior to running post-installation tasks for business processes. This topic does not apply to System i5.
Task portlets and business process portlets that use the generic client APIs provided by WebSphere Business Integration Server Foundation Version 5.1 need to be changed. There is a new version of the Generic EJB API that uses DataObjects as its message format, which is described in the WebSphere Integration Developer Information Center.
The JNDI name of the old Generic EJBs that takes WSIFMessage objects are:
GenericProcessChoreographerEJB JNDI Name: com/ibm/bpe/api/BusinessProcessHome Interface: com.ibm.bpe.api.BusinessProcess
TaskManagerEJB JNDI Name: com/ibm/task/api/TaskManagerHome Interface: com.ibm.task.api.TaskManager
The V6.1 JNDI names of these Generic EJBs are:
GenericBusinessFlowManagerEJB JNDI Name: com/ibm/bpe/api/BusinessFlowManagerHome Interface: com.ibm.bpe.api.BusinessFlowManager
HumanTaskManagerEJB JNDI Name: com/ibm/task/api/HumanTaskManagerHome Interface: com.ibm.task.api.HumanTaskManager
After you update and test the migrated portlets, copy them to a location that is available for the migration tasks.