Upgrading the Business API SDK
When you upgrade the MATRIXX software, you must upgrade the Business API SDK as it is possible that files have changed or have been deprecated. Use the manage_integration_project.py script to remove the current release from your project directory structure and upgrade to the latest release. You should do this even if your files are not checked into Subversion.
Follow these steps here when upgrading from a WAR project to a JAR project. For example,
when copying old sources into new directory structures and replacing
<project>-schema.xml
with
projects/<project>/extensions/src/main/resources/extension-rest-mdc.xml
.
You must complete additional steps after building with mvn clean install
to
fix invalid API usage.