Version 2003.06.00
July 2003
Copyright © 2003 Rational Software Corporation. All Rights Reserved.
This documentation (the "Work") is protected under the copyright laws of the United States and/or other jurisdictions, as well as various international treaties. Any reproduction or distribution of the Work is expressly prohibited without the prior written consent of Rational Software Corporation.
This document contains release notes for the Java editions of Rational XDE version 2003.06.00. Some information is specific to a product package, and is designated accordingly.
Note: The printed version of this document does not include the listing of "Known Issues." In order to provide the most up-to-date information possible at release time, this information is included only in the electronic version. This document is installed with the product, to <install-location>\Rational\doc\xde_readme_java.html. You can always find the latest version at http://www.rational.net/XDEcenter.
The capabilities available to you in Rational XDE version 2003.06.00 depend on your packaging option. To determine the package you have installed, see Identifying the Package and Product Build ID below.
For more information, see "Rational XDE Packaging" in the Rational XDE Help.
The following table provides minimum and recommended system configuration requirements for Rational XDE. Rational XDE runs under the minimum configuration; however enterprise-level development is enhanced when resources conform to or exceed the recommended configuration.
Keep in mind that performance has been tuned for the recommended system configuration. In general, increasing available memory (by adding more memory or closing other applications) increases performance, especially when working with large models. Performance during Java code-model synchronization is significantly impaired when performed on a system with a hard disk drive formatted using the FAT32 file system. NTFS is highly recommended.
Also note that the disk space required by your Rational XDE workspaces varies significantly, depending on the size and number of files you create. Rational XDE model files for analysis may be quite small, whereas model files for enterprise-level development may grow to be quite large, particularly when generated code is included in the calculation.
For more information about hardware configuration and performance, see "Rational XDE Performance" in Rational XDE Help.
Processor | Pentium III-class processor at 500MHz; Pentium III-class processor at 1 GHz or higher recommended |
Available RAM | Minimum: 512 MB. Recommended: 1 GB for Rational XDE Developer versions |
Available Disk Space | Minimum: 500MB for installation drive, 100 MB for workspace. Recommended: 2-5 GB for workspace |
Video | Minimum screen resolution: 800 x 600 pixels, 256 colors. Recommended: 1024 x 768 pixels, 16-bit color or higher |
Mouse/Pointing Device | Any pointing device with at least two buttons |
Supported Operating Systems | The following operating systems are tested and supported:
Notes:
|
Operating System Languages | Level 1 support for these languages:
Level 2 support for these languages:
Notes:
|
Supported Platforms |
Notes:
|
Internet Browser |
|
J2EE Deployment |
|
Web Publishing and Reporting | Web publishing is available with the Rational XDE Modeler and Rational XDE Developer Plus for Java Platform Edition packages. This capability requires the Java Plug-in, downloadable from the Sun Web site at http://java.sun.com/products/. (Note that this capability is not available in the Rational XDE Developer - Java Platform Edition. ) |
Online Documentation Display and Printing | Rational XDE documentation includes a document in Adobe® Acrobat® PDF format, requiring Adobe Acrobat Reader. You can download the Acrobat Reader with Search installation kit from the Adobe Web site, at http://www.adobe.com/products/acrobat/alternate.html. |
Rational RequisitePro | To use the Rational RequisitePro-XDE Integration, you must have RequisitePro version 2003.06.00 installed on your system. |
Configuration Management Software | Supports:
XDE will display a warning message when the first model is opened if the ClearCase patch level on your system is less than as follows:
To verify the latest patch information for your version of ClearCase, go to http://www.rational.com/support/downloadcenter To find out which patches your ClearCase installation has installed, use the cleartool -version command in a DOS command prompt window. Note:
|
String name | Example value | Description |
installdir |
C:\Klips |
The location to which the Eclipse product was installed. This location always contains an Eclipse subdirectory. In the example, C:\Klips\Eclipse exists. |
name |
Klips |
The combination of name and version will be displayed in the selection list of shell instances during the install. In the example, "Klips 2.0.1" will be displayed. |
version |
2.0.1 |
, Eclipse:2.0:Klips:The Klips development environment.:Klips
To determine the package and build ID of Rational XDE that you currently have installed, run the Rational Software Installed Product Information utility by clicking Start > Programs > Rational Software > Rational Software Installed Product Information.
You can find the latest version of these documents at http://www.rational.com/support/documentation/manuals/suite.jsp. (Note that this site requires that users log in.)
Also, be sure to review the installation issues listed in this document.
Start XDE by doing one of the following:
Additionally, XDE functionality is available once you start the shell in which it was installed.
Note: If you are using Rational XDE and a WebSphere Studio development tool with ClearCase, Rational recommends using the Rational XDE in ClearCase View command on the Start menu item instead of the WebSphere Studio Start menu command, to take advantage of the automatic pairing of ClearCase views and the Eclipse workspace provided by the XDE shortcut.
For more information, see the "Help on Help" topic in Rational XDE Help.
After a rebase or deliver operation with identical changes made to the same UML model subunit by multiple users, duplicate UML elements occur in the resulting model if the UML elements are saved as separate subunits.
When two users add a class with same name in the model (or under the same package) in their respective views, the Compare and Merge tool merges these elements automatically and the resulting model will have duplicate classes (in certain cases the diagram may also have duplicate classes). The Validate model command will then generate the following task item.
More than one Class in Model <<model_name>> has name <<class_name>>.
Resolution: Delete the duplicate class in the model.
When two users generate code or synchronize a class (which has no corresponding component in the current baseline) with same name in the model (or under the same package) in their respective views, the Compare and Merge tool merges these elements automatically and the resulting model will have duplicate components. The Validate model command will then generate the following task item.
More than one Component in Model <<model_name>> has name <<javafile_name>>.
Resolution: Delete the duplicate component in the model.
When two users add an attribute (with the same name to the same class) the Compare and Merge tool merges these elements automatically, and the resulting model will contain duplicate attributes. The Validate model command will then generate the following task item.
Attribute(s) named <<attribute_name>> conflict in Class <<class_name>>
Resolution: Delete the duplicate attribute.
When two users add an operation (with the same name to the same class) the Compare and Merge tool merges the elements automatically, and the resulting model will contain duplicate operations. The Validate model command will then generate the following task item.
Operation(s) "<<operation_name>>([retval]void)" in classifier <<class_name>> have conflicting signatures.
Resolution: Delete the duplicate operation.
When two users add getters and setters to the same attribute of the same class, the Compare and Merge tool merges these elements automatically, and the resulting model will contain an attribute with duplicate getters and setters. The Validate model command will then generate the following task item:
Operations "get<<attribute_name>>([retval]int)" in classifier <<class_name>> have conflicting signatures.
Operations "set<<attribute_name>>([in]int,[retval]void)" in classifier <<class_name>> have conflicting signatures.
Resolution: Delete the duplicate getter and setter
When two users add an attribute (with the same name to the same class) and then add getters and setters to the attribute, the Compare and Merge tool merges these elements automatically, and the resulting model will contain duplicate attributes and duplicate getters and setters. The Validate model command will then generate the following task item.
Attribute(s) named <<attribute_name>> conflict in Class <<class_name>>
Operations "get<<attribute_name>>([retval]int)" in classifier <<class_name>> have conflicting signatures.
Operations "set<<attribute_name>>([in]int,[retval]void)" in classifier <<class_name>> have conflicting signatures.
Resolution: Delete the duplicate attribute. This deletes the duplicate getter and setter. If both the getters and setters get deleted, you will need to regenerate them.
If you are using an integrated Rational XDE-ClearCase configuration, please
ensure that you save your team project set. After installing the release, Rational
recommends that you work from workspaces collocated with their corresponding
ClearCase views, which are created and managed for you when you use the
Rational XDE in ClearCase view start menu item. You can use the File
> Import > Team Project Set command to restore the contents of
your workspace.
To save your project set
Once the release is installed, use the following procedure to add your project set to the XDE-ClearCase view-associated workspace.
To reload your project set after installing this release
Project sets are a good way to ensure that teams of developers work on the correct set of related projects. When project files are placed under source control, they can be shared among users. Any new workspace can be populated with the same set of projects by using the File > Import > Team Project Set command.
For users of ClearCase version 2002.05.00, XDE performs a check upon startup to determine whether you are using ClearCase as your source control provider, and whether ClearCase has been configured to use the XDE compare/merge function as the Type Manager for XDE model files. If this configuration is needed, you are prompted to install the ClearCase XDE Type Manager.
Note: ClearCase v2003.06.00 includes the XDE Type Manager and these checks are not required or performed.
If ClearCase is reinstalled or a new VOB is added, then the ClearCase XDE Type
Manager installer must be run again. However, before you can run the installer
on the same machine again, you must first uninstall the ClearCase XDE Type Manager,
and then reinstall it. As an alternative to uninstalling and reinstalling the
ClearCase XDE Type Manager installer, you can choose to run the underlying script
at:
<ClearCase-install-directory>\etc\utils\install_xde_eltype.bat.
When starting Rational XDE from a shortcut, you should be aware of the following issues:
-data
parameter added to XDE.exe.Files are considered "hijacked" when they are in a ClearCase snapshot view and have been made editable without being checked out. In some cases, it is customary to check out the required files before disconnecting from ClearCase; however, it is not always possible to determine all the files that are required. Hijacked files are the solution to this problem. When a file is required that has not been checked out, operation systems or IDE tools can be used to make the file editable. When the ClearCase connection is re-established, these hijacked files can be converted into checked-out files.
It is recommended that you check out only the files that you need. If new files need to be modified, you will need to hijack them when disconnected. Prior to reconnecting, make sure that all your XDE models are closed and XDE is closed. You can reconnect to the ClearCase server using the appropriate method for your edition. Once you are reconnected, it is important to update your view in order to convert any hijacked files to checked out files. Then restart XDE and reopen your models.
Use the following general procedure to perform a UCM delivery when using hijacked files.
Some teams that use the RequisitePro-XDE integration can improve their multiuser compatibility by establishing a PathMap for both RequisitePro projects and XDE models. If your team uses the RequisitePro-XDE integration, and if your team also meets any of the following criteria, consider following this guideline:
If your team is a candidate for establishing a PathMap for RequisitePro projects and XDE models, see the information about establishing a PathMap in the Integration Help.
Note: Rational ClearCase UCM users should be aware that, typically, you do not need to invoke the RequisitePro-XDE integration from your Integration view, only from your Development view. However, if you must invoke the integration from your Integration view, then you will need to manually update your PathMap to accurately reflect the location of the model you want to work with in your Integration view. Additionally, note that the Help is inaccurate when it states that the PathMap topic applies only to Rational Rose. In fact, PathMaps are also used for the RequisitePro-XDE integration.
The following information is not included in the RXE documentation for Rational XDE Developer - Java Platform Edition.
Properties displayed in the property editor can either be hard-coded properties of the UML elements or custom properties provided by profiles (for example, tagged values).
Accessing hard-coded properties is relatively straightforward. Hard-coded properties will have specific accessors; for example, class.getIsAbstract(), class.IsAbstract( ).
Accessing custom properties (UML TaggedValues) is more involved. The RXE API method IRXEClass.getTaggedValueAsString( ) requires the formal name of a tagged value that may not be the displayed name seen in the property editor. The difference between the displayed name and the formal name is due to presentation and localization requirements. RXE API users have to find the formal name of the tagged value by looking up the display name in the Help topic "Tagged Values in the Merge Session." This topic links to the tagged values tables for different platforms; for example, Java, J2EE. In the table, the display name shows as "Tagged Value Name."
Tagged values are owned by profiles. If the method IRXEClass.getTaggedValueAsString( ) is only given a formal name and not a profile name, it will search all profiles and return the first tagged value found. Specify a profile name if you want to constrain the search.
Important: Not all hard-coded properties are exposed through the RXE API. Do not manually edit and save the .prx or .mdx file because you can easily invalidate the profile or your model.
The getTaggedValuesAsString( ) method has Name as a parameter. The Name parameter is a formatted string—for example, profileName::formalName, where profileName is the name of the owning profile and formalName is the name of the tagged value. Neither the profileName value nor the formalName value is case-sensitive. The profileName value is optional. The formalName value may not be the name displayed in the property editor. The getTaggedValuesAsString( ) method returns a string for the first tagged value found that has the specified formal name. The search is conducted across all profiles unless otherwise specified.
Visual Trace uses a socket to connect to the application being traced. If a connection cannot be established, the following warning is displayed: "Visual Trace could not establish a socket connection with target." (Defect 514577)
Consider the following options:
The Web publishing and reporting capability is included in the Rational XDE Modeler and Rational XDE Developer Plus for Java Platform Edition packages. This capability is not in the Rational XDE Developer - Java Platform Edition. For the latest product updates, please visit http://www.rational.com/support/downloadcenter/upgrades/xde.jsp.
For documentation about the Web publishing feature of Rational XDE, see the Reporting and Publishing_java.pdf Adobe Acrobat file located at <install-drive>\Program Files\Rational\XDE\Addins\webpub. This information is not included in Rational XDE online Help.
Context-sensitive help (F1 or the Help button) is not available for Web publishing dialog boxes.
The Web publishing and reporting capabilities in Rational XDE require the Java Plug-in, available from the Sun Web site. This plug-in must be installed on any machine on which you want to view published models. If you have not already downloaded and installed the plug-in, you are prompted to do so the first time you use Web publishing in Rational XDE.
Note: If your machine is not connected to the Internet, you will not be notified about the need for the plug-in, and you will get errors when publishing and reporting.
To download and install the plug-in:
If you download and install the Java Plug-in version 1.4, you may need to change the default security settings to allow read permission. Follow these steps to change the default security:
grant codeBase "file:/-" { permission java.io.FilePermission "«ALL FILES»", "read"; };
Publishing models requires significant free disk space; use the following guidelines when publishing:
The following table describes the known issues in this release.
Category |
ID |
Description |
238097 |
If you attempt to use the Compare With > Each Other menu command when all of the resources selected in the Navigator are XDE artifacts, the shell will appear to hang. The operation may finally complete, provided you have adequate physical/virtual memory, but it may take hours or days to run. Workaround: Avoid using the Compare With > Each Other command with XDE artifacts. Instead, compare XDE artifacts using the File > Compare/Merge menu command. |
|
239157 |
Occasionally, you may see that the number of conflicts reported during an XDE Compare/Merge session appears to be inconsistent with the state of the conflict navigation buttons and menu items. For example, the status bar indicator may show that there are two unresolved differences remaining to be resolved when the Navigate to Next Unresolved Difference button and menu item are unavailable. This may happen when conflict resolution propagation automatically resolves other conflicts in response to a conflict you have resolved, as when you resolve a conflict involving the deletion and renaming of a class by deleting the class. In that case, the conflict resolution is automatically propagated to remove views of the deleted class from diagrams, thereby resolving dependent conflicts. However, the conflicts that are resolved automatically may not correctly be reflected by the conflict count. If you encounter a situation where the status bar count indicates that
there are differences remaining to be resolved, yet navigation to the
next and previous unresolved differences is not available (dimmed),
then the conflict count is incorrect; you have, in fact, resolved all
conflicts. In this case, you can ignore any warnings about unresolved
conflicts when you save and end your merge session or commit the merge
session to ClearCase. |
|
239437 |
If you initiate a ClearCase operation that leads to an XDE merge session, you may not realize that ClearCase is waiting for the XDE merge session to complete if XDE is minimized or if the ClearCase dialog boxes obscure an XDE dialog box. It may appear that ClearCase is hung. Workaround: Simply bring XDE to the foreground, if it was minimized, or click the XDE window to bring any of its dialog boxes to the foreground. |
|
239447 |
If you end a ClearCase-initiated merge session by clicking the Close button, you may see five error messages. To avoid this, please follow the recommended procedure for ending a merge session, which is to use the File > Compare/Merge menu instead of the Close button. |
|
511988, 513261 |
When fusing three or more models, you may encounter cases where
conflicting differences do not generate conflicts when there should be
conflicts.
Workaround: Perform several sequential merge sessions in which you fuse two models at time in each session, until you have fused all of the models. |
|
513643
|
When working with XDE, two users may create storage units with the same name in their versions of the same directory. When the users attempt to check in or deliver their work and a merge is triggered, ClearCase will prompt the user to choose between the two storage units and XDE Compare/Merge will independently ask the user to choose between the two model elements associated with those storage units. In this situation, it is important that you choose consistently. That is, if you choose one user's storage unit, then you should also choose that user's model element associated with that storage unit. For example, suppose both users created class1 as a separate unit in a file named class1.clx in their versions of the same directory. The ClearCase directory merge will ask which of the two class1.clx files should be present in the merged directory and XDE Compare/Merge will ask which of the two class1 model elements to present in the merged model. If the user chooses the first user's class1.clx file during the ClearCase directory merge, then the user should also choose that user's class1 model element during the XDE Compare/Merge session. Note that if the model element names differ but the storage units are the same, a similar situation arises but the behavior differs. For example, both users might initially create class1 in storage units class1.clx in their versions of the same directory. Then, the first user renames the class1 model element to be myclass. The storage unit retains the name class1.clx. However, in this case XDE Compare/Merge will allow both model elements class1 and myclass into the merge result model even though the ClearCase directory merge will permit only one class1.clx to reside in the directory. The resulting model will be unable to locate the missing storage unit. To recover from this, you should rename the missing class1.clx file to some other name and then locate this renamed file using the Browse to Unit command on the shortcut menu for the model element that is missing its unit. Perform the rename using the ClearCase Explorer or at a cleartool command line so that the history of the renamed file (which includes the file with its original name) is preserved. |
|
513872 |
The following defect only applies to the Rational XDE Developer - Java Platform Edition: A ClearCase-initiated merge session will fail while comparing or merging two interaction instance units (*.iix), containing at least one lifeline, with each other. Workaround: Combine the Interaction Instance units with their parent units and start the merge session again. This should be done while no one else is working on these two interaction instance units. If someone else does change these interaction instance units, those other changes will be lost. This occurs because those interaction instance unit files are no longer a part of the model after you combined them into their parent unit files. |
|
513914 |
When Rational ClearCase initiates an XDE merge session involving a diagram that is a separate unit, occasionally the diagram cannot be opened from the Model Explorer. This occurs when certain information necessary to open the diagram resides in a parent unit of the diagram unit and is, therefore, not present during the merge session. Workaround: Once the merge session completes, you should be able to open the model and then open the diagram without difficulty. |
|
Configuration Management |
51338 |
If you drag and drop a Java class from a Rational ClearCase source-controlled file that has already participated in round-trip engineering operations from one package to another in the Model Explorer and answer "no" when prompted to check out the model, the Java file related to the class will not be placed back into ClearCase version control. Workaround: You must refresh the package that the file was moved from in the Navigator. You will then be prompted to add the Java file to ClearCase source control. It is possible that you may not be prompted based on ClearCase preference settings. By default, XDE prompts you to add all new files to ClearCase. |
239403 |
When opening a read-only (for example, controlled and checked-in) model created using a previous release of XDE for the first time, and the model is a non-Java Code Model with the Java profile applied, you will see the following error message in the output log: Error: Exception in MU.doTaggedValues(NME): This error is benign and can be safely ignored. After continuing with the upgrade of the model and saving it, you should not see this error again. |
|
239662 |
When upgrading older models, the profile upgrade process will not complete successfully if there are any missing model subunit files. Workaround: A utility that fixes models in this state is available on the Rational Developer Network. If you cannot locate the utility, the Rational XDE v2003 Model Repair Tool, contact Rational Customer Support for assistance. |
|
239945 |
Users who go off-network will not be presented with the view
chooser when using the Rational XDE Workaround: Use a project set file to load view-resident projects into the default workspace. |
|
239946 |
Users who created cross-model references that resolve through XDE version 2002, Release 2.1 Service Release VOB-root registered locations must use a snapshot view the very first time these models are opened in XDE version 2003.06.00, which will result in these models being upgraded. Once the models are upgraded and checked in, the models can be accessed in a ClearCase dynamic view. | |
240185 |
Opening a model containing cross-model references in a ClearCase dynamic view may result in the following behavior: Any models that are opened in the process of resolving the cross-model references are not shown as being under source control in the Model Explorer (they do indicate as being source-controlled in the Navigator). Workaround: Ensure that the client models are opened prior to opening models that contain cross-model references to them. This will allow the client models to be displayed as source-controlled, and therefore they can be modified and checked out from the Model Explorer. |
|
240329 |
When opening a model from an older version of XDE, the user is prompted to upgrade the model. If the model is version controlled, and it also references another model that is not currently in the shell workspace, an upgrade failure may occur and the model cannot be opened. A Model Upgrade Failed window opens and displays the following message:
Workaround: Before upgrading, add the referenced model's project to the shell workspace. If the referencing model is now opened, the upgrade will succeed. |
|
513422 |
The menu items related to source control may not appear on the shortcut menu for a model in the Model Explorer. Steps to reproduce the problem:
To reactivate the menu items, change the focus from model to the main diagram node in the Model Explorer, and then back to the model. This forces the menu items to appear. |
|
513516, 513549 |
When changes are made quickly during a rebase, the reload prompt
will not appear. If you quickly move between a model check-in and a rebase
(that is, in less than a minute), this may result in a situation where
the software does not recognize that a change had been made.
Steps to reproduce the problem:
When steps 2 through 7 occur in less than a minute, the described problem occurs. However, such a scenario is rare and would require unusual speed and coordination. |
|
514052 |
When a user tries to add newly created and unsaved storage units to source control, the storage units may not be listed in the Add to Source Control dialog box. This issue arises if Do Nothing is selected for the team/Rational ClearCase preference setting When new resources are added. Workaround: Ensure that the whole model, including newly created storage units, is saved before clicking Add to Source Control. |
|
Data Modeling | 239118
|
The transformation feature that creates EJBs from database tables incorrectly creates Container Managed Relationships (CMRs) between CMP 2.0 remote entity beans, which are not permitted. Workaround: Delete the CMRs and manually create the appropriate source code to invoke the remote beans. |
239345 |
When you transform a database view to an Entity EJB, add a primary key to the bean, then transform from the EJB back to the view, you get a new table instead of a database view. The expected behavior is that the new primary key will be transformed to a regular view column. | |
240103 |
When you use JDBC for DB2 connections, you must verify that the XDE JDBCdriverpath points to the DB2 client. To do this, follow these steps:
|
|
241098 |
If you have no existing data model, the Class to Table Transformation dialog box does not open when you use the Class to Table command on the Transform menu. Workaround: Create a data model and use the command again. |
|
241752
|
Creating new triggers for a table or view will cause an exception if the name of the respective table or view is less than 3 characters in length. Workaround: When adding a new trigger for a table or view, ensure that the name of the corresponding table or view is at least 3 characters long. |
|
595696 |
The WebSphere 5.0 deployment descriptors contain the types and names of the columns mapped to CMP fields. There are many different database-specific versions of the deployment descriptors. During deployment from XDE, those types are generated by running an external WebSphere deployment tool and not from the "Data Transform" mapping between EJB and Data Models. Therefore, the values will not reflect your data transformation mappings. Workaround: If you use WebSphere Studio Application Developer, the best workaround is to use its mapping editor and deployment feature; otherwise, you will have to settle for the default mapping as a first choice. If you must make mapping changes, you have to resort to hand editing the XMI descriptor, which is difficult. However, once you have the correct mapping and schema files generated, XDE can use these files by overriding the normal process that generates new ones. In the deployment model, use the EJBNonModelElements tag on the EJB-Jar Archive to prevent it from being regenerated during deployment. |
|
Documentation | 242208
|
The online Help for Data Modeling states that you can assign a domain to an attribute in a logical data model. This functionality is not supported. |
Installing and Uninstalling | 58682
|
The administrator who installs Rational RequisitePro as part of the RequisitePro-XDE Integration should launch RequisitePro before a user without administrator permissions attempts to use RequisitePro from Rational XDE. Failing to do this may cause XDE to freeze. |
223368
(65785) |
Due to the installation image's large files, Rational recommends temporarily disabling the active scanning feature of your anti-virus software prior to installation. If you do not disable this feature, the installation could remain in an incomplete state. | |
236721 |
The following error occurs when an excessively long install pathname is specified: Error 1320. The specified path is too long <pathname> If the installation is then cancelled by clicking Cancel, the installer will exit, but the folder %INSTALLDIR%\RCSI\ and its contents will remain on the system. The RCSI folder and its contents should be deleted manually. |
|
236727 |
The installer does not check to see if the destination install directory is a valid Windows directory. If a bad directory name is entered—for example, one with bad characters—the install may complete, but the installed product will probably not work correctly. | |
237629 |
If you have installed the Visual Studio .NET edition of XDE, followed by an install of XDE for Java, on the same system, the file associations for the .mdx and other modeling files are now associated with the XDE for Java product. If you uninstall the XDE for Java product, the icons associated with the file associations are uninstalled. This leaves the VS .NET edition of XDE functional, but some file icons are missing and are displayed with Windows generic icons. Workaround: To restore the icons, reinstall the XDE for VS.NET product. |
|
239439 |
If you install Rational XDE into WebSphere Studio Application Developer version 5.0, install PurifyPlus (or a Rational Suite product containing PurifyPlus), and you choose to integrate PurifyPlus into Application Developer 5.0, and then uninstall PurifyPlus, you will get a number of harmless error messages the next time you start Application Developer. These errors include, "Error Restoring Editor," "Modeler Error: Failed to load modeler." Workaround: Exit Application Developer, remove the .metadata directory in your workspace, and restart Application Developer. Application Developer will rebuild a clean metadata directory and the errors will not occur. |
|
239910 |
After you import a Rational Rose model (*.mdl) to a Rational XDE model (*.mdx), immediately save the imported model to the XDE file format. If you attempt to modify the model without first saving it as an XDE model, and then select Cancel from the Save As dialog box, the model will be closed without saving the changes to the model. | |
240630 |
If you reach the Ready to Install page in the installation and want to return to an earlier page by using the Back button, you should cancel the current installation and restart the installer from the beginning. Using Back from the Ready to Install page may not properly initialize the shell selection page and may cause a failed installation. | |
241162 |
Use of the Microsoft Windows XP "Run As" feature is not supported by the Rational Installer for Rational XDE version 2003. Please log in to an account with local admininstrative priviledges and run setup directly from this account. | |
447036 |
XDE will not work properly if it is installed into a folder on a network share. Use a local drive instead. | |
The following issue only applies to the Rational XDE Developer
Plus Edition: To correctly configure a SitePrep area for XDE, Rational
recommends that you do not use SitePrep.exe directly. Use Setup.exe and
select Enterprise Install mode to create the SitePrep area. If you use
SitePrep.exe directly, the SitePrep area may not be properly configured
and an install performed from the improperly configured area may hang.
Workaround: If you want to use SitePrep.exe directly, it is critical that you configure the shell selection for Rational XDE and Rational PurifyPlus (if installing the Developer Plus Edition) to include only shells known to be present on the target systems that will use the SitePrep area for their install. Do not accept the defaults for the Rational PurifyPlus shell configuration; you must modify the defaults to reflect only shells that are known to be present on the target systems. PurifyPlus shell selection defaults to all supported shells. If you run setup using a SitePrep file that assumes the target machine has all of the shells, and it does not, the problem occurs. |
||
512648 |
If you plan to install XDE into IBM WebSphere Studio Application Developer, Application Developer Integration Edition, or Enterprise Developer, be sure to reboot your system after installing the IDE, if you have not already done so, and before installing XDE. | |
514497 |
If Rational PurifyPlus is installed into the same shell as Rational XDE Modeler or any XDE Developer for Java Platform product, and then PurifyPlus is uninstalled, XDE displays the following error message upon startup: "Modeler Error: Failed to load Modeler." You can ignore the message. XDE continues to operate normally. | |
593408, (78359), 594321, (80161) |
If you install both the Java and .NET editions of XDE on the same system, round-trip engineering tools for both editions appear in both editions' toolboxes. For example, C# tools and Java tools appear in both environments. However, the tools only work in the environment for which they are supplied. | |
596111, (83538) |
When installing XDE, do not use the # character in your install path. | |
596504 |
When both the Java Platform and .NET versions of XDE Developer have been installed, model files (.mdx) are associated with whichever version was installed last. If that latter version is then uninstalled, the association is not removed because there is still an XDE Developer version installed. As a result, if an .mdx file is then opened, the wrong association will be used. Workaround: Manually change the association to the remaining XDE Developer installation shell. |
|
597536,
(86372), 597595, (86501) |
Installing previous versions of XDE over newer versions of XDE is not supported. | |
Internationalization | 44550 |
Eclipse has problems with Japanese characters in some cases. Exporting a file with Japanese characters in its name to a Zip file results in the filename being altered. Exporting the same files to a file system works without a problem. In addition, using Eclipse to create a new Java class that is in Japanese characters causes the file to be created successfully, but the class name is not added to the file. |
595383,
(82143) |
When downloading the Java plug-in required for Web publishing, if you are running a Japanese operating system, you must choose the International version of JRE from the Sun Web site (for Netscape) or select the appropriate Locale (for Internet Explorer). See defect 591378 for information on the Java plug-in requirement. | |
135347
|
Java files must contain native characters only, in order to be processed correctly by Java RTE in XDE. For example, when running on a Japanese platform, Java files should contain only characters found in code page 932. This is a limitation of the underlying JRE implementation of FileOutputStream, which is used by XDE for file I/O. | |
234644 |
In some cases, XDE uses the generic Eclipse text editor to display text. On non-English systems, if the text characters are displayed incorrectly, then the default text encoding is probably incorrect. In the Preferences dialog box, expand Workbench, click Editors, and set Text file encoding to the appropriate value for your language. (Note that this is an Eclipse defect.) | |
236978 |
Installation of XDE will succeed only if the pathnames for Enterprise or Silent Install locations do not contain Japanese or multibyte characters. Similarly, if you copy the CD image to a share and attempt installation from such a path, the share name must not contain Japanese or double-byte characters. If you share the CD drive of a machine so that others can map to it to perform an install, the share name must not contain Japanese or double-byte characters. | |
240139
|
When using XDE integrated with ClearCase, Register New Location fails if the XDE project name contains Japanese or double-byte characters and is under source control. Workaround: Avoid using Japanese or double-byte characters in project names. |
|
240169,
240232, 240590 |
XDE cannot be installed into a path that includes Japanese, double-byte, or extended characters. (Also see defect 241144.) | |
449850
|
A Rational XDE diagram that contains Japanese or double-byte characters may not display correctly if you copy the diagram and paste it into Microsoft Word. (This is an issue for Japanese and English versions of Word.) Workaround: Select all shapes, change the font for the selected shapes to an appropriate font, such as MS UI Gothic, and then copy and paste the shapes into Word (or another application). |
|
592549
(76416), 594534 (80571) |
If the operating system language is different from the language of the character set you are using to enter text, when project files and storage units are created using extended characters, the extended characters are displayed correctly in diagrams, but not in the Model Explorer. Other display character problems may also occur. Workaround: Ensure that the operating system language
and the text-entry language are the same. |
|
596709 (84595) |
The « and » characters are not supported in Simplified Chinese. Therefore, when you add a shape to the drawing surface, the name in the Model Explorer is prefixed by two question marks (??). Two question marks are added with each subsequent edit of the name as well. | |
596711 (84598), 600275 (83441) |
Copying a model in the Navigator window does not work for the following languages: Japanese, Korean, and Chinese. | |
Java | 49893 |
When automatic synchronization is enabled, XDE will synchronize a project's Java code model to any changes you make to the project's .java files. If you make a change when the code model is closed, it will be opened and the XDE Model Explorer view will get focus. For instance, you are in the Navigator view and you delete a .java file from a project whose code model is closed. The model is opened in the Model Explorer, which will take focus away from the Navigator. |
134804 |
The project name is not displayed when creating a Java modeling project for the first time in the Model Explorer. The project name only appears after performing any Java action such as creating a Java element or synchronizing source code and the model. | |
231328 |
This release of XDE upgrades the Java Runtime Environment from that used in previous releases. If you experience problems compiling an existing project after upgrading, please check Preferences > Java > Installed JREs and verify that it points to a valid installed JRE. | |
589683 (54005) |
The UML Subsystem element is not supported in Java code models. Its use will cause errors during round-trip engineering. | |
J2EE | 229696 |
Various J2EE server properties, such as EJBResourceRef and WebResourceRef, have a tag editor with a field for a password. While the tag editor obscures the password on the screen by using an echo character, the password itself is still saved in the model as plain text; it is not encrypted. Workaround: Do not save sensitive passwords in these tags. Use the java.security package to encrypt the password. |
232813 |
When you are using XDE integrated with WebSphere Studio Application Developer, and you are using the Mapping Editor to associate CMP fields to database table columns, close the editor before you add, remove, or modify CMP fields using XDE. After modifying the CMP fields, reopen the Mapping Editor and regenerate the mapping to get the changed fields mapped properly. | |
232859 |
Classpath for WebSphere deployment only allows JARs: When deploying to IBM WebSphere Application Server, a classpath is passed to the WebSphere deployment tools. However, these tools only read the JARs in the classpath; they ignore any directories. This means that if you have an EJB project with references to other projects; for example, a Web project, and classes in the referenced project are used by the EJBs, then deployment may fail. Workaround: Put the compiled objects in the EJB project or create a JAR of the referenced project and add it to the classpath of the EJB project. |
|
234413 |
When running XDE inside WebSphere Studio Application Developer (or other IDEs in the WebSphere family) on versions of Windows older than Windows XP, J2EE deployment may fail with the following Output messages: [ J2EE : 2002-12-18 16:08:19 ] [Error Stream] The input line is too long.
[ J2EE : 2002-12-18 16:08:19 ] [Error Stream] The syntax of the command is incorrect.
This indicates that the classpath used during deployment is too long. Deployment uses .bat files provided by the server vendors and a command-line cannot exceed the 255-character limit. This will happen if the classpath is too long. Workaround: Application Developer adds many unnecessary JARs to the classpath. In the Navigator, select the project and click Properties on the shortcut menu. Click Java Build Path and the Libraries tab. Remove all the WAS_50_PLUGINDIR/... JARs, except for j2ee.jar. |
|
234444 |
When modeling J2EE applications, use separate projects and code models to model EJB, Web, and client components, including clients used to test one of the other "tiers." (Note that WebSphere Studio Application Developer forces you to use this structure.) By default, when you create deployment models, they automatically get «JARinclude» relationships to the corresponding code models. This step conveniently associates the components to the corresponding JAR. However, if you have servlets and EJBs in the same code model, all of them will get included in the EJB-JAR and WAR that you create. This is a problem when you deploy both tiers to the same machine. Many application servers use the same classpath for both tiers. So, for example, when you invoke a servlet, you may get the servlet located in the EJB-JAR and not the servlet in the WAR. This is especially confusing if the servlet has changed since you last built and deployed the EJB-JAR. Workaround: Keeping the different tiers in separate models eliminates this potential problem. Alternatively, you can delete the automatically created «JARinclude» relationships and create custom relationships to individual elements. Use the Connector Assistant tool in the Toolbox to create these relationships. |
|
234707 |
When creating CMP fields in EJBs on an EJB diagram, the abstract CMP get/set methods will appear in the bean class and then quickly disappear. (This is caused by the filtering performed on EJB diagrams.) At this point, if you invoke "undo", the get/set methods will simply reappear. A second "undo" is necessary to actually remove the new CMP field. The same behavior happens when creating similar elements, such as Primary Key Fields. Workaround: Use "undo" twice to fully remove the newly created items. |
|
237109 |
When you repeatedly run the Deployment Wizard to set up deployment models, it will not remove items that were added to a deployment model during a previous invocation of the wizard. Clearing those items in the wizard does not remove them from the deployment model. Workaround: Manually remove the «JARinclude» relationships connecting the obsolete items to the archives (EJB-JAR, WAR, etc.). |
|
237932 |
When you reverse engineer an EJB or Web deployment descriptor, some relationships between elements on existing diagrams may be inappropriately deleted from the diagram. To restore a missing relationship, remove one of the two "end" elements from the diagram (do not remove it from the model), and then add it back to the diagram by dragging it from the Model Explorer. This step will redraw the line. For EJB diagrams, the shortcut menu command Customize EJB Diagram can also be used to restore these lines. | |
239146 |
Attributes of a class can also be modeled as associations. However, if you transform a class to an Entity EJB, any associations are ignored; they are not mapped to BMP/CMP fields. Workaround: Convert the association to an attribute before transforming to an EJB. |
|
239887, 229151, 239854 |
In some scenarios, the method filtering in EJB diagrams does not work as expected.
|
|
239915 |
When you delete an EJB in the IBM WebSphere Studio Application Developer J2EE perspective and save the changes, XDE does not delete it from the EJB Deployment Model if the model is closed, even though XDE opens the model automatically. Errors are reported in the console window. Workaround: Keep the EJB Deployment Model open when making changes in the J2EE perspective. |
|
239960 |
The J2EE patterns code templates that are inserted for method bodies are not marked "first-time-only expansion." Hence, every time you synchronize or forward engineer, the code template will be inserted, replacing any code that you added after creating the EJB, servlet, etc. This causes problems for methods that you must change manually. Workaround: For those methods that you want to modify manually, remove the code template. Select the method in the Model Explorer, right-click, and then click Code Templates > Unbind. In the dialog box, select the Leave Expansion in Code check box if you want to keep the template code that was inserted for that method. Otherwise, it will be deleted. Click Unbind. |
|
Saving in the J2EE perspective deployment descriptor editor or
importing ejb-jar.xml deployment descriptors can result in corrupted EJB
Relationships in XDE under certain circumstances. If the name of the CMR
field ("cmr-field-name" in the descriptor) is the same as the
name of the relationship role on the other end of the relationship
("ejb-relationship-role-name"), then XDE will corrupt the relationship,
requiring that it be deleted and recreated. This duplication in naming
is the default for CMRs that are in upgraded models from earlier releases
of XDE. When creating CMRs in XDE and WebSphere Studio Application Developer,
both use different names for these elements by default. However, if you
explicitly use the same name, the problem will occur.
Workaround: Make sure cmr-field-name is not the same
as ejb-relationship-role-name on the other ejb-relationship-role in
the deployment descriptor. This can be corrected immediately after an
upgrade from XDE 1.1 by changing the names of the opposite end roles
or cmr fields where they are the same value in your XDE model. Also,
when you select the relationship, look for the Synchronization
property for End1 and End2 of the relationship. Make sure they are both
set to Excluded. |
||
Due to a defect in the JSP Compilation Validator in version 5.0.1 of IBM WebSphere Studio Application Developer, you may experience serious problems with various Rational XDE features. If you code-generate a ServerPage in XDE or edit and save a JSP in the editor, certain features will fail, including Add Java > EJB, Add Java > Servlet, and pattern expansions. Workaround: Download and install the update for Application Developer, "Websphere Studio Application Developer Interim Fix 001." You can use the Update Manager (click Help > Software Updates > Update Manager) or the WebSphere Studio Application Developer downloads site. |
||
594853 |
When deploying to the Sun J2EE Reference Implementation, the deployment generates the data types for SQL statements from the EJB model, not from any mapped data models. Limited name changes are supported using the EJB mappings to data models since the Sun RI processes the fields in alphabetical order. Also, the tables generated for one-to-many relationships in the Sun RI do not match the XDE transformations. Workaround: Based on these limitations, users should normally not expect to use the result of the EJB to Data Model feature during deployment to Sun RI. |
|
597953 |
If you are using XDE integrated with WebSphere Studio Application Developer, you are not permitted to create EJBs in the "root" package, named "ejbModule". However, in some cases, XDE allows you to create EJBs in this package. For example, transforming a database table to an EJB will allow you to select the root package for the new EJBs. Workaround: Always put EJBs in a subpackage. |
|
Patterns and Code Templates |
36558
|
Abstract Factory Java needs createConcreteProduct to be create<%=ConcreteProduct%>. Workaround: Apply the pattern with default values, then rename the participants as needed. |
47714 |
A pattern can have a template parameter of Unified Modeling Language (UML) Type Association and also contain Associations with the same names in the pattern’s Root Context. When the pattern is expanded, the Root Context’s Associations are correctly replaced with the template argument values in the target area, but validation errors are reported. Workaround: In the Pattern Explorer, set the merge behavior on the template parameter’s Association Type element to Replace. However, a side-effect of the workaround is that the associations are duplicated when the pattern is reapplied. |
|
49666,
232776 |
Facade Pattern: The first operation is not generated when apply multiple operation participants. Workaround: Apply the Facade pattern binding only one operation at a time. |
|
50679 |
After a user applies a pattern that has a COM Callout or expands a COM Code Template, either in preview mode or in expansion/code generation mode, any modifications to the COM .dll file are not recognized. Workaround: Modify the file as needed and then shut down or restart Rational XDE. |
|
50899
|
When a user clicks Cancel in the Apply Pattern Wizard or the Apply Pattern dialog box, a dialog box appears to ask if the user wants to save the binding. Sometimes the binding is saved when No is selected. Workaround: Perform an undo operation or delete the added binding. |
|
50964
|
If two developers each add a code template to the same method contained in a configuration-management-controlled model, the code templates can be checked in but not merged. Only one of the code templates can be merged and the other must be re-bound. Workaround: Do not allow parallel addition of code templates to the same model elements. |
|
51293,
135029 |
For models under configuration-management control, adding more than 16 code templates to the same model may cause the 17th element to appear twice in the element’s bindings when the model is checked-in and merged. Workaround: Do not bind more than 16 code templates to a CM controlled model element if the model can potentially be merged. |
|
57755 |
Facade Pattern : Duplicate return type. Workaround: None |
|
58765
|
When applying the Iterator Pattern with selected values, errors will occur in the code. Workaround: Apply the Iterator Pattern with default values, then rename the participants as needed. |
|
134833 |
The Pattern Explorer's Update Toolbox button does not update the properties for patterns that already appear in the Toolbox. Workaround: To update an existing Toolbox pattern item, right-click the item in the Toolbox and click Delete. In the Pattern Explorer, click the pattern’s Toolbox node and click the Update Toolbox button in the Pattern Properties window. |
|
134864 |
Reapply
of a pattern does not remove elements added by a previous application
of the pattern. For example, a pattern adds an operation with a scripted
name, Workaround: None. |
|
134998 |
For patterns appearing in the Pattern Explorer and owned by models under configuration-management control, canceling a related checkout may cause the Pattern Explorer to be in an inconsistent state. Workaround: Close the pattern in the Pattern Explorer and then reopen it. |
|
135007 |
Most pattern callouts and constraints, when applicable, correctly add error messages to the Output window and an error message box. However, a few messages are instead added to the Task window. Workaround: None for constraints. For callouts, add messages and specify that they appear in the output window. |
|
135112 |
Specifying a custom default binding location for all new models in the Preferences or Options dialog box prohibits the creation of any new models. Workaround: Specify the custom default binding location on a per model basis: Create a new model, and then set the default binding location for that model. |
|
135133 |
Changes made to patterns properties (such as Expansion Enabled or Expand Nested Bindings) in the Properties window do not always update in the Pattern Properties window. Workaround: Close and re-open the pattern in the Pattern Explorer. |
|
135205 |
When upgrading models to this release, the ownership of the first generated or added URL linked to each nested bound collaboration changes. Ownership of the link transfers to the «Asset» package that owns the nested bound collaboration. Other URLs owned by the nested bound collaboration are not changed. Workaround: Delete any URLs owned by bound collaborations before upgrading the model and manually add them back afterwards. |
|
135407 |
Bindings of external code templates in models from earlier versions of the product are not being upgraded correctly. After model upgrade, the external code template bindings are still functional in the upgraded model; however, the bindings are no longer suitable for use in situations where the path from the model to the external code template needs to be indirect. Typical situations where this occurs would be when a model is under configuration management and different users view the code template using different paths, or when the code template binding is copied from one model to another via using a pattern application. Workaround: Find all of the bindings for external code templates in the upgraded model and open the binding for each (using the edit binding command); this will cause the binding to be restored to the proper format. |
|
237480 |
Some patterns and code template dialog boxes can display intermittent sizing problems, where a subcomponent of the dialog box becomes relatively smaller than the other components. Workaround: These sizing problems can usually be corrected by resizing the internal components, by dragging the internal sash next to the component. Often, resizing the entire dialog box will also cause the internal components to resize correctly. |
|
237735
|
View elements created by application of a pattern may duplicate on reapplication of that pattern. Workaround: In the Pattern Explorer, set the merge hint on the diagram to Replace or Preserve to discard the existing diagram and create a new one or keep the existing one and add a new one (respectively), instead of trying to merge in changes. |
|
595148
|
Diagrams included in the Root Context may contain elements that are duplicated in the target area diagram as a result of reapplying the pattern. Workaround: In the Pattern Explorer, set the merge hint on the diagram to Replace or Preserve. The replace behavior discards the existing target diagram and replaces it with the pattern diagram. The preserve behavior adds an additional diagram to the target area. |
|
RXE | 239228 |
For generalization, dependencies and realizations, the methods/properties to access the end elements return the opposite end. Specifically:
Workaround: Use the opposite method/property. |
240004 |
The methods IRXEReference.Resolve() and IRXEReference.getRefModel() always return Null. A call to resolve() will resolve a reference, if possible, but it will still return Null. Workaround: To get the actual object, use the related method that provided the IRXEReference object -- for example, IRXEGeneralization.getTargetElement() for IRXEGeneralization.getTargetElementReference(). Then, from the actual object, call getModel() to get the referenced model. |
|
240020 |
The RXE documentation for Rational XDE Developer - Java Platform
Edition includes an incorrect introductory paragraph at the top of the
"Java Sample" topic. The correct paragraph follows:
|
|
240024 |
The RXE documentation for Rational XDE Developer - Java Platform
Edition should include the following paragraph, appended to the end of
the "Converting RXE Objects Between Types" topic:
|
|
RXE (Patterns and Code Templates) | 50209 |
The pattern PostApply callout's lookupParameterValue() method does not work as expected in Visual Basic. Workaround: None. |
51246 |
RXE elements do not form an inheritance hierarchy of types. For example, an RXE collaboration is not an RXE element. Some RXE documentation may be misleading when referencing these concepts. Workaround: None. |
|
51254 |
When called from a patterns OnBind callout, the RXE pattern’s getPatternInstance() method returns null when it should return the pattern instance. Workaround: None. |
|
51339 |
The operation getRXE() fails in the Visual Basic PreExpand callout. It may also fail in other Visual Basic RXE callouts. Workaround: None. |
|
51437 |
In pattern callouts related to the use of the Apply Pattern
Wizard and Apply Pattern dialog box, the Workaround: Obtain an RXE element object by using, for example, the getThisElement() method and then use that element's getApplication() method to obtain the RXE object. |
|
51451 |
The RXE pattern’s isAborted() method does not return True when the pattern is being aborted. Workaround: The pattern callout designer can call getNextAction() and use that result to determine the pattern status. |
|
134740 |
As designed, the OnArgumentValue callout is invoked each time the user selects an argument value in the apply pattern tools. When the OnArgumentValue callout rejects the selected argument value, it is not added as an argument value for the template parameter. However, using OnArgumentValue does not consider the existing set of values to determine whether to add a new element to that set. Workaround: Eliminate unwanted elements later in the pattern application by adding another callout, such as a PreExpand callout. |
|
134745 |
When invoked during an OnArgumentValue callout, the lookupParameterValue() operation only retrieves the argument values for the current template parameter. Thus, pattern designers cannot filter out values for a specific parameter by comparing the values assigned to a different parameter. Workaround: Add another callout to filter elements later in the pattern application process, such as adding a PreExpand callout. |
|
134761 |
When an OnBind callout or constraint fails, the pattern designer’s failure message text correctly appears in the Output window. However, the designer’s text fails to appear in the error message dialog box that opens when using the Apply Pattern dialog box. No error message appears when using the Apply Pattern Wizard. The Apply button is enabled in the Apply Pattern dialog box even though the OnBind evaluation has failed. Workaround: None. |
|
134788 |
Unable to successfully query for the Type value of the CTArgumentValue in a pattern callout so the callout fails. Workaround: None. |
|
134967 |
In a pattern callout, the RXE lookupParameterValues() method only returns values that are associated with existing model elements. Because Generated elements have not been created at the PreApply extension point, their values are not available to the callout. Workaround: None. |
|
134969 |
When a pattern is applied from a bound collaboration, the OnBind and WizardStartUp callouts cannot use the RXE lookupParameterValues() operation for argument value selection. Workaround: Pattern designers can use PreExpand or another extension point that is invoked subsequent to the OnBind and WizardStartUp extension points to either abort the pattern or filter elements from the expansion set. |
|
134973 |
A pattern’s template parameters can have both a collection value source and a user value source. Patterns with both value sources and only user argument values (no collection values are generated), cause a callout’s RXE lookupParameterValues() method to incorrectly return null. Expected return is an array of CTArgumentValueHolders containing the user-entered values. Workaround: None. |
|
135069
|
In the Patterns OnBind callout, getThisElement() should return the pattern template because that is the element to which the OnBind callout is attached (the pattern template "owns" the onBind callout). Unfortunately, getThisElement() is returning the model in which the bound collaboration (pattern instance) is located. Workaround: None. |
|
135180 |
Unable to successfully specify the name value for a Generated element in a PreApply callout. Without the name value, generated elements cannot be created. Workaround: None. |
|
Visual Trace | 135408 |
The IBM Java Runtime Environment (JRE) that ships with the IBM WebSphere Studio Application Developer platforms does not provide the ability to use Visual Trace when running in debug mode. As a result, users of the Rational XDE Developer Plus for Java Platform Edition who engage Visual Trace will not produce a trace sequence diagram when J2SE applications are run in debug mode. Workaround: An updated version of the JRE is included with the XDE product media. For installation instructions, see the related "Installation Issues" note under IBM WebSphere Products. |
237625 |
You may see error messages about Visual Trace failing to load when starting Rational XDE Developer Plus for Java Platform Edition after an upgrade from Rational XDE Developer - Java Platform Edition. If you are performing this upgrade, be sure to accept all pending updates listed in the Configuration Changes dialog box and ignore the two error messages. This will update the workspace and permit Visual Trace to load successfully in XDE. If you do not accept the listed updates at that point, you can access the update later by clicking Help > Software Updates > Pending Changes. Please contact Customer Support if you need further information. |
|
241144 |
Visual Trace will cause Rational XDE to terminate at the start of a debug/run session if XDE is installed into a directory that contains Japanese or double-byte characters in the name. (Also see defect 240169.) | |
241395 |
If you are using the Rational PurifyPlus or Visual Trace features
to observe a program running under Microsoft .NET Framework 1.1, the observed
program may crash with an "uncaught exception" message. If the
error message refers to a library called BCIEngCOR.dll and includes the
error code number 0x80000003 or the words "user breakpoint,"
then this error is caused by a known .NET Framework defect. Workaround:
Download and install the hot fix for Rational XDE Developer Plus, "Rational
XDE Developer Plus Patch 1," from http://www.rational.com/support/downloadcenter/upgrades/xde.jsp.
Note that this fix can also be applied to Rational PurifyPlus for Windows,
Rational Purify for Windows, Rational Quantify for Windows, and Rational
PureCoverage for Windows. |
|
447942 |
Visual Trace is not always able to differentiate between applications launched by a user and other processes started as a result of an IDE action. This can result in Visual Trace attempting to trace processes unintentionally and displaying the following warning: "Visual Trace supports only tracing one application at a time. Please stop all other applications being traced and restart the application." Workaround: For this reason, it is always best to engage trace recording just prior to running your application and to end it immediately afterward. |
|
513464 |
Lifelines in Trace Sequence Diagram that do not have any messages to or from them, as a result of post-filtering operations, will not be included on a sequence diagram created through the Generate Sequence Diagram operation. | |
514577 |
Visual Trace uses a socket to connect to the application being traced. If a connection cannot be established, the following warning is displayed: "Visual Trace could not establish a socket connection with target." Workaround: Consider the following options:
|
|
Web Publishing and Reporting | The
publishing function requires the Java Plug-in. The Java Plug-in is not
included in the Rational XDE installation. If you attempt to use the publishing
capability before you have the plug-in, one of these will happen:
Workaround: Download the Java Plug-in from the Sun Web site, http://java/sun.com/products, before you use the publishing/reporting capabilities. Although the applet is signed by Rational, it could happen that the default security settings for the Java Plug-in version 1.4 do not allow read permission. Workaround: See the instructions under Restrictions and Guidelines on Using this Release, Web Publishing and Reporting. |
|
(84246), (86198), 596528, 597457
|
A model element name that contains an single quote (‘) is truncated at that single quote in the published model tree. Workaround: Do not use a single quote in a model element name. |
|
(85508) , 597125 |
You cannot display published models using UNC paths. The Java tree will not load as expected. Workaround: Map a network drive to the remote machine to view it from a remote system or copy the published model to a local machine to view it locally. |
|
(85176), (86419) , 596972, 597557 |
In rare cases, when you publish multiple models successively, you may get the following message, which prevents you from performing any further actions in the model: "A read action is open on behalf of client ‘RSE Client’." Workaround: Exit and restart Rational XDE. |
|
(87286), (87521) , 597948, 598061 |
The Getting Started sample model file may not publish completely when published more than once during the same Rational XDE session. Workaround: If you want to publish the Getting Started model a second time, close and reopen Rational XDE to create a new session. |
|
(87337), (87519) , 597968, 598060 |
If a user name contains an extended character, a path error occurs. This prevents successful publishing and reporting of models and results in the following message: "ParameterFile.txt\ProjectConsole.ini does not exist." Workaround: In your user directory, there are two folders based on such a user name: one with the extended character presented correctly (for example: Administratör) and one with the extended character presented incorrectly (for example: Administratör). Copy the ProjectConsole.ini file from the incorrectly named folder to the correct folder. |
|
(87410), (87819) , 598009, 598224 |
Hotspots are created in Generated Reports as well as in Published sites. These report hot spots are incorrect and link to nonexistent files. The generated report will, however, display and print correctly. | |
(87752), (87858), 598186, 598244 |
Hotspots are currently not supported on activities contained within swimlanes. | |
241330 |
If you are using an installation of Rational XDE that was installed by another user, you may be prompted to install additional components when you attempt to publish a model. The suggested installation is unnecessary; you should click Cancel. Publishing will then proceed normally. If you allow the process to finish by not clicking Cancel, a second dialog box appears that suggests a restart. You should click No. If you click OK, XDE restarts and the published model is incomplete. |
|
372979 |
In a published model, displays that rely on a relationship with a MessageEnd object fail. These failures include:
|
|
373221
|
If you have installed both Rational Suites and Rational XDE, uninstalling either product will result in failed graphics support for reporting, including diagrams. Workaround: Reinstalling the product that was removed will resolve this limitation. |
|
374053
|
If you use Netscape 6.0 as your default browser, and you generate a report or publish a model with the option to "open ... upon completion," Netscape opens behind other windows. Workaround: Bring the Netscape window to the front by clicking in the status line or by using Alt+Tab. Alternatively, set Internet Explorer as your default browser. |
|
General XDE | (29312, 55125, 77420) |
Mnemonic keys (ALT+<key>) do not work in the Preferences window or in the Find/Replace output window. Workaround: Use Tab and Shift+Tab to navigate to the desired button or field. |
43822 |
Saving models with very long names can lead to problems. The
limitations have to do with the Windows limitation of 256 characters
for fully qualified path names. To avoid problems, Workaround: Ensure that your path names do not approach the 256-character limitation. |
|
(57053),
(26760), (26931) |
Rational XDE will not print dashed lines correctly on some printers. This is noticeable for UML dependencies and messages. | |
(71118) |
When the zoom factor for a sequence diagram is set to 75% or 50%, you may encounter auto-sizing issues with the box at the top of a lifeline. A long name will appear elided in the box, rather than the box auto-sizing to accommodate the text. Workaround: Adjust the zoom factor slightly and the box will correctly auto-size. |
|
(72662) |
Rational XDE does not always detect file system changes within the Eclipse project spaces when those changes result from actions performed outside of Eclipse. For example, file changes resulting from the use of an external editor (whether started from within XDE or not) are not automatically detected. However, changes that are made using the internal editors (model changes or changes to Java files using the internal Java editor) will be detected and processed. Workaround: You can force Eclipse to recognize the
changes by right-clicking the project in the Navigator and clicking
Refresh. |
|
(73746), (73381) |
When copying diagram contents across Windows Terminal Server or Remote Desktop Connection to a local application, such as Microsoft Word, portions of the shapes and connectors are missing in the pasted image. |
|
(77069, 77219, 83365, 84240, 84569) |
You cannot open models by double-clicking on their files outside of XDE. | |
134718 |
When you first open models that were created with a prior version of XDE, you are notified an upgrade is required. Once you dismiss the prompt and the upgrade process begins, XDE does not indicate the progress of the upgrade. Depending on your processor speed, available memory, model size, and number of storage units (files), upgrades can take several minutes. Large models can take up to 20 minutes in some cases. Workaround: Plan in advance for a long, one-time process and wait for it to complete. |
|
217562 (28247) |
To be able to open an .rtf file after the file has been added to Rational XDE, you must edit the path name to the shell's Open command for the .rtf file. The path name must be enclosed in quotes. | |
227795 (78248) |
Some Rational XDE operations are case-sensitive, which can lead to errors or problems with model dependencies. For example, if you delete a project and then re-create the project using the same name, but not the same case, the dependencies between models are lost. Workaround: Use consistent capitalization when naming
projects to prevent such problems. |
|
231615 |
When XDE for .NET and XDE for Java are both installed on the same system, attempting to open an XDE model in the Eclipse Navigator with the system editor may cause a "lock" problem.
The follow error message appears: "Another session is already running in the associated workspace. If this is not the case, please delete the “.lock” file in the workspace “.metadata” directory and try starting the platform again." To proceed, you need to follow the instructions in the message. |
|
238301 |
The cross-model reference adornment is not displayed in the correct position in the print preview or when you paste the shape into other applications such as text editors. |
|
238555 |
When you open a saved model that initiates specific internal processes to open a diagram, the model appears in the unsaved or modified state (with an asterisk next to the model name in the Model Explorer), even if you made no modifications to the model. You can safely save or discard the changes without data loss. Workaround: Save the model again. The next time the model is opened it opens in the saved state. |
|
238645 |
When merging two versions of a model, changes to association ends are not resolved using a consistent contributor. For example, if one version of the association has multiplicies on the two ends of "1,1" and the other version has "M,N", then the merged result could be "1,N" or "M,1". | |
238740 |
When you work with subunits, it is recommended that you save your work by using the Save All command on the File menu. If you use the Save command (or Ctrl+S), your work may not be saved consistently. For example, you may change one subunit, which results in changes in two other subunits. If you save only the first subunit and not the two others, the files saved on disk will be inconsistent with one another. If, instead, you use the File > Save All command, all three changed files will be saved to disk and the files on disk will be consistent with one another. |
|
239534 |
You can upgrade models created with previous versions of Rational XDE to Rational XDE version 2003. Before you begin the model upgrade process, verify that the read-only attribute is not set on any model files participating in the model upgrade process. For more information, see Rational XDE Help on upgrading models. |
|
240261 |
When
renaming a model with separate subunits, ensure that all documents currently
open on the model are closed prior to the rename. If the documents are
not closed first, the separate subunit links will be broken in the model.
Workaround: Rename the model back to its original name. Then, rename all subunit files that have been prefixed with "Copy of" back to the original subunit file names. Note that since the subunit files are hidden in XDE, they must be renamed from the operating system file explorer. The subunit files are in a directory with the same name as the model, in the directory that contains the model. |
|
241211 |
This defect shows up in two scenarios:
|
|
241946
|
You may encounter an error after disconnecting from a mapped network.
Steps to reproduce:
Workaround: Reconnect to the previously mapped network drive. |
|
513806 |
The online Help Synchronize command will not work if you invoke it from a user-interface reference topic. Because these topics are not part of the user-visible table of contents, you cannot synchronize from these files. Attempting to do so will result in the following error being displayed: "Synchronization cannot be performed. The current document displayed does not exist in the table of contents." | |
514427 |
Changes to model subunits will be lost if a model is renamed without being saved first. Workaround: Ensure that a model is saved before renaming
it. |
|
514429 |
When moving a model with unsaved changes in Navigator from one project to another, the shell detects that the model is changed and reverts the operation. In the process of reverting the operation, the storage units are deleted in the original project, although they remain in the destination project. Workaround: Avoid this situation by saving all changes before moving a model. |
|
589765 (55216) |
If you use the High Contrast display option for Windows 2000 Accessibility, the cursor is not visible in Rational XDE diagrams. | |
589837 (56712) |
Changing line style of connector from oblique to rectilinear is not always optimal if the oblique line contains only right angles. Changing line style from oblique to rectilinear can reroute the connector, even when the line consists only of right angles. The line routing optimizes for shortest path and will reroute complex right-angled routings when performing the conversion. Workaround: Manually adjust line routing to suit. |
|
590299 (61999) |
Rational XDE creates message connectors in a sequence diagram using the oblique style. Do not manually change the line style to rectilinear as the layout results are unpredictable. | |
592401 (75906) |
When a call event is set with a reference operation (by dragging and dropping an operation onto a transition), the event name shown on the drawing surface or the Model Explorer is the reference operation name; the actual event name is displayed in the Property window. If the reference operation's name changes, the call event's displayed name in the drawing surface and Model Explorer also changes accordingly. | |
592414 (75944) |
If you open a template model (for example, visualmodel.mdx or GettingStarted.mdx) directly from Windows Explorer, the file is immediately updated as a non-template model. Any models created from a template that was opened in this way will have the same model identifier (GUID), which will cause failures with certain cross-model references. Workaround: Do not open template models in Windows Explorer. If you have already done so, reinstall the template model from the product CD. |
|
594382 (82893, 80803) |
In some cases, you must rename a newly created activity graph or state machine, or you must close the model that contains it, before you can delete the activity graph or state machine. | |
596868 (84956) |
There is no message on upgrade/save of read-only models. Because the models are being converted to a new version, a new file is being created. If you want to preserve the original read-only status, create a backup or set the converted file’s property to read-only. | |
598190
(87203, 87762) |
When you create a model and make some of its packages into separate subunits, you must use the Model Explorer to rename or move the subunit files. If you use the Navigator or the file system to do this, the model references to the subunits will be unresolved. Note that the drawing surface will correctly show that the references cannot be resolved, but the Model Explorer will not show the icon that normally indicates unresolved references to model elements. |
The following table describes the defects fixed in this release.
Category |
ID |
Description |
Internationalization | 596710
(84596), 600794 (65872) |
When exporting a Rational XDE model as a template on a Japanese operating system, do not include special characters or double-byte characters in template descriptions or names, or the template will not appear in the list of available templates. Note that the file will still be saved in your file system. |
Java |
22219 (67134) |
When synchronizing a Java class with multiple levels of nested (inner) classes while the Eclipse automatic recompilation feature is enabled, you may receive a message caused by a bad interaction with the compilation system. |
590081
(59676) |
Java round-trip engineering may have trouble with the formatting of Javadoc or other comments that are reverse engineered from source that has been maintained in a Unix development environment. | |
590683
(65975) |
If you are using Java round-trip engineering, and you use the Navigator view to rename a file-system folder that corresponds to a Java model package, the corresponding source-code package statements and model package elements are not automatically updated. | |
592065
(74682) |
The Assistant dialog box for adding a Bean property does not prevent you from using long, double, or float as the type expression when you specify a constrained property. | |
593115
(77777) |
If the Model Explorer view is closed and you reverse engineer a code file by right-clicking the file in the Navigator view, the Model Explorer view may not open. | |
General XDE | 598017 |
Obsolete documentation for Adding Template Arguments for Template Parameters |
(72003),
(79300), (67501) |
Known issues associated with enabling and disabling Java, and J2EE add-ins, using the Add-in Manager. |
If you have questions about installing, using, or maintaining this product, contact Rational Customer Support as follows:
Your Location | Telephone | Facsimile | |
North America | (800) 433-5444 (408) 863-4000 |
(781) 676-2460 |
support@rational.com |
Europe, Middle East, Africa | + 31 (0) 20 4546 200 |
+31 (0) 20-4546-201 |
support@europe.rational.com |
Asia Pacific | +61-2-9419-0111 |
+61-2-9419-0123 |
support@apac.rational.com |
When you contact Rational Customer Support, please be prepared to supply the following information:
Part Number: 800-026402-000