Previous Next vertical dots separating previous/next from contents/index/pdf

What's New in Version 3.2 (7/17/2006) for the Workshop Studio Family of Products

Highlights include:

Workshop for JSP:

Workshop Studio:

All products:

Details of New Features for all Products

Upgraded Framework Support

Upgraded Documentation

Improved Debug/test features:

Improvements to Infrastructure

Considerations for Using Workshop Studio

The Workshop Studio group of products is targeted toward the iterative development experience rather than production deployment. As such, a number of features that work correctly in a standalone (development) server environment will not function as expected in a clustered deployment.

Important — Development and testing of applications using this release should be done using standalone server environments.

Supported Platforms

Click here for a list of supported platforms.

Late-Breaking News

Additional features added to the 3.2 release too late to be included in the documentation:

Save State of ORM Generation Wizard

You can now save the state of the ORM Generation wizard prior to ORM Entity bean generation. This allows you to use the mapping wizard to specify some of your O/R mappings, save the state, and return at a later time to add additional mappings before generating. On the last page of the wizard, click Save wizard state to save the current mappings without generating.

Share AppXRay Database

If you have a shared project that takes a very long time to build (more than 15 minutes), you can build the AppXRay database on a single machine and then share it with other users. This technique should only be used for very large projects. There are two ways to do this:

If both users have a copy of the project files, with AppXRay disabled:

  1. The first user enables AppXRay (right click on the project and choose Enable AppXRay) and allows AppXRay to build its database. The AppXRay status will be displayed by the project name in the AppXplorer view, and you must wait til the build completes and no more status messages are displayed.
  2. The first user then copies the following folder from their workspace folder :

    .metadata/.plugins/com.m7.nitrox/<project>/ArtifactDb

    to the second user's project folder.

  3. The second user then enables AppXRay (right click on the project and choose Enable AppXRay).

If the second user does not have a copy of the project files:

  1. From the operating system, the first user copies the project folder to a new shared folder.
  2. From the operating system, the first user copies the the following folder from their workspace folder :

    .metadata/.plugins/com.m7.nitrox/<project>/ArtifactDb

    to the new shared folder.

  3. From the operating system, in the new shared folder, the first user deletes the file
  4. .settings/com.bea.workshopstudio

  5. The second user opens Workshop Studio and chooses New > Dynamic Web Project From Existing Source. For the project source, the second user specifies the new shared folder created by the first user.
  6. The new project will be created with the files from the new shared folder, AppXRay will be enabled, and the AppXRay database will not need to be rebuilt. The ArtifactDb folder will not be copied to the new project, but instead will be installed into the workspace metadata folder automatically.

Note that this feature only works if BOTH users have version 3.2 installed. This feature does not work with previous versions.

Known Issues

This table lists the known issues in the 3.2 release of the Workshop Studio group of products.

Problem ID Description
CR278829

Applications using the Java 5.0 or Java 6.0 compiler are not built correctly

If you try to build an application using compiler compliance level of 5.0 or 6.0 when Eclipse was launched with a lower version of the compiler, the application will not build correctly.

Platforms: all

Workaround: Launch Eclipse using the Java compiler version that is needed to build your applications.

CR285082

In Workshop for JSP, the Spring IDE features are disabled after the 30-day trial period

If you install the free download Workshop for JSP, when the 30-day trial version of Workshop Studio expires, Spring IDE features will be disabled.

Platforms: all

Workaround: Add the -clean command line option the next time you launch. You must run the -clean option once for every workspace.

CR285044

New Dynamic Web Projects that do not specify a Target Runtime default to Java 6.0.

When creating a new Dynamic Web Project, if the Target Runtime is set to <None>, Java will default to version 6.0. This could cause compatibility issues for frameworks and annotations that do not support Java 6.

Platforms: all

Workaround: During Dynamic Web Project creation, select the desired Java version (i.e., 5.0, 1.4, 1.3) from the facet pull down menu. On existing projects, modify the Java facet version under the project properties .

 

 

Release Notes for Previous Versions

For previous versions of the BEA Workshop Studio group of products, click here for release notes.

 

Skip navigation bar   Back to Top