Due to improvements to the way ALBPM handles integration with other external systems, you might need to do some minor changes to the External Resources of your projects.
ALBPM now supports several SQL databases out of the box (you don't need to provide an external JDBC driver anymore). If your project integrates with any of these databases, it is recommended that you migrate to the new drivers.
On the Project Navigator expand External Resources and double-click on a SQL database resource. In the Edit External Resource dialog change the value of the Supported Type drop-down to the corresponding BEA driver for your database.
This step is needed to re-generate the metadata associated with each component. You must re-catalog all types of components, including Java classes, SQL tables, Web Services, .Net, JNDI, CORBA, COM and SAP components.
On version 5.7, a cataloged Java class included all members inherited from parent classes. Starting with version 6.0, cataloged Java classes only include methods and attributes explicitly defined by the class, excluding the ones inherited by its parent class. If there's code in your project using inherited members of a class, you must also catalog the parent Java classes that includes such members.
For example, if your project has cataloged EJBs (Enterprise JavaBeans), you must also to include the standard javax.ejb.* classes and interfaces into your catalog. Otherwise, standard methods like getEJBHome() and getHandle() do not show as members of your Bean.