Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » BPMN 2.0 Modeler » NullPointerException : public class MytaskPropertySection extends DefaultPropertySection
NullPointerException : public class MytaskPropertySection extends DefaultPropertySection [message #1754455] Fri, 17 February 2017 23:13
im hello world is currently offline im hello worldFriend
Messages: 44
Registered: February 2017
Member
i'm in a dilemma and i need who enlighten me! help PLEASE!

the problem is in the class
public class  MytaskPropertySection extends DefaultPropertySection 
where i have the method
public void createBindings(EObject be) {  [...]

when i press my new custom task property tab i have a Null pointer exception error which points on this "bindList(taskConfig, ModelPackage.eINSTANCE.getTaskConfig_Parameters());"
I did the same example available on the tutorials.. just in the property tab extension point i put in the class field the latter class "org.eclipse.bpmn2.modeler.wiki.MyTaskPropertySection"
to Display the Parameters list in TaskConfig

i don't understand what's the problem!
any one have an idea about this error?
thank you for your help.
Previous Topic:How to open/convert/import/transform old STP BPMN models to BPMN 2.0 Modeler?
Next Topic:Internal Error: propertyTab
Goto Forum:
  


Current Time: Fri Sep 20 08:55:17 GMT 2024

Powered by FUDForum. Page generated in 0.03885 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top