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 86463 - Not allowed to develop EJB 3.0 apps with JBoss
Summary: Not allowed to develop EJB 3.0 apps with JBoss
Status: RESOLVED INVALID
Alias: None
Product: serverplugins
Classification: Unclassified
Component: JBoss (show other bugs)
Version: 5.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: Libor Kotouc
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-04 14:30 UTC by jfurmankiewicz
Modified: 2006-10-04 15:04 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 jfurmankiewicz 2006-10-04 14:30:26 UTC
Selecting JBoss as a deployment target on a new web project disabled the Java
EE5 option, leaving only J2EE 1.4.

Since JBoss allows development of EJB 3.0 apps (their entire web framework Seam
is based on EJB 3.0) the Java EE5 option should be enabled when JBoss is
selected. Right now it only allows Glassfish/Sun Application Server.
Comment 1 jfurmankiewicz 2006-10-04 14:33:52 UTC
Just to clarify: this works properly if creating a new Enterprise application.
In that wizard, selecting Java EE5 shows both JBoss and Sun App Server in the
dropdown.

However, in the new Web application wizard, when selecting JBoss the Java EE5
option is removed from the dropdown, so there is a discrepancy between the two
wizards.
Comment 2 Lukas Jungmann 2006-10-04 15:04:45 UTC
JBoss 4.0.4 does not support Java EE 5 based web applications. It supports Java
EE 5 only in EJB module and there such option is enabled (Java EE 5 option is
enabled only where it does make sense/is supported by the server itself).
Therefore marking this as invalid.