Changelog for VP Suite 2.1 Build 20051125 (Dec 1 2005)
Information
These changelog for VP Suite demonstrate the enhancements provided in the following products up to and including Build 20051125.
Changes since Build 20051118
Fixed Report Writer unable to reopen document that contains tabs or space in its Title property
In previous builds, if you imported to Report Writer a document that contains tabs or white spaces in it Title property, close Report Writer and reopen it, the document would not be able to open. This problem is now solved and it will not have any problem when re-opening this kind of document.

Fixed Report Writer unable to apply report name
The report name you entered when creating a new report will be applied to the report that will be created.

Fixed change font of shape does not fit shape size in auto fit size mode.
When Auto-fit-shape-size mode is on, shape size will be changed by following the font size of content.

Updated the select generate filter option
In ORM Database Code Generation dialog, previously the Servlet Sample selection and Servlet Filter selection have no relationship. On the other hand, you could select and deselected them without affecting each other. For now, when Servlet Sample is selected, it will select Servlet Filter automatically.

Fixed NPE when no opened session and call getSession(false)
For ORM, previously when there is no opened session and if getSession(false) of TransactionManager is called, a Null Pointer Exception will be thrown in runtime. For now, no Null Pointer Exception will be thrown when calling getSession(false) of TransactionManager while there is no opened session.
PersistenceSession ps = transactionManager.getSession(false);
Support recent list various dialogs
Recent list is supported to memorize the user selection made before. Here are the dialog box that have Recent list supported:
The recent list in the above dialogs will help memorize the path selected before. Here is the screenshot of XMI export dialog box:

Fixed missing synchronize getSession in thread based controller
Previously, in ThreadBase session handling, if two threads get the PersistentSession at the same time they will get the same session.