Advertisement
Guest User

Untitled

a guest
Aug 19th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. No signature of method: static com.lefp.sgaw.Empleado.get() is applicable for argument types: (java.lang.Integer) values: [1] Possible solutions: getId(), grep(java.lang.Object), getAt(java.lang.String), wait(), any(), wait(long)
  2.  
  3. groovy.lang.MissingMethodException: No signature of method: static com.lefp.sgaw.Empleado.get() is applicable for argument types: (java.lang.Integer) values: [1]
  4. Possible solutions: getId(), grep(java.lang.Object), getAt(java.lang.String), wait(), any(), wait(long)
  5. at com.lefp.sgaw.EmpleadoService.obtenerEmpleado(EmpleadoService.groovy:12)
  6. at com.lefp.sgaw.EmpleadoService$obtenerEmpleado.call(Unknown Source)
  7. at com.lefp.sgaw.CargaFamiliarService.obtenerCargaFamiliarPorEmpleadoList(CargaFamiliarService.groovy:26)
  8. at com.lefp.sgaw.CargaFamiliarService$obtenerCargaFamiliarPorEmpleadoList.call(Unknown Source)
  9. at com.lefp.sgaw.CargaFamiliarServiceTests$_testObtenerCargaFamiliarPorEmpleadoList_closure9.doCall(CargaFamiliarServiceTests.groovy:62)
  10. at com.lefp.sgaw.CargaFamiliarServiceTests$_testObtenerCargaFamiliarPorEmpleadoList_closure9.doCall(CargaFamiliarServiceTests.groovy)
  11. at com.lefp.sgaw.CargaFamiliarServiceTests.testObtenerCargaFamiliarPorEmpleadoList(CargaFamiliarServiceTests.groovy:60)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement