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 - NPE in testPathInEARChangingJ2EE
Summary: NPE in testPathInEARChangingJ2EE
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: EAR (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: David Konecny
URL:
Keywords: TEST
Depends on:
Blocks:
 
Reported: 2007-05-31 14:12 UTC by Tomas Mysik
Modified: 2008-03-10 02:15 UTC (History)
1 user (show)

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 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.