[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[ews.eclipse.technology.rap] NPE from ResourceTranslatorHelper$TranslatorAlgorithm

Greetings,

This NPE is being thrown if I request the "bundle_id" attribute from ConfigurationElement.

java.lang.NullPointerException
at org.eclipse.ui.internal.ResourceTranslatorHelper$TranslatorAlgorithm.getResourceBundle(ResourceTranslatorHelper.java:85)
at org.eclipse.ui.internal.ResourceTranslatorHelper$TranslatorAlgorithm.run(ResourceTranslatorHelper.java:59)
at org.eclipse.core.runtime.RegistryFactory.translate(RegistryFactory.java:155)
at org.eclipse.core.internal.registry.ConfigurationElement.getAttribute(ConfigurationElement.java:90)
at org.eclipse.core.internal.registry.ConfigurationElementHandle.getAttribute(ConfigurationElementHandle.java:34)
at
myActivator.start


Regards,
Dmitry