Advertisement
rosandatiya

test succes

Aug 31st, 2016
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 30.45 KB | None | 0 0
  1. 2016-08-31 12:14:46.603 [DEBUG] org.springframework.test.jdbc.SimpleJdbcTestUtils:151 - 2 rows affected by SQL: INSERT INTO m_employee_job(
  2. partner_code, employee_job, username,
  3. version, create_datetime, create_username,
  4. update_datetime, update_username)
  5. VALUES ('DESINTA', 'PURCH', 'Desinta',
  6. 1, '20160729000000','Nadia',
  7. '20160729000000', 'Nadia'),
  8. ('NADIA', 'SALES', 'Nadia',
  9. 2, '20160808000000','Desinta',
  10. '20160808000000', 'Desinta')
  11. 2016-08-31 12:14:46.607 [DEBUG] org.springframework.test.jdbc.SimpleJdbcTestUtils:151 - 2 rows affected by SQL:
  12. INSERT INTO m_partner(
  13. partner_code, partner_name, flg_customer, flg_supplier, flg_employee,
  14. address1, address2, city, state_or_province, zip_code, country,
  15. phone1, phone2, fax1, fax2, email, rating, default_gross_sell_price,
  16. default_gross_buy_price, active, active_datetime, non_active_datetime,
  17. version, create_datetime, create_username, update_datetime, update_username)
  18. VALUES ('DESINTA', 'IKA', 'Y', 'Y', 'Y',
  19. 'Pamulang Timur', 'Pamulang', 'Tangerang', 'Banten','15417', 'Indonesia',
  20. '0217413971','087809002724','0217413971','','adit@yahoo.com', 5, 9.5,
  21. 9.5, 'Y','20160523000000', ' ',
  22. 0,'20160523000000', 'Nadia', '20160524000000', 'Nadia'),
  23. ('NADIA', 'RESKY', 'Y', 'Y', 'Y',
  24. 'Pamulang Barat', 'Pamulang', 'Tangerang', 'Banten','15427', 'Indonesia',
  25. '0217413971','087809002724','0217413971','','nadia@yahoo.com', 5, 9.5,
  26. 9.5, 'Y','20160523000000', ' ',
  27. 0,'20160523000000', 'Desinta', '20160524000000', 'Desinta')
  28. 2016-08-31 12:14:46.610 [DEBUG] org.springframework.test.jdbc.SimpleJdbcTestUtils:151 - 2 rows affected by SQL:
  29. INSERT INTO t_user(
  30. user_id, tenant_id, username, email, fullname, password, phone,
  31. role_default_id, private_key, create_datetime, create_user_id,
  32. update_datetime, update_user_id, version, active, active_datetime,
  33. non_active_datetime, ou_default_id, policy_default_id)
  34. VALUES (10, 10, 'Desinta', 'user1@gmail.com', 'User Satu', 'user1', '083464363',
  35. 10, '9457c7ca3ae0dc907ad1703c15287d5c', '20160419194303', -1,
  36. '20160419194303', -1, 2, 'Y', '20160419194303',
  37. '', 10, 10),
  38. (20, 20, 'Nadia', 'user2gmail.com', 'User Dua', 'user2', '083464364',
  39. 10, '9457c7ca3ae0dc907ad1703c15287d5d', '20160419194304', -1,
  40. '20160419194304', -1, 2, 'Y', '20160419194304',
  41. '', 20, 20)
  42. 2016-08-31 12:14:46.613 [DEBUG] org.springframework.test.jdbc.SimpleJdbcTestUtils:151 - 1 rows affected by SQL:
  43. INSERT INTO t_combo (
  44. combo_id, combo_name, description, combo_type,
  45. create_datetime, create_user_id, update_datetime, update_user_id,
  46. version )
  47. VALUES ('EMPLOYEEJOB', 'Combo Employee JOb', 'Constant Combo Employee Job', 'FIX',
  48. '20160726000000', -1, '20160726000000', -1,0 )
  49. 2016-08-31 12:14:46.618 [DEBUG] org.springframework.test.jdbc.SimpleJdbcTestUtils:151 - 3 rows affected by SQL:
  50. INSERT INTO t_combo_value(
  51. combo_id, code, prop_key, code_group,
  52. sort_no, create_datetime, create_user_id, update_datetime,
  53. update_user_id, "version")
  54. VALUES('EMPLOYEEJOB', 'SALES', 'Sales', 'EMPLOYEE',
  55. 1, '20160726000000', -1, '20160726000000',
  56. -1, 0 ),
  57. ('EMPLOYEEJOB', 'PURCH', 'Purch', 'EMPLOYEE',
  58. 1, '20160726000000', -1, '20160726000000',
  59. -1, 0 ),
  60. ('EMPLOYEEJOB', 'FINANCE', 'Finance', 'EMPLOYEE',
  61. 1, '20160726000000', -1, '20160726000000',
  62. -1, 0 )
  63. 2016-08-31 12:14:46.618 [INFO] org.springframework.test.jdbc.SimpleJdbcTestUtils:167 - Done executing SQL scriptBuilder from class path resource [scripts/init_employee_job.sql] in 19 ms.
  64. 2016-08-31 12:14:46.630 [INFO] org.springframework.test.jdbc.SimpleJdbcTestUtils:71 - Deleted 0 rows from table m_employee_job
  65. 2016-08-31 12:14:46.633 [INFO] org.springframework.test.jdbc.SimpleJdbcTestUtils:71 - Deleted 0 rows from table m_partner
  66. 2016-08-31 12:14:46.652 [INFO] org.springframework.test.jdbc.SimpleJdbcTestUtils:71 - Deleted 2 rows from table t_user
  67. 2016-08-31 12:14:46.655 [INFO] org.springframework.test.jdbc.SimpleJdbcTestUtils:71 - Deleted 14 rows from table t_combo
  68. 2016-08-31 12:14:46.659 [INFO] org.springframework.test.jdbc.SimpleJdbcTestUtils:71 - Deleted 57 rows from table t_combo_value
  69. 2016-08-31 12:14:46.660 [INFO] org.springframework.test.jdbc.SimpleJdbcTestUtils:133 - Executing SQL script from class path resource [scripts/init_employee_job.sql]
  70. 2016-08-31 12:14:46.664 [DEBUG] org.springframework.test.jdbc.SimpleJdbcTestUtils:151 - 2 rows affected by SQL: INSERT INTO m_employee_job(
  71. partner_code, employee_job, username,
  72. version, create_datetime, create_username,
  73. update_datetime, update_username)
  74. VALUES ('DESINTA', 'PURCH', 'Desinta',
  75. 1, '20160729000000','Nadia',
  76. '20160729000000', 'Nadia'),
  77. ('NADIA', 'SALES', 'Nadia',
  78. 2, '20160808000000','Desinta',
  79. '20160808000000', 'Desinta')
  80. 2016-08-31 12:14:46.668 [DEBUG] org.springframework.test.jdbc.SimpleJdbcTestUtils:151 - 2 rows affected by SQL:
  81. INSERT INTO m_partner(
  82. partner_code, partner_name, flg_customer, flg_supplier, flg_employee,
  83. address1, address2, city, state_or_province, zip_code, country,
  84. phone1, phone2, fax1, fax2, email, rating, default_gross_sell_price,
  85. default_gross_buy_price, active, active_datetime, non_active_datetime,
  86. version, create_datetime, create_username, update_datetime, update_username)
  87. VALUES ('DESINTA', 'IKA', 'Y', 'Y', 'Y',
  88. 'Pamulang Timur', 'Pamulang', 'Tangerang', 'Banten','15417', 'Indonesia',
  89. '0217413971','087809002724','0217413971','','adit@yahoo.com', 5, 9.5,
  90. 9.5, 'Y','20160523000000', ' ',
  91. 0,'20160523000000', 'Nadia', '20160524000000', 'Nadia'),
  92. ('NADIA', 'RESKY', 'Y', 'Y', 'Y',
  93. 'Pamulang Barat', 'Pamulang', 'Tangerang', 'Banten','15427', 'Indonesia',
  94. '0217413971','087809002724','0217413971','','nadia@yahoo.com', 5, 9.5,
  95. 9.5, 'Y','20160523000000', ' ',
  96. 0,'20160523000000', 'Desinta', '20160524000000', 'Desinta')
  97. 2016-08-31 12:14:46.671 [DEBUG] org.springframework.test.jdbc.SimpleJdbcTestUtils:151 - 2 rows affected by SQL:
  98. INSERT INTO t_user(
  99. user_id, tenant_id, username, email, fullname, password, phone,
  100. role_default_id, private_key, create_datetime, create_user_id,
  101. update_datetime, update_user_id, version, active, active_datetime,
  102. non_active_datetime, ou_default_id, policy_default_id)
  103. VALUES (10, 10, 'Desinta', 'user1@gmail.com', 'User Satu', 'user1', '083464363',
  104. 10, '9457c7ca3ae0dc907ad1703c15287d5c', '20160419194303', -1,
  105. '20160419194303', -1, 2, 'Y', '20160419194303',
  106. '', 10, 10),
  107. (20, 20, 'Nadia', 'user2gmail.com', 'User Dua', 'user2', '083464364',
  108. 10, '9457c7ca3ae0dc907ad1703c15287d5d', '20160419194304', -1,
  109. '20160419194304', -1, 2, 'Y', '20160419194304',
  110. '', 20, 20)
  111. 2016-08-31 12:14:46.673 [DEBUG] org.springframework.test.jdbc.SimpleJdbcTestUtils:151 - 1 rows affected by SQL:
  112. INSERT INTO t_combo (
  113. combo_id, combo_name, description, combo_type,
  114. create_datetime, create_user_id, update_datetime, update_user_id,
  115. version )
  116. VALUES ('EMPLOYEEJOB', 'Combo Employee JOb', 'Constant Combo Employee Job', 'FIX',
  117. '20160726000000', -1, '20160726000000', -1,0 )
  118. 2016-08-31 12:14:46.676 [DEBUG] org.springframework.test.jdbc.SimpleJdbcTestUtils:151 - 3 rows affected by SQL:
  119. INSERT INTO t_combo_value(
  120. combo_id, code, prop_key, code_group,
  121. sort_no, create_datetime, create_user_id, update_datetime,
  122. update_user_id, "version")
  123. VALUES('EMPLOYEEJOB', 'SALES', 'Sales', 'EMPLOYEE',
  124. 1, '20160726000000', -1, '20160726000000',
  125. -1, 0 ),
  126. ('EMPLOYEEJOB', 'PURCH', 'Purch', 'EMPLOYEE',
  127. 1, '20160726000000', -1, '20160726000000',
  128. -1, 0 ),
  129. ('EMPLOYEEJOB', 'FINANCE', 'Finance', 'EMPLOYEE',
  130. 1, '20160726000000', -1, '20160726000000',
  131. -1, 0 )
  132. 2016-08-31 12:14:46.676 [INFO] org.springframework.test.jdbc.SimpleJdbcTestUtils:167 - Done executing SQL scriptBuilder from class path resource [scripts/init_employee_job.sql] in 15 ms.
  133. 2016-08-31 12:14:46.677 [INFO] org.jleaf.serviceflow.util.test.SpringServiceTestExecutionListener:451 - Using service config : org.jleaf.serviceflow.impl.DefaultServiceConfig
  134. 2016-08-31 12:14:46.677 [DEBUG] org.jleaf.serviceflow.util.test.SpringServiceTestExecutionListener:498 - Find @TestServiceConfig : org/jleaf/pos2/master/services/test/employeeJob/valEmployeeJobExistsById.json
  135. 2016-08-31 12:14:46.678 [DEBUG] org.jleaf.serviceflow.util.test.SpringServiceTestExecutionListener:528 - fileConfigContent : {
  136. "dataSet":"",
  137. "input":{
  138. "result":{
  139. "header":{
  140. "userLoginId":"-1",
  141. "userLoginName":"Desinta",
  142. "roleLoginId":"-1",
  143. "roleLoginName":"User",
  144. "datetime":"20150103010102"
  145. },
  146. "payload":{
  147. "partnerCode":"DESINTA"
  148. }
  149. }
  150. },
  151. "assertOutput":{
  152. "result":{
  153. "status":"OK"
  154.  
  155. }
  156. }
  157. }
  158. 2016-08-31 12:14:46.678 [DEBUG] org.jleaf.serviceflow.util.test.SpringServiceTestExecutionListener:535 - serviceName : valEmployeeJobExistsById
  159. 2016-08-31 12:14:46.679 [DEBUG] org.jleaf.serviceflow.util.test.SpringServiceTestExecutionListener:132 - folder Config :
  160. 2016-08-31 12:14:46.680 [DEBUG] org.jleaf.serviceflow.impl.AutoServiceFlowManager:409 - Not found, find in XML configuration
  161. 2016-08-31 12:14:46.681 [DEBUG] org.jleaf.serviceflow.impl.AutoServiceFlowManager:421 - Seeking service flow : [1] file:/home/sts/workspace4/master-service-employee/target/classes/org/jleaf/pos2/master/services/service-flow-common-role.xml
  162. 2016-08-31 12:14:46.690 [DEBUG] org.jleaf.serviceflow.impl.AutoServiceFlowManager:421 - Seeking service flow : [2] file:/home/sts/workspace4/master-service-employee/target/classes/org/jleaf/pos2/master/services/service-flow-common-user.xml
  163. 2016-08-31 12:14:46.700 [DEBUG] org.jleaf.serviceflow.impl.AutoServiceFlowManager:421 - Seeking service flow : [3] file:/home/sts/workspace4/master-service-employee/target/classes/org/jleaf/pos2/master/services/service-flow-first-setup.xml
  164. 2016-08-31 12:14:46.703 [DEBUG] org.jleaf.serviceflow.impl.AutoServiceFlowManager:421 - Seeking service flow : [4] file:/home/sts/workspace4/master-service-employee/target/classes/org/jleaf/pos2/master/services/service-flow-master-brand.xml
  165. 2016-08-31 12:14:46.709 [DEBUG] org.jleaf.serviceflow.impl.AutoServiceFlowManager:421 - Seeking service flow : [5] file:/home/sts/workspace4/master-service-employee/target/classes/org/jleaf/pos2/master/services/service-flow-master-cash-bank.xml
  166. 2016-08-31 12:14:46.724 [DEBUG] org.jleaf.serviceflow.impl.AutoServiceFlowManager:421 - Seeking service flow : [6] file:/home/sts/workspace4/master-service-employee/target/classes/org/jleaf/pos2/master/services/service-flow-master-device-merchant.xml
  167. 2016-08-31 12:14:46.732 [DEBUG] org.jleaf.serviceflow.impl.AutoServiceFlowManager:421 - Seeking service flow : [7] file:/home/sts/workspace4/master-service-employee/target/classes/org/jleaf/pos2/master/services/service-flow-master-employee-job.xml
  168. 2016-08-31 12:14:46.738 [DEBUG] org.jleaf.serviceflow.impl.AutoServiceFlowManager:487 - Service name match
  169. 2016-08-31 12:14:46.741 [DEBUG] org.jleaf.serviceflow.impl.AutoServiceFlowManager:542 - infoName : result.header.userLoginId
  170. 2016-08-31 12:14:46.741 [DEBUG] org.jleaf.serviceflow.impl.AutoServiceFlowManager:543 - infoDescription : user login id
  171. 2016-08-31 12:14:46.742 [DEBUG] org.jleaf.serviceflow.impl.AutoServiceFlowManager:544 - infoType : Long
  172. 2016-08-31 12:14:46.742 [DEBUG] org.jleaf.serviceflow.impl.AutoServiceFlowManager:545 - infoRequired :
  173. 2016-08-31 12:14:46.742 [DEBUG] org.jleaf.serviceflow.impl.AutoServiceFlowManager:542 - infoName : result.header.userLoginName
  174. 2016-08-31 12:14:46.742 [DEBUG] org.jleaf.serviceflow.impl.AutoServiceFlowManager:543 - infoDescription : user login name
  175. 2016-08-31 12:14:46.742 [DEBUG] org.jleaf.serviceflow.impl.AutoServiceFlowManager:544 - infoType : String
  176. 2016-08-31 12:14:46.743 [DEBUG] org.jleaf.serviceflow.impl.AutoServiceFlowManager:545 - infoRequired :
  177. 2016-08-31 12:14:46.743 [DEBUG] org.jleaf.serviceflow.impl.AutoServiceFlowManager:542 - infoName : result.header.roleLoginId
  178. 2016-08-31 12:14:46.743 [DEBUG] org.jleaf.serviceflow.impl.AutoServiceFlowManager:543 - infoDescription : role login id
  179. 2016-08-31 12:14:46.743 [DEBUG] org.jleaf.serviceflow.impl.AutoServiceFlowManager:544 - infoType : Long
  180. 2016-08-31 12:14:46.744 [DEBUG] org.jleaf.serviceflow.impl.AutoServiceFlowManager:545 - infoRequired :
  181. 2016-08-31 12:14:46.744 [DEBUG] org.jleaf.serviceflow.impl.AutoServiceFlowManager:542 - infoName : result.header.roleLoginName
  182. 2016-08-31 12:14:46.744 [DEBUG] org.jleaf.serviceflow.impl.AutoServiceFlowManager:543 - infoDescription : role login name
  183. 2016-08-31 12:14:46.744 [DEBUG] org.jleaf.serviceflow.impl.AutoServiceFlowManager:544 - infoType : String
  184. 2016-08-31 12:14:46.745 [DEBUG] org.jleaf.serviceflow.impl.AutoServiceFlowManager:545 - infoRequired :
  185. 2016-08-31 12:14:46.745 [DEBUG] org.jleaf.serviceflow.impl.AutoServiceFlowManager:542 - infoName : result.header.datetime
  186. 2016-08-31 12:14:46.745 [DEBUG] org.jleaf.serviceflow.impl.AutoServiceFlowManager:543 - infoDescription : date time
  187. 2016-08-31 12:14:46.745 [DEBUG] org.jleaf.serviceflow.impl.AutoServiceFlowManager:544 - infoType : String
  188. 2016-08-31 12:14:46.746 [DEBUG] org.jleaf.serviceflow.impl.AutoServiceFlowManager:545 - infoRequired :
  189. 2016-08-31 12:14:46.746 [DEBUG] org.jleaf.serviceflow.impl.AutoServiceFlowManager:542 - infoName : result.payload.partnerCode
  190. 2016-08-31 12:14:46.746 [DEBUG] org.jleaf.serviceflow.impl.AutoServiceFlowManager:543 - infoDescription : partner code
  191. 2016-08-31 12:14:46.746 [DEBUG] org.jleaf.serviceflow.impl.AutoServiceFlowManager:544 - infoType : String
  192. 2016-08-31 12:14:46.747 [DEBUG] org.jleaf.serviceflow.impl.AutoServiceFlowManager:545 - infoRequired :
  193. 2016-08-31 12:14:46.752 [DEBUG] org.jleaf.serviceflow.impl.AutoServiceFlowManager:587 - itemNode.getNodeType() : 3
  194. 2016-08-31 12:14:46.752 [DEBUG] org.jleaf.serviceflow.impl.AutoServiceFlowManager:588 - itemNode.getNodeName() : #text
  195. 2016-08-31 12:14:46.752 [DEBUG] org.jleaf.serviceflow.impl.AutoServiceFlowManager:591 - taskParser : null
  196. 2016-08-31 12:14:46.753 [DEBUG] org.jleaf.serviceflow.impl.AutoServiceFlowManager:587 - itemNode.getNodeType() : 1
  197. 2016-08-31 12:14:46.753 [DEBUG] org.jleaf.serviceflow.impl.AutoServiceFlowManager:588 - itemNode.getNodeName() : informations
  198. 2016-08-31 12:14:46.754 [DEBUG] org.jleaf.serviceflow.impl.AutoServiceFlowManager:591 - taskParser : org.jleaf.serviceflow.parser.InformationTaskParser@ada6d09
  199. 2016-08-31 12:14:46.754 [DEBUG] org.jleaf.serviceflow.parser.InformationTaskParser:32 - Parsing information tag
  200. 2016-08-31 12:14:46.760 [DEBUG] org.jleaf.serviceflow.parser.InformationTaskParser:68 - infoName : result.header.userLoginId
  201. 2016-08-31 12:14:46.760 [DEBUG] org.jleaf.serviceflow.parser.InformationTaskParser:69 - infoDescription : user login id
  202. 2016-08-31 12:14:46.760 [DEBUG] org.jleaf.serviceflow.parser.InformationTaskParser:70 - infoType : Long
  203. 2016-08-31 12:14:46.761 [DEBUG] org.jleaf.serviceflow.parser.InformationTaskParser:71 - infoRequired : true
  204. 2016-08-31 12:14:46.761 [DEBUG] org.jleaf.serviceflow.parser.InformationTaskParser:68 - infoName : result.header.userLoginName
  205. 2016-08-31 12:14:46.761 [DEBUG] org.jleaf.serviceflow.parser.InformationTaskParser:69 - infoDescription : user login name
  206. 2016-08-31 12:14:46.761 [DEBUG] org.jleaf.serviceflow.parser.InformationTaskParser:70 - infoType : String
  207. 2016-08-31 12:14:46.761 [DEBUG] org.jleaf.serviceflow.parser.InformationTaskParser:71 - infoRequired : true
  208. 2016-08-31 12:14:46.762 [DEBUG] org.jleaf.serviceflow.parser.InformationTaskParser:68 - infoName : result.header.roleLoginId
  209. 2016-08-31 12:14:46.762 [DEBUG] org.jleaf.serviceflow.parser.InformationTaskParser:69 - infoDescription : role login id
  210. 2016-08-31 12:14:46.762 [DEBUG] org.jleaf.serviceflow.parser.InformationTaskParser:70 - infoType : Long
  211. 2016-08-31 12:14:46.762 [DEBUG] org.jleaf.serviceflow.parser.InformationTaskParser:71 - infoRequired : true
  212. 2016-08-31 12:14:46.762 [DEBUG] org.jleaf.serviceflow.parser.InformationTaskParser:68 - infoName : result.header.roleLoginName
  213. 2016-08-31 12:14:46.763 [DEBUG] org.jleaf.serviceflow.parser.InformationTaskParser:69 - infoDescription : role login name
  214. 2016-08-31 12:14:46.763 [DEBUG] org.jleaf.serviceflow.parser.InformationTaskParser:70 - infoType : String
  215. 2016-08-31 12:14:46.763 [DEBUG] org.jleaf.serviceflow.parser.InformationTaskParser:71 - infoRequired : true
  216. 2016-08-31 12:14:46.763 [DEBUG] org.jleaf.serviceflow.parser.InformationTaskParser:68 - infoName : result.header.datetime
  217. 2016-08-31 12:14:46.763 [DEBUG] org.jleaf.serviceflow.parser.InformationTaskParser:69 - infoDescription : date time
  218. 2016-08-31 12:14:46.764 [DEBUG] org.jleaf.serviceflow.parser.InformationTaskParser:70 - infoType : String
  219. 2016-08-31 12:14:46.764 [DEBUG] org.jleaf.serviceflow.parser.InformationTaskParser:71 - infoRequired : true
  220. 2016-08-31 12:14:46.764 [DEBUG] org.jleaf.serviceflow.parser.InformationTaskParser:68 - infoName : result.payload.partnerCode
  221. 2016-08-31 12:14:46.764 [DEBUG] org.jleaf.serviceflow.parser.InformationTaskParser:69 - infoDescription : partner code
  222. 2016-08-31 12:14:46.765 [DEBUG] org.jleaf.serviceflow.parser.InformationTaskParser:70 - infoType : String
  223. 2016-08-31 12:14:46.765 [DEBUG] org.jleaf.serviceflow.parser.InformationTaskParser:71 - infoRequired : true
  224. 2016-08-31 12:14:46.766 [DEBUG] org.jleaf.serviceflow.impl.AutoServiceFlowManager:587 - itemNode.getNodeType() : 3
  225. 2016-08-31 12:14:46.766 [DEBUG] org.jleaf.serviceflow.impl.AutoServiceFlowManager:588 - itemNode.getNodeName() : #text
  226. 2016-08-31 12:14:46.766 [DEBUG] org.jleaf.serviceflow.impl.AutoServiceFlowManager:591 - taskParser : null
  227. 2016-08-31 12:14:46.767 [DEBUG] org.jleaf.serviceflow.impl.AutoServiceFlowManager:587 - itemNode.getNodeType() : 1
  228. 2016-08-31 12:14:46.767 [DEBUG] org.jleaf.serviceflow.impl.AutoServiceFlowManager:588 - itemNode.getNodeName() : mod-dto
  229. 2016-08-31 12:14:46.767 [DEBUG] org.jleaf.serviceflow.impl.AutoServiceFlowManager:591 - taskParser : org.jleaf.serviceflow.parser.ModDtoTaskParser@a2c6f70
  230. 2016-08-31 12:14:46.767 [DEBUG] org.jleaf.serviceflow.parser.ModDtoTaskParser:30 - taskNode : [mod-dto: null]
  231. 2016-08-31 12:14:46.767 [DEBUG] org.jleaf.serviceflow.parser.ModDtoTaskParser:37 - output : inputDto
  232. 2016-08-31 12:14:46.768 [DEBUG] org.jleaf.serviceflow.parser.ModDtoTaskParser:45 - itemNode key : [key: null]
  233. 2016-08-31 12:14:46.769 [DEBUG] org.jleaf.serviceflow.parser.ModDtoTaskParser:58 - name : partnerCode
  234. 2016-08-31 12:14:46.769 [DEBUG] org.jleaf.serviceflow.parser.ModDtoTaskParser:59 - from : ${result.payload.partnerCode}
  235. 2016-08-31 12:14:46.769 [DEBUG] org.jleaf.serviceflow.parser.ModDtoTaskParser:60 - type : String
  236. 2016-08-31 12:14:46.770 [DEBUG] org.jleaf.serviceflow.impl.AutoServiceFlowManager:587 - itemNode.getNodeType() : 3
  237. 2016-08-31 12:14:46.770 [DEBUG] org.jleaf.serviceflow.impl.AutoServiceFlowManager:588 - itemNode.getNodeName() : #text
  238. 2016-08-31 12:14:46.770 [DEBUG] org.jleaf.serviceflow.impl.AutoServiceFlowManager:591 - taskParser : null
  239. 2016-08-31 12:14:46.770 [DEBUG] org.jleaf.serviceflow.impl.AutoServiceFlowManager:587 - itemNode.getNodeType() : 1
  240. 2016-08-31 12:14:46.771 [DEBUG] org.jleaf.serviceflow.impl.AutoServiceFlowManager:588 - itemNode.getNodeName() : call-bf
  241. 2016-08-31 12:14:46.771 [DEBUG] org.jleaf.serviceflow.impl.AutoServiceFlowManager:591 - taskParser : org.jleaf.serviceflow.parser.CallBfTaskParser@6b482747
  242. 2016-08-31 12:14:46.771 [DEBUG] org.jleaf.serviceflow.parser.CallBfTaskParser:28 - taskNode : [call-bf: null]
  243. 2016-08-31 12:14:46.771 [DEBUG] org.jleaf.serviceflow.parser.CallBfTaskParser:40 - name : valEmployeeJobExistsById
  244. 2016-08-31 12:14:46.771 [DEBUG] org.jleaf.serviceflow.parser.CallBfTaskParser:41 - input : ${inputDto}
  245. 2016-08-31 12:14:46.772 [DEBUG] org.jleaf.serviceflow.parser.CallBfTaskParser:42 - output : outputDto
  246. 2016-08-31 12:14:46.772 [DEBUG] org.jleaf.serviceflow.parser.CallBfTaskParser:45 - onSuccessNode : [onsuccess: null]
  247. 2016-08-31 12:14:46.773 [DEBUG] org.jleaf.serviceflow.parser.CallBfTaskParser:64 - onErrorNode : [onerror: null]
  248. 2016-08-31 12:14:46.774 [DEBUG] org.jleaf.serviceflow.impl.AutoServiceFlowManager:587 - itemNode.getNodeType() : 3
  249. 2016-08-31 12:14:46.774 [DEBUG] org.jleaf.serviceflow.impl.AutoServiceFlowManager:588 - itemNode.getNodeName() : #text
  250. 2016-08-31 12:14:46.774 [DEBUG] org.jleaf.serviceflow.impl.AutoServiceFlowManager:591 - taskParser : null
  251. 2016-08-31 12:14:46.774 [DEBUG] org.jleaf.serviceflow.impl.AutoServiceFlowManager:444 - Found service name: valEmployeeJobExistsById
  252. 2016-08-31 12:14:46.775 [DEBUG] org.jleaf.serviceflow.impl.DefaultServiceFlowExecutor:106 - task to execute : 3
  253. 2016-08-31 12:14:46.775 [DEBUG] org.jleaf.serviceflow.impl.DefaultServiceFlowExecutor:108 - Resource before execute task : [class org.jleaf.serviceflow.task.InformationTask]{jlApprovalPath=null, jlFlowDtoFactory={"result":{"payload":{"partnerCode":"DESINTA"},"header":{"roleLoginName":"User","userLoginId":"-1","datetime":"20150103010102","roleLoginId":"-1","userLoginName":"Desinta"}}}}
  254. 2016-08-31 12:14:46.775 [DEBUG] org.jleaf.serviceflow.task.InformationTask:30 - Begin class org.jleaf.serviceflow.task.InformationTask
  255. 2016-08-31 12:14:46.776 [DEBUG] org.jleaf.serviceflow.task.InformationTask:32 - dtoFactory : {"result":{"payload":{"partnerCode":"DESINTA"},"header":{"roleLoginName":"User","userLoginId":"-1","datetime":"20150103010102","roleLoginId":"-1","userLoginName":"Desinta"}}}
  256. 2016-08-31 12:14:46.777 [DEBUG] org.jleaf.serviceflow.impl.DefaultServiceFlowExecutor:110 - Resource after execute task : [class org.jleaf.serviceflow.task.InformationTask]{jlApprovalPath=null, jlFlowDtoFactory={"result":{"payload":{"partnerCode":"DESINTA"},"header":{"roleLoginName":"User","userLoginId":"-1","datetime":"20150103010102","roleLoginId":"-1","userLoginName":"Desinta"}}}}
  257. 2016-08-31 12:14:46.781 [DEBUG] org.jleaf.serviceflow.impl.DefaultServiceFlowExecutor:108 - Resource before execute task : [class org.jleaf.serviceflow.task.ModDtoTask]{jlApprovalPath=null, jlFlowDtoFactory={"result":{"payload":{"partnerCode":"DESINTA"},"header":{"roleLoginName":"User","userLoginId":"-1","datetime":"20150103010102","roleLoginId":"-1","userLoginName":"Desinta"}}}}
  258. 2016-08-31 12:14:46.782 [DEBUG] org.jleaf.serviceflow.task.ModDtoTask:28 - Executing task : class org.jleaf.serviceflow.task.ModDtoTask
  259. 2016-08-31 12:14:46.782 [DEBUG] org.jleaf.serviceflow.task.ModDtoTask:41 - outputDto : {"partnerCode":"DESINTA"}
  260. 2016-08-31 12:14:46.783 [DEBUG] org.jleaf.serviceflow.impl.DefaultServiceFlowExecutor:110 - Resource after execute task : [class org.jleaf.serviceflow.task.ModDtoTask]{jlApprovalPath=null, jlFlowDtoFactory={"result":{"payload":{"partnerCode":"DESINTA"},"header":{"roleLoginName":"User","userLoginId":"-1","datetime":"20150103010102","roleLoginId":"-1","userLoginName":"Desinta"}},"inputDto":{"partnerCode":"DESINTA"}}}
  261. 2016-08-31 12:14:46.785 [DEBUG] org.jleaf.serviceflow.impl.DefaultServiceFlowExecutor:108 - Resource before execute task : [class org.jleaf.serviceflow.task.CallBfTask]{jlApprovalPath=null, jlFlowDtoFactory={"result":{"payload":{"partnerCode":"DESINTA"},"header":{"roleLoginName":"User","userLoginId":"-1","datetime":"20150103010102","roleLoginId":"-1","userLoginName":"Desinta"}},"inputDto":{"partnerCode":"DESINTA"}}}
  262. 2016-08-31 12:14:46.786 [DEBUG] org.jleaf.serviceflow.task.CallBfTask:29 - Begin class org.jleaf.serviceflow.task.CallBfTask
  263. 2016-08-31 12:14:46.786 [DEBUG] org.jleaf.serviceflow.task.CallBfTask:31 - dtoFactory : {"result":{"payload":{"partnerCode":"DESINTA"},"header":{"roleLoginName":"User","userLoginId":"-1","datetime":"20150103010102","roleLoginId":"-1","userLoginName":"Desinta"}},"inputDto":{"partnerCode":"DESINTA"}}
  264. 2016-08-31 12:14:46.787 [DEBUG] org.jleaf.serviceflow.task.CallBfTask:37 - inputBfDto : {"partnerCode":"DESINTA"}
  265. 2016-08-31 12:14:46.803 [DEBUG] org.jleaf.serviceflow.task.CallBfTask:42 - output BF valEmployeeJobExistsById : null
  266. 2016-08-31 12:14:46.804 [DEBUG] org.jleaf.serviceflow.impl.DefaultServiceFlowExecutor:110 - Resource after execute task : [class org.jleaf.serviceflow.task.CallBfTask]{jlApprovalPath=null, jlFlowDtoFactory={"result":{"payload":{"partnerCode":"DESINTA"},"header":{"roleLoginName":"User","userLoginId":"-1","datetime":"20150103010102","roleLoginId":"-1","userLoginName":"Desinta"}},"inputDto":{"partnerCode":"DESINTA"}}}
  267. 2016-08-31 12:14:46.804 [DEBUG] org.jleaf.serviceflow.util.test.SpringServiceTestExecutionListener:423 - resultService : {"result":{"status":"OK"}}
  268. 2016-08-31 12:14:46.804 [DEBUG] org.jleaf.serviceflow.util.test.SpringServiceTestExecutionListener:424 - service flow resource : {jlApprovalPath=null, jlFlowDtoFactory={"result":{"payload":{"partnerCode":"DESINTA"},"header":{"roleLoginName":"User","userLoginId":"-1","datetime":"20150103010102","roleLoginId":"-1","userLoginName":"Desinta"}},"inputDto":{"partnerCode":"DESINTA"}}}
  269. 2016-08-31 12:14:46.804 [INFO] org.jleaf.serviceflow.util.test.SpringServiceTestExecutionListener:574 - ***************************************************
  270. 2016-08-31 12:14:46.805 [INFO] org.jleaf.serviceflow.util.test.SpringServiceTestExecutionListener:575 - Expected: {"result":{"status":"OK"}}
  271. 2016-08-31 12:14:46.805 [INFO] org.jleaf.serviceflow.util.test.SpringServiceTestExecutionListener:576 - Actual: {"result":{"status":"OK"}}
  272. 2016-08-31 12:14:46.807 [INFO] org.springframework.test.jdbc.SimpleJdbcTestUtils:71 - Deleted 2 rows from table m_employee_job
  273. 2016-08-31 12:14:46.810 [INFO] org.springframework.test.jdbc.SimpleJdbcTestUtils:71 - Deleted 2 rows from table m_partner
  274. 2016-08-31 12:14:46.814 [INFO] org.springframework.test.jdbc.SimpleJdbcTestUtils:71 - Deleted 2 rows from table t_user
  275. 2016-08-31 12:14:46.823 [INFO] org.springframework.test.jdbc.SimpleJdbcTestUtils:71 - Deleted 1 rows from table t_combo
  276. 2016-08-31 12:14:46.826 [INFO] org.springframework.test.jdbc.SimpleJdbcTestUtils:71 - Deleted 3 rows from table t_combo_value
  277. 2016-08-31 12:14:46.826 [INFO] org.springframework.test.jdbc.SimpleJdbcTestUtils:133 - Executing SQL script from class path resource [scripts/init_employee_job.sql]
  278. 2016-08-31 12:14:46.833 [DEBUG] org.springframework.test.jdbc.SimpleJdbcTestUtils:151 - 2 rows affected by SQL: INSERT INTO m_employee_job(
  279. partner_code, employee_job, username,
  280. version, create_datetime, create_username,
  281. update_datetime, update_username)
  282. VALUES ('DESINTA', 'PURCH', 'Desinta',
  283. 1, '20160729000000','Nadia',
  284. '20160729000000', 'Nadia'),
  285. ('NADIA', 'SALES', 'Nadia',
  286. 2, '20160808000000','Desinta',
  287. '20160808000000', 'Desinta')
  288. 2016-08-31 12:14:46.840 [DEBUG] org.springframework.test.jdbc.SimpleJdbcTestUtils:151 - 2 rows affected by SQL:
  289. INSERT INTO m_partner(
  290. partner_code, partner_name, flg_customer, flg_supplier, flg_employee,
  291. address1, address2, city, state_or_province, zip_code, country,
  292. phone1, phone2, fax1, fax2, email, rating, default_gross_sell_price,
  293. default_gross_buy_price, active, active_datetime, non_active_datetime,
  294. version, create_datetime, create_username, update_datetime, update_username)
  295. VALUES ('DESINTA', 'IKA', 'Y', 'Y', 'Y',
  296. 'Pamulang Timur', 'Pamulang', 'Tangerang', 'Banten','15417', 'Indonesia',
  297. '0217413971','087809002724','0217413971','','adit@yahoo.com', 5, 9.5,
  298. 9.5, 'Y','20160523000000', ' ',
  299. 0,'20160523000000', 'Nadia', '20160524000000', 'Nadia'),
  300. ('NADIA', 'RESKY', 'Y', 'Y', 'Y',
  301. 'Pamulang Barat', 'Pamulang', 'Tangerang', 'Banten','15427', 'Indonesia',
  302. '0217413971','087809002724','0217413971','','nadia@yahoo.com', 5, 9.5,
  303. 9.5, 'Y','20160523000000', ' ',
  304. 0,'20160523000000', 'Desinta', '20160524000000', 'Desinta')
  305. 2016-08-31 12:14:46.847 [DEBUG] org.springframework.test.jdbc.SimpleJdbcTestUtils:151 - 2 rows affected by SQL:
  306. INSERT INTO t_user(
  307. user_id, tenant_id, username, email, fullname, password, phone,
  308. role_default_id, private_key, create_datetime, create_user_id,
  309. update_datetime, update_user_id, version, active, active_datetime,
  310. non_active_datetime, ou_default_id, policy_default_id)
  311. VALUES (10, 10, 'Desinta', 'user1@gmail.com', 'User Satu', 'user1', '083464363',
  312. 10, '9457c7ca3ae0dc907ad1703c15287d5c', '20160419194303', -1,
  313. '20160419194303', -1, 2, 'Y', '20160419194303',
  314. '', 10, 10),
  315. (20, 20, 'Nadia', 'user2gmail.com', 'User Dua', 'user2', '083464364',
  316. 10, '9457c7ca3ae0dc907ad1703c15287d5d', '20160419194304', -1,
  317. '20160419194304', -1, 2, 'Y', '20160419194304',
  318. '', 20, 20)
  319. 2016-08-31 12:14:46.849 [DEBUG] org.springframework.test.jdbc.SimpleJdbcTestUtils:151 - 1 rows affected by SQL:
  320. INSERT INTO t_combo (
  321. combo_id, combo_name, description, combo_type,
  322. create_datetime, create_user_id, update_datetime, update_user_id,
  323. version )
  324. VALUES ('EMPLOYEEJOB', 'Combo Employee JOb', 'Constant Combo Employee Job', 'FIX',
  325. '20160726000000', -1, '20160726000000', -1,0 )
  326. 2016-08-31 12:14:46.853 [DEBUG] org.springframework.test.jdbc.SimpleJdbcTestUtils:151 - 3 rows affected by SQL:
  327. INSERT INTO t_combo_value(
  328. combo_id, code, prop_key, code_group,
  329. sort_no, create_datetime, create_user_id, update_datetime,
  330. update_user_id, "version")
  331. VALUES('EMPLOYEEJOB', 'SALES', 'Sales', 'EMPLOYEE',
  332. 1, '20160726000000', -1, '20160726000000',
  333. -1, 0 ),
  334. ('EMPLOYEEJOB', 'PURCH', 'Purch', 'EMPLOYEE',
  335. 1, '20160726000000', -1, '20160726000000',
  336. -1, 0 ),
  337. ('EMPLOYEEJOB', 'FINANCE', 'Finance', 'EMPLOYEE',
  338. 1, '20160726000000', -1, '20160726000000',
  339. -1, 0 )
  340. 2016-08-31 12:14:46.853 [INFO] org.springframework.test.jdbc.SimpleJdbcTestUtils:167 - Done executing SQL scriptBuilder from class path resource [scripts/init_employee_job.sql] in 26 ms.
  341. Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.171 sec - in org.jleaf.pos2.master.services.test.employeeJob.TestServiceMasterEmployeeJob
  342.  
  343. Results :
  344.  
  345. Tests run: 4, Failures: 0, Errors: 0, Skipped: 0
  346.  
  347. [INFO] ------------------------------------------------------------------------
  348. [INFO] BUILD SUCCESS
  349. [INFO] ------------------------------------------------------------------------
  350. [INFO] Total time: 13.303s
  351. [INFO] Finished at: Wed Aug 31 12:14:46 WIT 2016
  352. [INFO] Final Memory: 19M/216M
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement