Mark Bellafante 3.Nov.09 09:01 AM a Web browser Application development6.2Windows XP
I am trying to have a custom plugin run after the Notes 8.5 client loads. I am currently using the com.ibm.rcp.lifecycle.personality.startBundles extension point. When the Notes client loads, my specified plugin is loading, however, this occurs before the user has had a chance to enter his/her login credentials.
I am currently working around this issue, by creating a NotesJob which I create in the start method of my custom plugin's Activator and schedule to occur in the future (several minutes) to be sure the user has entered credentials before the main body of my code executes.
Is there another extension point I can use to load my custom plugin after a user has authenticated with the Notes client?