Menu

#361 Misleading message in LoadApplications

tolven-1.1.0-beta3
open
nobody
None
5
2012-12-06
2008-11-21
John Churin
No

When uploading application.xml, it writes some lines on the client console as an output, including which placeholders were created. For example:

13:27:23,343 INFO [ParseApplication] Parsing application: psiwms
13:27:27,156 INFO [LoadAccountTypes] Updating existing AccountType: psiwms
13:27:29,843 INFO [LoadAccountTypes] Created new Template Account: 262000
13:27:29,843 INFO [LoadAccountTypes] Create TRIM menus
13:27:32,687 INFO [LoadAccountTypes] Create MenuStructure
13:27:32,703 INFO [LoadAccountTypes] Create Placeholders
13:27:32,703 INFO [LoadAccountTypes] Placeholder faxPage seq: -1
13:27:32,703 INFO [LoadAccountTypes] Placeholder callNote seq: -1
13:27:32,703 INFO [LoadAccountTypes] Placeholder formdata seq: -1
13:27:32,703 INFO [LoadAccountTypes] Placeholder insuranceVerification seq: -1
13:27:32,703 INFO [LoadAccountTypes] Placeholder procedure seq: -1
13:27:32,703 INFO [LoadAccountTypes] Placeholder encounter seq: -1
13:27:32,703 INFO [LoadAccountTypes] Placeholder patientInsurance seq: -1
13:27:32,703 INFO [LoadAccountTypes] Placeholder physician seq: -1
13:27:33,062 INFO [LoadAccountTypes] Update Account Template

In the above, it says that only 8 placeholders were created, but what happens in database is that 19 placeholders are created (the correct number).
There is no problem because of this, but the output is misleading.

Discussion


Log in to post a comment.