THIS IS A TEST INSTANCE. ALL YOUR CHANGES WILL BE LOST!!!!
...
When you run this command, you will receive a list of all the loans that were retireved from the database, you should see a screen similar to the one shown in the following example:
Code Blocknoformat | ||||
---|---|---|---|---|
| ||||
E:\loan-bmp>maven run:client __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\_/\___|_||_| v. 1.0.2 build:start: run:client: [java] creating customer... [java] done.findByPrimaryKeyTest... 1 [java] customer name: Customer 1 [java] customer sss no: 2323232 [java] customer loan amount: 0.0 [java] customer annual salary: 0.0 [java] customer birthdate: Fri Oct 21 15:40:39 EDT 2005 [java] updating ejb... [java] done.findBySssNoTest... 2323232 [java] customer name: Customer 2 [java] customer sss no: 2323232 [java] customer loan amount: 0.0 [java] customer annual salary: 0.0 [java] customer birthdate: Fri Oct 21 15:40:39 EDT 2005 BUILD SUCCESSFUL Total time: 3 seconds Finished at: Fri Oct 21 15:40:39 EDT 2005 E:\loan-bmp> |
...