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 171873 - Autodeploy fails
Summary: Autodeploy fails
Status: RESOLVED WORKSFORME
Alias: None
Product: serverplugins
Classification: Unclassified
Component: GlassFish (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Vince Kraemer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-10 08:59 UTC by Alexei Mokeev
Modified: 2009-09-16 21:38 UTC (History)
1 user (show)

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 Alexei Mokeev 2009-09-10 08:59:18 UTC
This is an evident problem, but I did not found it among already reported issues.

Steps to reproduce.
1. Create EJB Module
2. Add a session bean to it
3. Deploy 
4. Modify session bean and save it
You will notice that progress bar activated saying 'Deploying EJBModule' and it will be running forever.

The actual deployment happened successfully, in GF log you may see:
INFO: Deployment of EJBModule1 done is 180 ms

Workaround: To stop this annoying progress bar you may manually re-deploy EJBModule
Comment 1 Alexei Mokeev 2009-09-10 10:48:43 UTC
It seems that actual deploy doesn't happen as well.
(the GF log entry I provided is likely from previous deploy)
Comment 2 Vince Kraemer 2009-09-16 21:38:01 UTC
I just did the following test.

registered a recent v3 build.
created a java ee 6 ejb module project that targets the server.
created an ejb
deployed it.
made a change to the ejb class.

the change deployed.

the progress indicator stopped correctly.

Please reopen with step-by-step instructions on how to reproduce this issue if you can still reproduce it.