System information

Using the Profiler to Troubleshoot Performance Problems
Part Number 820-2952-10 Page 177
Q: I set a breakpoint in the Debugger and it is not suspending on the breakpoint. What could be
causing this problem?
A: There are two things to check:
Be sure the object name does not contain a CBE replacement string (
%%
). CBE replacement
strings are not allowed in object names.
Verify that the code you think is being executed is actually being executed. Try adding a
trace and see if anything prints out.
Working with Rules
Q: When developing rules in Netbeans, why is design mode not available for a Rule Library?
A: The design mode functionality is available from the explorer tree in Projects view. Use the
following steps:
1. Expand the library node and right-click a rule.
2. When the pop-up menu displays, select Properties and then click Body.
Chapter 4, Developing Adapters
If you create an adapter that implements the AsynchronousResourceAdapter class, then
note that this adapter may be working with users that are partially initialized. (These users
are created outside Identity Manager, but not fully populated with attributes.) The
Provisioner will not automatically convert a Create operation to an Update operation if the
WSUser already exists on the Resource. Your resource adapter must distinguish this case.
(ID-16829)