<< 03 January 2005 | Home | 05 January 2005 >>

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.

Read more...

Tags :

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.

Read more...