Community
Participate
Working Groups
Getting exception shown below for simple service passing record. Since log entry for service does not show up, exception is occurring before the service is invoked. Zip file with three projects is attached. Test assumes widget projects are already in workspace. To see failure, run SimpleServiceFailsHandler.egl in paymentClient project. Log output on RUI page: Attempt: load table works All payments: Payment: category = Rent, desc = Apartment, amount = 880, fixed payment = true, due date = Payment: category = Food, desc = Groceries, amount = 450, fixed payment = false, due date = Payment: category = Utilities, desc = ISP, amount = 19.99, fixed payment = true, due date = Success: load table works Attempt: add payment fails Failure: service invocation, exception = An exception occurred during a service call. Service:services.SimpleService, Function:services.SimpleService Detail 1: Detail 2: Detail 3: An exception occurred while converting from JSON. parameter:null, json:{"paymentId" : 0, "category" : 6, "description" : "Nordstrom", "amount" : 246.57, "fixedPayment" : false, "dueDate" : null, "payeeName" : null, "payeeAddress1" : null, "payeeAddress2" : null}
Created attachment 206609 [details] PaymentApp
fixed
Verified and closed