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 129053 - more convenient EJB3 development and deployment
Summary: more convenient EJB3 development and deployment
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Maven (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Milos Kleint
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-03 20:44 UTC by kawazu428
Modified: 2009-02-19 22:42 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description kawazu428 2008-03-03 20:44:47 UTC
So far, though using maven2 to build EJB modules is generally possible, the way of doing so ([1]) is to be considered a
workaround at best. To further enhance this, two things seem to be desirable:

(a) Being capable of choosing to create an "ejb artifact" in a "wizard driven" way which would add the right
dependencies (ejb specs, ...).

(b) Being capable of using the IDE in order to deploy any of these modules to a preconfigured application server. So
far, there's [2] which is a working yet not very well-integrated solution to get that done.

Cheers & thanks,
Kristian


[1]http://www.netbeans.org/kb/60/javaee/ejb-glassfish-maven.html
[2]http://technology.amis.nl/blog/?p=2489
Comment 1 Milos Kleint 2009-02-02 09:51:56 UTC
I think this one is done in 7.0 M2
we have a special wizard for ejb projects and deployment to app server shall work as well.