Hi guys,
I followed some tutorials (Domino OSGi Development | PPT, http://fr.slideshare.net/fiorep/domino-osgi-development https://www.youtube.com/watch?feature=player_embedded&v=J84dAECKots https://www.youtube.com/watch?feature=player_embedded&v=J84dAECKots) and created a plugin. Then, I deposited this plugin here on our server : /opt/lotus/server_name/domino/workspace/applications/eclipse/plugins.
But when I try to run it (after restarting the http task), I get this message : “2016/07/14 22:52:07 Cannot find bundle com.gtd.uploader.”.
If I look at the MANIFEST.MF file, the name is correct :
Bundle-Name: Uploader
Bundle-SymbolicName: com.gtd.uploader;singleton:=true
Is there something that I’m missing?
Thanx … And sorry for my english :¬)