Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

1. Start the geronimo server and open the admin console on a browser window with the url
http://localhost:8080/consoleImage Removed.

2. Click on the Embedded DB => DB Manager on the Console Navigation portlet.

...

Code Block
SQL
SQL
borderStylesolid
insert into PERSONBME values (1, 'Shane Gibson', '#120, Manhattan, NewYork, USAXXXX');
insert into PERSONBME values (2, 'Rameez Raza', '#130, Times Square, NewYork, USAYYYY');
insert into ACCOUNTBME values (10,1,6500);
insert into PERSONBME values (11,2,9000);

...

1. Open a browser window and hit the URL as http://localhost:8080/BeanManagedJPA-WEB/Image Removed. This brings upthe screen shot below. Click on the View Account Details link.

...