Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Fixed images URLS

...

To set up a new runtime, click on Window, Preferences, and select Installed Runtimes under the Server category. Click the Add button.

Image RemovedImage Added

Select OpenEJB 3.0.0 from the Apache category, and click next. If you choose to 'also create a new server' on this panel, you can add a server straight after configuring the runtime.

Image RemovedImage Added

Browse to, or enter the path to your copy of OpenEJB. Click on Finish.

...

Open the Servers view (if it isn't already), and right click and select New->Server.

Image RemovedImage Added

Select OpenEJB 3.0.0 from the Apache category, ensure you have the OpenEJB runtime selected, and click Next.

Image RemovedImage Added

Select the EJB port for the server, and select Finish.

Image RemovedImage Added

Deploying a project

In order to deploy your project to an OpenEJB server in Eclipse, your project must be a Java EE project, with the EJB facet enabled. If your project doesn't have the Faceted nature, you can use the OpenEJB plugin to add it. Simply select OpenEJB->Add Faceted Nature from the menu bar.

Image RemovedImage Added

To add the EJB facet, right click on the project in the navigator, and select Properties. Select Project Facets on the left hand side. Click on the Modify Project button.

Image RemovedImage Added

Select the EJB Module facet, and the Java Facet. Remember to select your OpenEJB runtime too. Click Next.

Image RemovedImage Added

Enter the source folder for the EJBs in your project and click Finish.

Image RemovedImage Added

Now right click on your OpenEJB server in the servers view, and select Add and Remove Projects.

Image RemovedImage Added

Add your project to the server, and click Finish.

Image RemovedImage Added

To start the server, Right click on your OpenEJB server, and select Start.

Image RemovedImage Added