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 204751

Summary: Cannot rerun EAR project
Product: serverplugins Reporter: Jiri Skrivanek <jskrivanek>
Component: WebLogicAssignee: Petr Hejl <phejl>
Status: VERIFIED FIXED    
Severity: normal CC: xtecuan
Priority: P3    
Version: 7.1   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:
Attachments: Stack trace.

Description Jiri Skrivanek 2011-11-07 09:57:39 UTC
Created attachment 112910 [details]
Stack trace.

It is not possible to rerun EAR project. To reproduce:

- install and register WebLogic.next
- create EAR project
- add session bean with one business method to EJB module
- run project - it is OK, project is deployed, browser is opened
- run project again but it fails and NPE is printed to IDE log

Product Version: NetBeans IDE Dev (Build 20111107-1744e2c682e3)
Java: 1.7.0_01; Java HotSpot(TM) Client VM 21.1-b02
System: Windows XP version 5.1 running on x86; Cp1250; en_US (nb)
Comment 1 Petr Hejl 2011-11-08 16:08:55 UTC
Fixed in web-main ce18c6df3e4f.
Comment 2 Petr Hejl 2011-11-09 11:01:28 UTC
*** Bug 203610 has been marked as a duplicate of this bug. ***
Comment 3 Quality Engineering 2011-11-09 16:09:11 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/ce18c6df3e4f
User: Petr Hejl <phejl@netbeans.org>
Log: #204751 Cannot rerun EAR project