Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The next step is to create an EJB project to hold your EJBs.

  1. Press Ctrl-N

...

  1. , select EJB Project in EJB category

...

Image Removed

...

  1. and click Next.
  2. In the EJB Project wizard type in SampleEJB as the project name and select Add project to an EAR checkbox. Leave the rest as is and click Next.

    Image Modified

...



  1. Make sure that 5.0 for the Java facet in the Project Facets popup window's selected and click Next.

...


  1. Image Added

Press Next.


  1. Unselect the Create an EJB Client JAR module to hold the client interfaces and classes checkbox. We're not interested in it.

...

Image Removed

...

  1. Click Next.

    Image Added

  2. Fill in the Geronimo Deployment Plan fields with the following values:
    Section
    • Group Id: sampleear
    • Artifact Id: sample-ejb
    • Artifact Type: ejb

...



  1. Image Added

...


  1. #Click Finish.

You should now have the following project structure.

Image Modified

Note
titleImportant

Remove ejbModule/META-INF/openejb-jar.xml file in the SampleEJB project as it causes deployment issues.

...