Hi, I'm trying to run the event SPI sample from
http://www-10.lotus.com/ldd/lcwiki.nsf/page.xsp?documentId=1975247A65DA696C852579DB005E1391&action=openDocument#Twitter-like+enhancement+for+IBM+Connections but get a ClassNotFoundException in the log file.
com.ibm.connections.spi.events.EventHandlerInitException: CLFWY0174E: The event handler named spitest1 could not be created because the handler class com.ibm.test.event.spi.MicroBlogEventHandler could not be loaded. The handler will not run.
...
Caused by: java.lang.ClassNotFoundException: com.ibm.test.event.spi.MicroBlogEventHandler
I put the jar file in different directories and defined the classpath in the shared library definition, e.g.
/local/opt/IBM/LotusConnections/niklas/MicroBlog.jar.
Additionally I referred to this shared library in all WebSphere enterprise applications via "Reference shared libraries".
And I registered the handler in events-config.xml, synchronized the change to other nodes and restarted the full server.
Is there anything else I need to do or that I've missed?
Thanks
Niklas