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 55874 - [Study] [EP-6] EJB module wasn't deployed together with Web application
Summary: [Study] [EP-6] EJB module wasn't deployed together with Web application
Status: RESOLVED WONTFIX
Alias: None
Product: javaee
Classification: Unclassified
Component: Web Project (show other bugs)
Version: 4.x
Hardware: All All
: P4 blocker (vote)
Assignee: Pavel Buzek
URL: http://ui.netbeans.org/nonav/usabilit...
Keywords: UI
Depends on:
Blocks:
 
Reported: 2005-03-03 14:34 UTC by jrojcek
Modified: 2008-09-19 10:02 UTC (History)
3 users (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 jrojcek 2005-03-03 14:34:55 UTC
A participant expected that an EJB module that is used as a 
library would be automatically deployed when he runs the web 
application. The facilitator explain he had to deploy the EJB 
module separately.

Because of this problem:
1 participant didn't complete Task 2
Comment 1 Vince Kraemer 2005-03-09 21:50:04 UTC
If the user expected the ejb to deploy when the web module was deployed, this
bug probably needs to be "on" web.  The ejb project cannot magically know that
it needs to deploy.  Somebody has to tell it.
Comment 2 Pavel Buzek 2005-03-18 05:04:52 UTC
I think this is a minor usability problem (thus based on
http://qa.netbeans.org/processes/bug_priority_guidelines.html it is a P4). 

The participant failed mainly bcs of selecting EJB module project, a typical use
case would be to use EAR project.

Automatic deployment of ejb module with web module could be implemented but I do
not see it as a priority for 4.1. Jano, John, Geertjan, please let me know if
you disagree and really want this in 4.1.
Comment 3 pslechta 2008-09-19 10:02:11 UTC
As stated above, if someone wants to deploy EJB together with WAR archive, s/he should use EAR archive. This is standard
way how it should be done. Any magic that IDE may do to find out dependency between EJB and WAR is non-standard and
controversial.

Closing as WONTFIX.