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 190951 - Unable to deploy standalone EJB to GlassFish v 3.1
Summary: Unable to deploy standalone EJB to GlassFish v 3.1
Status: RESOLVED DUPLICATE of bug 176834
Alias: None
Product: javaee
Classification: Unclassified
Component: EJB Project (show other bugs)
Version: 7.0
Hardware: Macintosh (x86) Mac OS X
: P2 normal (vote)
Assignee: David Konecny
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-12 14:55 UTC by rbalada
Modified: 2010-10-12 20:29 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
EJB deplyment log (110.16 KB, text/plain)
2010-10-12 15:00 UTC, rbalada
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rbalada 2010-10-12 14:55:17 UTC
Product Version = NetBeans IDE Dev (Build 201010112200)
Operating System = Mac OS X version 10.6.4 running on x86_64
Java; VM; Vendor = 1.6.0_20
Runtime = Java HotSpot(TM) 64-Bit Server VM 16.3-b01-279

Attempt to deploy standalone EJB to GlassFish v 3.1 ends with following error messages:

Ant build/deployment log:
 Error occurred during deployment: There is no installed container capable of handling this application classes. Please see server.log for more details.

GlassFish v 3.1 server.log
SEVERE: Module type not recognized for module /Users/rudolf/NetBeansProjects/nb70m2/EJBModule1/build/classes
SEVERE: There is no installed container capable of handling this application classes

I'll attach complete deployment log (server log has been pasted above).
Comment 1 rbalada 2010-10-12 14:58:47 UTC
Steps to reproduce:

1) Install NB 7.0 m2 build 201010112200, full edition
2) From menu File -> New Project , select "Java EE" category and "EJB Module" project type
3) confirm defaults, make sure GF v3.1 is selected as target server
4) On EJB Module project node choose "Deploy" from context menu
Comment 2 rbalada 2010-10-12 15:00:04 UTC
Created attachment 102372 [details]
EJB deplyment log
Comment 3 Vince Kraemer 2010-10-12 17:50:06 UTC
this is a dup of a very old issue...

See issue 176834
Comment 4 David Konecny 2010-10-12 20:29:58 UTC

*** This bug has been marked as a duplicate of bug 176834 ***