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 - Fast swap support for WL
Summary: Fast swap support for WL
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: WebLogic (show other bugs)
Version: 7.0
Hardware: PC Linux
: P1 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks: 191123
  Show dependency tree
 
Reported: 2011-01-26 16:17 UTC by Petr Hejl
Modified: 2011-05-27 10:18 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
the patch (7.62 KB, patch)
2011-01-26 16:23 UTC, Petr Hejl
Details | Diff

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