Versions Compared

Key

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

...

3. Upon success verify the database is setup with tables etc.

Satellite-update tries to check out whatever is set in your impex build file, but if you point it to check it out with a folder that already exists and is an svn location, it will just update that location (and use that locations svn repo).
Info
titleSatellite Update
DB Username and Password when executing the maven commands for db setup

If you don't have the sampleapp-config.xml (which would have had the username/password) the default username/password is rice/rice

Setup IntelliJ Project

1. Launch IntelliJ

...

change the username/pwd to the following

                <!- - set some datasource defaults - ->

                <param name="datasource.username">rice</param>

...