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 - cannot create domain class
Summary: cannot create domain class
Status: RESOLVED DUPLICATE of bug 141137
Alias: None
Product: groovy
Classification: Unclassified
Component: Grails (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: martin_adamek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-07 16:17 UTC by Lukas Jungmann
Modified: 2008-10-30 14:25 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***