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 199073 - Add Support for JBoss 6 'Deploy on save'/Incremental Builds
Summary: Add Support for JBoss 6 'Deploy on save'/Incremental Builds
Status: NEW
Alias: None
Product: serverplugins
Classification: Unclassified
Component: JBoss (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal with 7 votes (vote)
Assignee: Petr Hejl
URL: http://forums.netbeans.org/topic39112...
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-01 08:43 UTC by smilon
Modified: 2013-10-23 10:52 UTC (History)
3 users (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description smilon 2011-06-01 08:43:00 UTC
See: http://forums.netbeans.org/topic39112.html

Deploy on save does not appear to work on NetBeans (I am using version 7.0). for JBoss (I am using 6.0). As I state in the forum, the same project deploys on GlassFish just fine using 'Deploy on Save'.

I couldn't see another enhancement request for this, which surprises me, so please excuse me if one exists and I am just blind!
Comment 1 pragalathan 2013-07-22 10:24:45 UTC
Same behavior is observed for JBoss 7.1.1 on Netbeans 7.3.1
Comment 2 brentam 2013-07-26 05:55:56 UTC
 I am using jboss EAP 6.1.0.Alpha with Netbeans 7.3.1 and having the same problem
Comment 3 curyfernando 2013-08-07 02:18:42 UTC
Same problem with NetBeans IDE 7.3.1 (Build 201306052037) and JBoss AS 7.1.1.Final
Comment 4 neal.haggard 2013-08-12 17:58:00 UTC
I'm also seeing this with Netbeans 7.3.1 and JBoss 4.2.  I am using JRebel as well, but JRebel doesn't seem to see the changes till I run a separate build.

I can run a build in Netbeans and then JRebel will notice the changes to the files.  But with Compile on Save and Deploy on Save turned on, it doesn't seem to push out to my target/classes.
Comment 5 sertan76 2013-08-28 15:33:47 UTC
Is there any plan for this bug.
Comment 6 sertan76 2013-10-10 08:07:17 UTC
I think this issue still is not resolved intentionally just for the community to use glassfish.
Comment 7 Valery-Sh 2013-10-23 10:52:49 UTC
The current NetBeans JBoss plugin relies heavily on the JBoss javax deployment API implementation. All deployment calls it delegates to JBoss. But Incremental Deployment API is NetBeans API. JBoss has JBossWeb which makes it possible to implement IncrementalDeployment but only Web profile. Does JBoss has something like JBossWeb for Ejb applications ?