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 194741

Summary: Fast swap support for WL
Product: serverplugins Reporter: Petr Hejl <phejl>
Component: WebLogicAssignee: Petr Hejl <phejl>
Status: RESOLVED FIXED    
Severity: normal CC: pjiricka
Priority: P1    
Version: 7.0   
Hardware: PC   
OS: Linux   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on:    
Bug Blocks: 191123    
Attachments: the patch

Description Petr Hejl 2011-01-26 16:17:21 UTC
Deploy on save should utilize fast swap when possible.
Comment 1 Petr Hejl 2011-01-26 16:23:49 UTC
Created attachment 105371 [details]
the patch

The patch is performing fast swap using standard redeploy as a fallback. The fast swap is not used out of the box due to missing DD support (issue #194742). In order to use it the user would have to replace generated weblogic.xml with updated version (WL 10) and to add following element: <fast-swap><enabled>true</enabled></fast-swap>
Comment 2 Petr Hejl 2011-01-27 10:42:39 UTC
Fixed in web-main 3c38dee8c995.
Comment 3 Petr Hejl 2011-01-27 10:44:57 UTC
To see what's happening while using fast swap use -J-Dorg.netbeans.modules.j2ee.weblogic9.deploy.WLIncrementalDeployment.level=0.
Comment 4 Quality Engineering 2011-01-28 06:06:03 UTC
Integrated into 'main-golden', will be available in build *201101280000* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/3c38dee8c995
User: Petr Hejl <phejl@netbeans.org>
Log: #194741 Fast swap support for WL