Skip to content

Commit

Permalink
add note about eclipselink persistence properties
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux committed Mar 15, 2011
1 parent 0e2b35a commit 1ffdd71
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions booking/readme.md
Expand Up @@ -34,6 +34,14 @@ You can undeploy using this command:

You'll need GlassFish 3.1 or better to run this application on GlassFish.

Before running the application, you need to make a change to the persistence
unit configuration. Uncomment the eclipselink.* properties in the following
file:

src/main/resources/META-INF/persistence.xml

Now you are ready to run.

The simplest way to run the application on GlassFish is to:

1. Start NetBeans 6.8 or later
Expand Down

0 comments on commit 1ffdd71

Please sign in to comment.