This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 143198

Summary: cannot create domain class
Product: groovy Reporter: Lukas Jungmann <jungi>
Component: GrailsAssignee: martin_adamek <martin_adamek>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P1    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Lukas Jungmann 2008-08-07 16:17:48 UTC
-create new domain class in a new grails app

=>
java.lang.AssertionError: Null DataObject provided by
org.netbeans.modules.groovy.grailsproject.ui.wizards.NewArtifactWizardIterator@d078f2
	at org.openide.loaders.TemplateWizard$InstantiatingIteratorBridge.instantiate(TemplateWizard.java:1039)
	at org.openide.loaders.TemplateWizard.handleInstantiate(TemplateWizard.java:595)
...
Comment 1 Lukas Jungmann 2008-08-07 16:19:43 UTC
looks like this is valid for all grails related wizards
Comment 2 martin_adamek 2008-08-07 16:23:06 UTC

*** This issue has been marked as a duplicate of 141137 ***