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 269316 - Copy on save functionality when WildFly is down
Summary: Copy on save functionality when WildFly is down
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.2
Hardware: PC Linux
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-12-13 09:24 UTC by ytx
Modified: 2016-12-15 05:51 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (487.83 KB, text/plain)
2016-12-13 09:25 UTC, ytx
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ytx 2016-12-13 09:24:56 UTC
Product Version = NetBeans IDE 8.2 (Build 201609300101)
Operating System = Linux version 4.4.0-53-generic running on amd64
Java; VM; Vendor = 1.8.0_111
Runtime = OpenJDK 64-Bit Server VM 25.111-b14

Reproducibility: Happens every time

Could you please add a copy on save feature for classes like "Copy Static Resource on Save"? When one edits a file and then saves it with Deploy on Save switched on that leads to redeployment of an application.  Starting of the app. on my WildFly 8.2.0 takes approx. +-100 secs. In IDEA one can edit a number of files and then restart the server. To implement the same in the NB would be great, in sha Allah.
Comment 1 ytx 2016-12-13 09:25:07 UTC
Created attachment 163217 [details]
IDE log
Comment 2 ytx 2016-12-15 05:51:18 UTC
Please ignore the old description. The new one is:

Product Version = NetBeans IDE 8.2 (Build 201609300101)
Operating System = Linux version 4.4.0-53-generic running on amd64
Java; VM; Vendor = 1.8.0_111
Runtime = OpenJDK 64-Bit Server VM 25.111-b14

I've a maven EE project. I've unchecked Deploy on Save option. When WildFly is launched and when I change and save a java file it is distributed to the exploded directory. I just restart the server when I need the changes to take effect. But when the WildFly is not started changing and saving a java file doesn't upload the class to the server.