java.lang.OutOfMemoryError
I was having a lot of problems with a Java agent that kept aborting due to OutOfMemoryError exceptions. The solution was to tweak the Java heap settings.
NotesItemWrapper
My first shot at making a wrapper class for the NotesItem class. I needed to wrap the NotesItem class since I was adding a lot of multi-value entries to a NotesItem and needed to use additional items if there isn't space enough in the current item.



