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

Summary: more convenient EJB3 development and deployment
Product: javaee Reporter: kawazu428 <kawazu428>
Component: MavenAssignee: Milos Kleint <mkleint>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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.