System information

Bugs Fixed in This Release
Part Number 820-2952-10 Page 33
Continuous compliance is now enforced on all subtabs on the User Edit page. (ID-16934)
When you end a delegation in the user interface and then run an Audit Log report, the
changes are now captured in the audit report. (ID-17103)
Installation and Upgrade
For an example of how to create the required database structure on SQL Server 2005 SP2,
refer to the comments provided in the sample database creation script
(
sample/create_waveset_tables.sqlserver
). (ID-17021)
Identity Manager Integrated Development Environment
(IDE)
You can now test rules in a rule library by selecting the rule node in tree view or by
right-clicking within the
<Form>/<Rule>
element in the XML. (ID-14093, 14842)
Locked objects can now be unlocked when you check in or close a view. (ID-14797, 16573)
Now, when you check in a view, the view becomes read-only. You can then right-click
Repository > Checkout View and select Unlock View from the pop-up menu to check out
and make the view writable again. Also, when you close the view window, the view is
implicitly unlocked.
For 7.0 compatibility, you must remove
com.waveset.rpc.SimpleRpcHandler
from
web.xml
to prevent the unlocking problem. Now, when you are setting up a full-featured project,
Identity Manager IDE automatically checks the
web.xml
and asks if you want
com.waveset.rpc.SimpleRpcHandler
removed.
The Identity Manager IDE Debugger’s Attach dialog has been fixed and it now works in
Netbeans 5.5.1. (ID-16731)
NOTE You can use the rule tester to edit and test a rule library, but navigation and
property support for rule libraries is not currently implemented.