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 204139 - Deploy on save doesn't work for EAR
Summary: Deploy on save doesn't work for EAR
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: WebLogic (show other bugs)
Version: 7.1
Hardware: PC Windows XP
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-24 07:43 UTC by Jiri Skrivanek
Modified: 2012-04-05 13:10 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Skrivanek 2011-10-24 07:43:12 UTC
Deploy on save feature doesn't work for project with WebLogic server. To reproduce:

- open new project wizard
- choose "Java EE|Enterprise Application"
- finish the wizard choosing with WebLogic server and JavaEE 5
- add session bean with some bussines method to EJB project 
- run project
- open "-war/Web Pages/index.jsp"
- modify body and save the file
- status bar shows message that enterprise application was deployed but if you reload index.jsp in browser http://localhost:7001/EnterpriseApplication3-war/ it is the same
- only if deploy whole enterprise application, index.jsp is updated

Product Version: NetBeans IDE Dev (Build 201110200600)
Java: 1.7.0; Java HotSpot(TM) Client VM 21.0-b17
System: Windows XP version 5.1 running on x86; Cp1250; en_US (nb)
Comment 1 Petr Hejl 2012-04-04 08:47:35 UTC
Fixed in web-main 3bdf541d53e9. Now directory deployment and DoS should work for EAR. Please verify.
Comment 2 Quality Engineering 2012-04-05 09:43:16 UTC
Integrated into 'main-golden', will be available in build *201204050400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/3bdf541d53e9
User: Petr Hejl <phejl@netbeans.org>
Log: #204139 Deploy on save doesn't work for EAR