We just rolled out Domino 9.0, so my notes clients are not far behind. I am really dreading the day that I upgrade because I loose the embedded symphony spreadsheet and it's been a pet project of mine to develop a quote manager application using the HOD container & Lotus Symphony Spreadsheets.
http://www-01.ibm.com/support/docview.wss?uid=swg21654437
Eric Otchet who's no longer with IBM, was a huge help in trying help me solve this... in the IBM Collaboration Solutions Catalog there is a IBM Lotus Symphony LotusScript Support widget for IBM Notes.
I downloaded the plug in, installed as a widget into my Lotus Notes 9.0.1 client & I've tried installing 3.0.1 stand alone & the Symphony component installation. ( oh and this has to work on a MAC as well ) .... :-)
When I load my composite application my old symphony container says :
"Could not create the view: Plug-in com.ibm.rcp.topologyhandler was unable to load class com.ibm.rcp.composite.container.symphony.view.SpreadsheetView."
"NOTE: Composite Applications using Symphony Containers or any part of embedded Symphony will no longer work without integrated Symphony starting with Notes 9.0 and beyond."
When I expand the details....
java.lang.ClassNotFoundException: com.ibm.rcp.composite.container.symphony.view.SpreadsheetView
at org.eclipse.osgi.framework.internal.core.BundleLoader.findClassInternal(Unknown Source)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(Unknown Source)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(Unknown Source)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at org.eclipse.osgi.framework.internal.core.BundleLoader.loadClass(Unknown Source)
at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(Unknown Source)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(Unknown Source)
at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(Unknown Source)
at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(Unknown Source)
at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(Unknown Source)
at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(Unknown Source)
at org.eclipse.ui.internal.WorkbenchPlugin.createExtension(Unknown Source)
at org.eclipse.ui.internal.registry.ViewDescriptor.createView(Unknown Source)
at org.eclipse.ui.internal.ViewReference.createPartHelper(Unknown Source)
at org.eclipse.ui.internal.ViewReference.createPart(Unknown Source)
at org.eclipse.ui.internal.WorkbenchPartReference.getPart(Unknown Source)
at org.eclipse.ui.internal.PartPane.setVisible(Unknown Source)
at org.eclipse.ui.internal.ViewPane.setVisible(Unknown Source)
at org.eclipse.ui.internal.presentations.PresentablePart.setVisible(Unknown Source)
at com.ibm.rcp.ui.internal.presentations.FolderStackPresentation.selectPart(Unknown Source)
at org.eclipse.ui.internal.PartStack.refreshPresentationSelection(Unknown Source)
at org.eclipse.ui.internal.PartStack.setSelection(Unknown Source)
at org.eclipse.ui.internal.PartStack.showPart(Unknown Source)
at org.eclipse.ui.internal.PartStack.createControl(Unknown Source)
at org.eclipse.ui.internal.PartStack.createControl(Unknown Source)
at org.eclipse.ui.internal.PartSashContainer.createControl(Unknown Source)
at org.eclipse.ui.internal.PerspectiveHelper.activate(Unknown Source)
at org.eclipse.ui.internal.Perspective.onActivate(Unknown Source)
at org.eclipse.ui.internal.WorkbenchPage.setPerspective(Unknown Source)
at org.eclipse.ui.internal.WorkbenchPage.busySetPerspective(Unknown Source)
at org.eclipse.ui.internal.WorkbenchPage.access$16(Unknown Source)
at org.eclipse.ui.internal.WorkbenchPage$18.run(Unknown Source)
at org.eclipse.swt.custom.BusyIndicator.showWhile(Unknown Source)
at org.eclipse.ui.internal.WorkbenchPage.setPerspective(Unknown Source)
at org.eclipse.ui.internal.Workbench.showPerspective(Unknown Source)
at com.ibm.rcp.aaf.core.AAFWindowAdvisor.setPerspective(Unknown Source)
at com.ibm.rcp.aaf.core.AAFWindowAdvisor.openPage(Unknown Source)
at com.ibm.rcp.aaf.core.AAFWindowAdvisor.refreshPage(Unknown Source)
at com.ibm.rcp.aaf.emc.EditModeController$RefreshApplicationJob$1.runInUIThread(Unknown Source)
at org.eclipse.ui.progress.UIJob$1.run(Unknown Source)
at org.eclipse.swt.widgets.RunnableLock.run(Unknown Source)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Unknown Source)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Unknown Source)
at org.eclipse.swt.widgets.Display.readAndDispatch(Unknown Source)
at org.eclipse.ui.internal.Workbench.runEventLoop(Unknown Source)
at org.eclipse.ui.internal.Workbench.runUI(Unknown Source)
at org.eclipse.ui.internal.Workbench.access$4(Unknown Source)
at org.eclipse.ui.internal.Workbench$5.run(Unknown Source)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Unknown Source)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Unknown Source)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(Unknown Source)
at com.ibm.rcp.personality.framework.internal.RCPApplication.run(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(Unknown Source)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(Unknown Source)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(Unknown Source)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(Unknown Source)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(Unknown Source)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.equinox.launcher.Main.invokeFramework(Unknown Source)
at org.eclipse.equinox.launcher.Main.basicRun(Unknown Source)
at org.eclipse.equinox.launcher.Main.run(Unknown Source)
at com.ibm.rcp.core.internal.launcher.Main.startLaunch(Unknown Source)
at com.ibm.rcp.core.internal.launcher.Main.main(Unknown Source)
at com.ibm.rcp.core.internal.launcher.Main.run(Unknown Source)