Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [ve-dev] Bean introspection error

Hi Rich,
 
I cleaned up the cache as suggested by you below.
 
It still does not work.
 
IComboBoxModel is the type of "model" property of ULCComboBox.
 
Is something missing? Should a BeanInfo class be defined?
 
Thanks and regards,
 
Janak
-----Original Message-----
From: ve-dev-bounces@xxxxxxxxxxx [mailto:ve-dev-bounces@xxxxxxxxxxx]On Behalf Of Rich Kulp
Sent: Monday, November 28, 2005 4:28 PM
To: Discussions people developing code for the Visual Editor project
Subject: Re: [ve-dev] Bean introspection error


Hi,

Try clearing your cache first. There may be something sitting causing a problem. To clear cache:

1) Bring up a VE session. Close it and all other VE sessions.
2) Do Project->Clean...->Clean all projects
3) Wait for build to complete.
4) Try opening a VE now.

Rich


"Janak Mulani" <janak.mulani@xxxxxxxxx>
Sent by: ve-dev-bounces@xxxxxxxxxxx

11/23/2005 12:41 PM

Please respond to
Discussions people developing code for the Visual Editor project

To
"ve-Dev@Eclipse. Org" <ve-dev@xxxxxxxxxxx>
cc
Subject
[ve-dev] Bean introspection error





Hi VE Team,

While placing a ULCCombobox I am getting the following error (VE 1.1.0.1):

In VE 1.0,2.2 this was working fine.

Has something changed? What does the error signify? What should I do to get
rid of this error?

Even after the error the widget is visible on the canvas and behaves
normally.

Thanks and regards,

Janak

ENTRY org.eclipse.jem.beaninfo 2 0 2005-11-23 18:35:58.890
!MESSAGE IWAV0155E Introspection failed on class
"com.ulcjava.base.application.IComboBoxModel." msg="."
!STACK 0
java.lang.NullPointerException
                at
org.eclipse.jem.internal.beaninfo.adapters.BeaninfoClassAdapter.canUseCache(
BeaninfoClassAdapter.java:554)
                at
org.eclipse.jem.internal.beaninfo.adapters.BeaninfoClassAdapter.introspect(B
eaninfoClassAdapter.java:702)
                at
org.eclipse.jem.internal.beaninfo.adapters.BeaninfoClassAdapter.introspectIf
Necessary(BeaninfoClassAdapter.java:474)
                at
org.eclipse.jem.internal.beaninfo.adapters.BeaninfoClassAdapter.introspectIf
Necessary(BeaninfoClassAdapter.java:461)
                at
org.eclipse.jem.java.impl.JavaClassImpl.getEAnnotations(JavaClassImpl.java:3
87)
                at
org.eclipse.ve.internal.cde.emf.ClassDecoratorTypeIterator.findDecorator(Cla
ssDecoratorTypeIterator.java:37)
                at
org.eclipse.ve.internal.cde.emf.ClassDecoratorIterator.initialize(ClassDecor
atorIterator.java:47)
                at
org.eclipse.ve.internal.cde.emf.ClassDecoratorTypeIterator.<init>(ClassDecor
atorTypeIterator.java:33)
                at
org.eclipse.ve.internal.cde.emf.ClassDecoratorFeatureAccess.getDecoratorWith
Feature(ClassDecoratorFeatureAccess.java:40)
                at
org.eclipse.ve.internal.java.core.BeanPropertyDescriptorAdapter.isExpandable
(BeanPropertyDescriptorAdapter.java:316)
                at
org.eclipse.ve.internal.propertysheet.AbstractPropertySheetEntry.setDescript
ors(AbstractPropertySheetEntry.java:945)
                at
org.eclipse.ve.internal.propertysheet.AbstractPropertySheetEntry.refreshChil
dEntries(AbstractPropertySheetEntry.java:822)
                at
org.eclipse.ve.internal.propertysheet.AbstractPropertySheetEntry.setValues(A
bstractPropertySheetEntry.java:1028)
                at
org.eclipse.ui.views.properties.PropertySheetViewer.setInput(PropertySheetVi
ewer.java:875)
                at
org.eclipse.ui.views.properties.PropertySheetPage.selectionChanged(PropertyS
heetPage.java:392)
                at
org.eclipse.ve.internal.propertysheet.EToolsPropertySheetPage.superSelection
Changed(EToolsPropertySheetPage.java:250)
                at
org.eclipse.ve.internal.propertysheet.EToolsPropertySheetPage.access$2(ETool
sPropertySheetPage.java:243)
                at
org.eclipse.ve.internal.propertysheet.EToolsPropertySheetPage$1.run(EToolsPr
opertySheetPage.java:236)
                at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
                at
org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123)
                at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3057)
                at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2716)
                at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1699)
                at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663)
                at
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:367)
                at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143)
                at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:103)
                at
org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.
java:226)
                at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376)
                at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163)
                at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
                at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39
)
                at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl
.java:25)
                at java.lang.reflect.Method.invoke(Method.java:324)
                at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334)
                at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
                at org.eclipse.core.launcher.Main.run(Main.java:973)
                at org.eclipse.core.launcher.Main.main(Main.java:948)

_______________________________________________
ve-dev mailing list
ve-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ve-dev


Back to the top