The EJB 3.1 Specification has a load of features that simplifies EJB development even further. A couple of EJB 3.1 features have been implemented in GlassFish V3. In this blog I will describe how EJB container can be installed in GlassFish V3.

Installing EJB 3.1 Container module in GlassFish V3 TP2

  1. First download and install GlassFish V3 Technology Preview 2
  2. cd to <V3_install_dir>/bin
  3. run update tool (./updatetool). If you are running it for the first time, it will install the update tool. Rerun it again to run the update tool
    1. From the left panel, pick the Available add-ons
    2. Click the glassfishv3-ejb checkbox and click install
    3. Accept the License agreement by pressing Accept. This will install the ejb-container module
See my other blog for a sneak preview of some of the EJB 3.1 features in GlassFish V3
Comments:

good one

Posted by neetz on May 08, 2008 at 03:24 AM PDT #

you've just saved my day.
thanx
bg

Posted by 62.101.100.5 on December 23, 2008 at 08:29 AM PST #

[Trackback] The EJB 3.1 specification says: An enterprise bean class with a component-defining annotation defines an enterprise bean component when packaged within the WEB-INF/classes directory or in a .jar file within WEB-INF/lib. In simple English it means, an ...

Posted by Arun Gupta's Blog on January 19, 2009 at 04:15 PM PST #

hi,

ive installed this add-on...but still i am not able to run an Enterprise Application (.EAR) on glassfish v3 prelude....any help pls??

tnx

mb

Posted by mb on March 28, 2009 at 10:53 AM PDT #

Post a Comment:
  • HTML Syntax: NOT allowed

This blog copyright 2009 by Mahesh Kannan