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 48669 - Redeploy action doesn't work
Summary: Redeploy action doesn't work
Status: VERIFIED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: Sun SunOS
: P2 blocker (vote)
Assignee: _ ludo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-08 13:21 UTC by Petr Blaha
Modified: 2006-05-31 18:16 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 Petr Blaha 2004-09-08 13:21:03 UTC
Build: 040908
Run Redeploy Project action on web project with
web service, then get
org.netbeans.modules.j2ee.deployment.devmodules.api.Depolyment$DeploymentException:
Deployment Error
Comment 1 Nam Nguyen 2004-09-27 23:13:49 UTC
This issue is against appserver 8.1 plugin.  Through hard-debugging,
Ludo found a few issues with the appserver jsr-88 implementation of
undeploy: 
(1) it could not handle undeploy an stopped module, 
(2) it does a stop then undeploy and reuse the same progresss object
for both.  This cause double firing of completed event (for undeploy).  

For j2eeserver deployment execution code has been modified to handle
(1) by not doing stop before undeploy 
(2) by disabling progress handler once the progress object fire
interested events like completed or failed.

Fixed by:
/cvs/j2eeserver/src/org/netbeans/modules/j2ee/deployment/impl/TargetServer.java,v
 <--  TargetServer.java
new revision: 1.35; previous revision: 1.34
Comment 2 Petr Blaha 2004-10-04 14:04:48 UTC
Build 041004
Comment 3 Petr Blaha 2004-10-13 10:39:53 UTC
Remove all issues from temporary component.