Post Installation Instructions for Hot Fix B09001

Windows


Verify the Hot fix Installation

Confirm the file(s) in the location(s) below have been updated to the version listed:

\SASAppDevStudioEclipsePlugins\3.4\VersionedJarRepository\eclipse\plugins\sas.dataexplorer_902201.4.0.20100304123000_v920m2f1\sas.dataexplorer.jar \SASAppDevStudioEclipsePlugins\3.4\VersionedJarRepository\eclipse\plugins\sas.svc.core_902201.26.0.20100304123000_v920m2f1\sas.svc.core.jar \SASAppDevStudioEclipsePlugins\3.4\VersionedJarRepository\eclipse\plugins\sas.svc.core.nls_902201.13.0.20100304123000_v920m2f1\sas.svc.core.nls.jar \SASAppDevStudioEclipsePlugins\3.4\VersionedJarRepository\eclipse\plugins\sas.swing.remote_902201.17.0.20100304123000_v920m2f1\sas.swing.remote.jar

Step 1: Web Application updates

The SAS Web Application project must be updated to reference the new files versions. All existing and future SAS Web Application projects must follow these steps, or they will not reference the hot fix jar files. If you have already deployed a war file from your SAS Web Application Project, you must open the project, update the SAS Repository, and export a new war file.
Follow the steps below to update the SAS Repository for the Web Application Project:

1.1 Open the SAS Web Application project in Eclipse

1.2 Expand the project in the package explorer, right click on SAS Repository, and select Properties

1.3 In the listbox, scroll down and highlight sas.dataexplorer

1.4 Select 902201.4.0.20100304123000_v920m2f1 in the version window

1.5 In the listbox, scroll down and highlight sas.svc.core

1.6 Select 902201.26.0.20100304123000_v920m2f1 in the version window

1.7 In the listbox, scroll down and highlight sas.swing.remote

1.8 Select 902201.17.0.20100304123000_v920m2f1 in the version window

1.9 Click Finish


Step 2: Updating SAS Repository for Java Projects

The SAS Repository for SAS Java Projects automatically picks up the latest version of jar files. If you wish to use the latest jar, you do not need to make any changes to the SAS Repository for the SAS Java Project. If you wish to continue using the old jar files, you will have to edit the SAS Repository. The following steps detail the process for selecting the exact hot fix version for the jars. However, this is the complete set and all jars may not be included in the classpath for the project. For instance, a SAS Portlet template project include sas.dataxplorer.jar as a dependency, but a SAS Stored Process or SAS Data Bean template project will not.

2.1 Open the SAS Java Project in Eclipse

2.2 Expand the project in the package explorer, right click on "SAS Repository", and select "Properties"

2.3 Select Add Dependencies

2.4 In the listbox, scroll down and highlight sas.dataexplorer (if available)

2.5 In the Match Rule listbox, select Exact

2.6 Select 902201.4.0.20100304123000_v920m2f1 in the version window

2.7 In the listbox, scroll down and highlight sas.svc.core (if available)

2.8 In the Match Rule listbox, select Exact

2.9 Select 902201.26.0.20100304123000_v920m2f1 in the version window

2.10 In the listbox, scroll down and highlight sas.swing.remote (if available)

2.11 In the Match Rule listbox, select Exact

2.12 Select 902201.17.0.20100304123000_v920m2f1 in the version window

2.13 Click Finish


Step 3: Re-deploy Web Applications

Guide, Chapter 8, for the web application server you are using.



This completes the installation of hot fix B09001 on Windows.