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 - Cannot rerun EAR project
Summary: Cannot rerun EAR project
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: WebLogic (show other bugs)
Version: 7.1
Hardware: PC Windows XP
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
: 203610 (view as bug list)
Depends on:
Blocks:
 
Reported: 2011-11-07 09:57 UTC by Jiri Skrivanek
Modified: 2011-11-10 13:55 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Stack trace. (1.97 KB, text/plain)
2011-11-07 09:57 UTC, Jiri Skrivanek
Details

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