Hello,
I am trying to use the hibernate oda plugin on Eclipse 2.3, but I am
getting the same error as another person(pasted below). I also pasted
the exception in my log file.
I got the files from the Actuate site:
http://www.actuate.com/products/products-resources.asp?ArticleId=11719 .
Is this the deployable version? If yes, how do I export it successfully?
Thanks in advance.
* From: "Jason Weathersby" <jweathersby@xxxxxxxxxxx>
* Date: Wed, 10 Jan 2007 10:37:40 -0500
* Newsgroups: eclipse.birt
* Organization: EclipseCorner
The issue is the source needs to be built and the plugins exported. I
have updated that example to include the deployable version.
Hopefully it will be up on the web shortly.
Jason
"Klaus Henrik Ihlberg" <khihlbe1@xxxxxxxxxxxxxxxxxx> wrote in message
news:eo27l8$s3s$1@xxxxxxxxxxxxxxxxxxxx
Jason Weathersby <jweathersby@xxxxxxxxxxx> wrote:
What does the .log file in the workspace metadata directory have in
it when
it fails?
Ok, the log is at: http://www.niksula.cs.hut.fi/~khihlbe1/log.txt
Apparently it can't find some classes from
org.eclipse.birt.report.data.oda.hibernate.ui folder. I checked the
bin folder of the plugin and the classes seemed to be correctly there.
- Klaus
---
Log:
Root exception:
java.lang.ClassNotFoundException:
org.eclipse.birt.report.data.oda.hibernate.ui.Activator
at
org.eclipse.osgi.framework.internal.core.BundleLoader.findClassInternal(BundleLoader.java:481)
at
org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:397)
at
org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:385)
at
org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:87)
at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
at
org.eclipse.osgi.framework.internal.core.BundleLoader.loadClass(BundleLoader.java:313)
at
org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:227)
at
org.eclipse.osgi.framework.internal.core.AbstractBundle.loadBundleActivator(AbstractBundle.java:139)
at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:980)
at
org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:346)
at
org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:265)
at
org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:400)
at
org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:234)
at
org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:1274)
at
org.eclipse.datatools.connectivity.oda.design.internal.ui.DesignerUtil.createInstanceWithStringArg(DesignerUtil.java:85)
at
org.eclipse.datatools.connectivity.oda.design.internal.ui.NewDataSourceWizardBase.createWizardPage(NewDataSourceWizardBase.java:220)
at
org.eclipse.datatools.connectivity.oda.design.internal.ui.NewDataSourceWizardBase.addCustomPages(NewDataSourceWizardBase.java:208)
at
org.eclipse.datatools.connectivity.ui.wizards.NewConnectionProfileWizard.addPages(NewConnectionProfileWizard.java:300)
at
org.eclipse.datatools.connectivity.oda.design.internal.ui.NewDataSourceWizardBase.addPages(NewDataSourceWizardBase.java:190)
at
org.eclipse.datatools.connectivity.oda.design.internal.designsession.DataSourceDesignSessionBase.initWizard(DataSourceDesignSessionBase.java:485)
at
org.eclipse.datatools.connectivity.oda.design.internal.designsession.DataSourceDesignSessionBase.initNewDesign(DataSourceDesignSessionBase.java:195)
at
org.eclipse.datatools.connectivity.oda.design.ui.designsession.DataSourceDesignSession.startNewDesign(DataSourceDesignSession.java:89)
at
org.eclipse.birt.report.designer.data.ui.datasource.DataSourceSelectionPage.getNextPageODAV3(DataSourceSelectionPage.java:487)
at
org.eclipse.birt.report.designer.data.ui.datasource.DataSourceSelectionPage.getNextPage(DataSourceSelectionPage.java:412)
at
org.eclipse.jface.wizard.WizardDialog.nextPressed(WizardDialog.java:813)
at
org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:369)
at
org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:624)
at
org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:228)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1561)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1585)