Products | Versions |
---|---|
TIBCO iProcess Business Studio | - |
Not Applicable | - |
Description:
See attached document for example messages.
There is a new file in TIBCO Business Studio 3.0.1 that is called ‘platform.xml’. It provides a mechanism for controlling what is loaded when studio starts up. This file always existed but was previously created on first run, in TIBCO Business Studio 3.0.1 it is pre-populated.
Specifically it loads all features and plugins found in:
TIBCO_HOME/studio/3.0/eclipse
And only the ones specified from:
TIBCO_HOME/components/eclipse
Cause:
There is an erroneous line in this file, as shipped, which attempts to load a feature that is not present. The user impact of this is none until or unless an attempt is made to disable any feature or to use the Eclipse update site mechanism to install other features. (TIBCO would only support issues reproducible on an unmodified version of Business Studio 3.0.1).
Workaround:
To alleviate this restriction navigate to:
TIBCO_HOME/studio/3.0/eclipse/configuration/org.eclipse.update/platform.xml
And remove the following 2 lines:
<feature id="com.tibco.tpcl.org.hibernate.feature" url="features/com.tibco.tpcl.org.hibernate.feature_3.2.2.001/" version="3.2.2.001">
</feature>
Symptoms:
Cause: