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 105270

Summary: NPE in testPathInEARChangingJ2EE
Product: javaee Reporter: Tomas Mysik <tmysik>
Component: EARAssignee: David Konecny <dkonecny>
Status: RESOLVED FIXED    
Severity: blocker CC: tmysik
Priority: P3 Keywords: TEST
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Tomas Mysik 2007-05-31 14:12:15 UTC
java.lang.NullPointerException
        at 
org.netbeans.modules.j2ee.ejbjarproject.api.EjbJarProjectGenerator.createProject(EjbJarProjectGenerator.java:113)
        at 
org.netbeans.modules.j2ee.earproject.ui.wizards.NewEarProjectWizardIterator.testableInstantiate(NewEarProjectWizardIterator.java:207)
        at 
org.netbeans.modules.j2ee.earproject.ui.wizards.NewEarProjectWizardIteratorTest.generateEARProject(NewEarProjectWizardIteratorTest.java:64)
        at 
org.netbeans.modules.j2ee.earproject.ui.customizer.EarProjectPropertiesTest.testPathInEARChanging(EarProjectPropertiesTest.java:148)
        at 
org.netbeans.modules.j2ee.earproject.ui.customizer.EarProjectPropertiesTest.testPathInEARChangingJ2EE(EarProjectPropertiesTest.java:137)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
Comment 1 Tomas Mysik 2007-07-03 10:17:50 UTC
I'm not able to reproduce this.
Comment 2 Tomas Mysik 2007-07-04 10:45:15 UTC
This issue is valid for Windows and Java 1.5.
Comment 3 Tomas Mysik 2007-10-10 16:15:57 UTC
Reassigning because David uses Windows. Thanks.
Comment 4 David Konecny 2008-03-10 02:15:06 UTC
All ear tests are passing now.