6 Apr 13:20
Problem deploying XForms plugins
Hi, I'm currently trying to get the three XForms plugins running but unfortunately I'm not able to get them working. Basically I have the same Error/Problem already discussed in the http://lists.nuxeo.com/pipermail/apogee/2006-February/000017.html posting but it seems to me, that the org.nuxeo.xforms.ui.editors plugin isn't able to load any icons at all. For example: If I try to open a .xhtml file via right click -> Open With -> XForms Editor I receive the same errors as in the mentioned mailing list posting: java.lang.NoClassDefFoundError at org.nuxeo.xforms.ui.editors.ModelTreeProvider.getImage(ModelTreeProvider.java:150) at org.eclipse.jface.viewers.StructuredViewer.buildLabel(StructuredViewer.java:1878) at org.eclipse.jface.viewers.TreeViewer.doUpdateItem(TreeViewer.java:231) at org.eclipse.jface.viewers.AbstractTreeViewer$UpdateItemSafeRunnable.run(AbstractTreeViewer.java:85) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1044) at org.eclipse.core.runtime.Platform.run(Platform.java:783) ... If I than switch in the XForms Editor to the "Model View" Tab I see an empty tree with no icons except the plus icon and no content at all. If I expand this single plus icon I receive those three error messages: at org.nuxeo.xforms.ui.editors.ModelTreeProvider$InstanceContainer.getImage(ModelTreeProvider.java:266) at org.nuxeo.xforms.ui.editors.ModelTreeProvider.getImage(ModelTreeProvider.java:152) at org.eclipse.jface.viewers.StructuredViewer.buildLabel(StructuredViewer.java:1878) at org.eclipse.jface.viewers.TreeViewer.doUpdateItem(TreeViewer.java:231) at org.eclipse.jface.viewers.AbstractTreeViewer$UpdateItemSafeRunnable.run(AbstractTreeViewer.java:85) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1044) at org.eclipse.core.runtime.Platform.run(Platform.java:783) ... java.lang.NoClassDefFoundError(Continue reading)
RSS Feed