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 209360 - Enable deploy on save on simple jar project which is dependency of e.g. ejb module
Summary: Enable deploy on save on simple jar project which is dependency of e.g. ejb m...
Status: NEW
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 7.1
Hardware: PC Windows 7 x64
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks: 206030
  Show dependency tree
 
Reported: 2012-03-09 09:25 UTC by agrund
Modified: 2012-03-09 09:25 UTC (History)
2 users (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
sample maven EAR app (14.78 KB, application/x-zip-compressed)
2012-03-09 09:25 UTC, agrund
Details

Note You need to log in before you can comment on or make changes to this bug.
Description agrund 2012-03-09 09:25:41 UTC
Created attachment 116503 [details]
sample maven EAR app

Hi,

Sample app included in the attachment...(generated with wizard Maven/Enterprise
Application)

dos-lib is simple java library which is used by dos-ejb.

Test case:
- build dos
- run dos-ear on glassfish 2.1.1
- DosServlet output appears
- in dos-lib module, change DosLib.java and save
- deploy on save is not triggered

I know this could be quite challenging to introduce but for development, but it would be useful, especially for those highly modular maven projects where there are many jar libraries (e.g. domain layer jar with jpa classes) used as dependencies of other ejb / web modules...