Discussion:
JBoss 4.0.5 and Java EE 5
Augusto Sellhorn
2007-08-16 19:38:04 UTC
Permalink
Is there *any* way to setup a project in Netbeans (5.5 or even better,
6.0M10) so that it works with JBoss
4.0.5 with EJB 3 support (Java EE 5).

I get to a dialog that lets me pick a server, it has JBoss in it, but when I
select JBoss the Java EE Version combobox only has a choice for "J2EE 1.4".

JBoss has a Netbeans bundled installed, but it uses JBoss version 4.0.4, so
I'm wondering if that's the only choice at this time.

Thanks
--
Augusto
http://sellmic.com
Gregg Sporar
2007-08-16 20:23:59 UTC
Permalink
when I select JBoss the Java EE Version combobox only has a choice
for "J2EE 1.4

Are you creating a web application or an enterprise application? The EE
5 option only shows up when you are creating an enterprise application
because JBoss 4.0.5 does not support the EE 5 level of the servlet and
JSP specs., etc.

Also, you might want to take a look at:
http://www.netbeans.org/kb/55/ejb30-jboss.html

HTH,
Gregg Sporar
Is there *any* way to setup a project in Netbeans (5.5 or even better,
6.0 M10) so that it works with JBoss 4.0.5 with EJB 3 support (Java EE 5).
I get to a dialog that lets me pick a server, it has JBoss in it, but
when I select JBoss the Java EE Version combobox only has a choice for
"J2EE 1.4".
JBoss has a Netbeans bundled installed, but it uses JBoss version
4.0.4, so I'm wondering if that's the only choice at this time.
Thanks
--
Augusto
http://sellmic.com
Loading...