Advertisement
Guest User

Untitled

a guest
Jul 19th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.50 KB | None | 0 0
  1. -------------------------------------------------------
  2. T E S T S
  3. -------------------------------------------------------
  4. Running TasacionesTest
  5. [19/07/2019][17:29:13][ INFO][org.jboss.weld.Version][main] - WELD-000900: 3.0.0 (Alpha1)
  6. [19/07/2019][17:29:14][ WARN][org.jboss.weld.Bootstrap][main] - WELD-001208: Error when validating jar:file:/home/konecta/.m2/repository/py/com/personal/bc/is-common-mail/1.2/is-common-mail-1.2.jar!/META-INF/beans.xml@10 against xsd. cvc-complex-type.3.2.2: No está permitido que el atributo 'bean-discovery-mode' aparezca en el elemento 'beans'.
  7. [19/07/2019][17:29:14][ INFO][org.jboss.weld.Bootstrap][main] - WELD-000101: Transactional services not available. Injection of @Inject UserTransaction not available. Transactional observers will be invoked synchronously.
  8. [19/07/2019][17:29:20][ WARN][org.jboss.weld.Validator][main] - WELD-001471: Interceptor method init defined on class py.com.personal.bc.charging.function.cache.business.lru.CodigoAcumulacionPorServicioFacturableCache is not defined according to the specification. It should not throw java.lang.Exception, which is a checked exception.
  9. [19/07/2019][17:29:20][ WARN][org.jboss.weld.Validator][main] - WELD-001471: Interceptor method init defined on class py.com.personal.bc.tarifa.utils.TarifaCache is not defined according to the specification. It should not throw java.lang.Exception, which is a checked exception.
  10. [19/07/2019][17:29:20][ WARN][org.jboss.weld.Validator][main] - WELD-001471: Interceptor method init defined on class py.com.personal.bc.common.cache.utils.AbstractCache is not defined according to the specification. It should not throw java.lang.Exception, which is a checked exception.
  11. [19/07/2019][17:29:21][ WARN][org.jboss.weld.Validator][main] - WELD-001471: Interceptor method init defined on class py.com.personal.bc.shared.business.desglose.gprs.DesgloseGprsBusiness is not defined according to the specification. It should not throw java.lang.Exception, which is a checked exception.
  12. [19/07/2019][17:29:21][ WARN][org.jboss.weld.Validator][main] - WELD-001471: Interceptor method init defined on class py.com.personal.bc.shared.business.util.PrestadoraRoamingCache is not defined according to the specification. It should not throw java.lang.Exception, which is a checked exception.
  13. [19/07/2019][17:29:21][ WARN][org.jboss.weld.Validator][main] - WELD-001471: Interceptor method init defined on class py.com.personal.bc.common.cache.utils.AbstractCache is not defined according to the specification. It should not throw java.lang.Exception, which is a checked exception.
  14. [19/07/2019][17:29:21][ WARN][org.jboss.weld.Validator][main] - WELD-001471: Interceptor method init defined on class py.com.personal.bc.shared.business.desglose.llamada.DesgloseLlamadaBusiness is not defined according to the specification. It should not throw java.lang.Exception, which is a checked exception.
  15. [19/07/2019][17:29:21][ WARN][org.jboss.weld.Validator][main] - WELD-001471: Interceptor method init defined on class py.com.personal.bc.shared.business.RangoPorRoutingNumberPtbBusiness is not defined according to the specification. It should not throw java.lang.Exception, which is a checked exception.
  16. [19/07/2019][17:29:21][ WARN][org.jboss.weld.Validator][main] - WELD-001471: Interceptor method init defined on class py.com.personal.bc.shared.business.desglose.sms.struct.NumerosEspecialesSmsByRangoFinder is not defined according to the specification. It should not throw java.lang.Exception, which is a checked exception.
  17. [19/07/2019][17:29:21][ WARN][org.jboss.weld.Validator][main] - WELD-001471: Interceptor method init defined on class py.com.personal.bc.falcon.servicio.provisionable.cache.PackPcrfPorServicioProvisionableCache is not defined according to the specification. It should not throw java.lang.Exception, which is a checked exception.
  18. [19/07/2019][17:29:21][ WARN][org.jboss.weld.Validator][main] - WELD-001471: Interceptor method init defined on class py.com.personal.bc.falcon.servicio.provisionable.cache.ServicioProvisionableCache is not defined according to the specification. It should not throw java.lang.Exception, which is a checked exception.
  19. [19/07/2019][17:29:22][ WARN][org.jboss.weld.Validator][main] - WELD-001471: Interceptor method load defined on class py.com.personal.bc.falcon.saldo.cache.ComportamientosBolsasCache is not defined according to the specification. It should not throw java.lang.Exception, which is a checked exception.
  20. [19/07/2019][17:29:22][ WARN][org.jboss.weld.Validator][main] - WELD-001471: Interceptor method inicializar defined on class py.com.personal.bc.falcon.saldo.cache.ClaseBolsaCache is not defined according to the specification. It should not throw java.lang.Exception, which is a checked exception.
  21. Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 10.439 sec <<< FAILURE!
  22. prueba(TasacionesTest) Time elapsed: 0.013 sec <<< ERROR!
  23. java.lang.NoClassDefFoundError: py/com/personal/bc/initializer/ThreadMock
  24. at py.com.personal.bc.testingse.runner.WeldContext.<init>(WeldContext.java:24)
  25. at py.com.personal.bc.testingse.runner.WeldContext.<clinit>(WeldContext.java:15)
  26. at py.com.personal.bc.testingse.runner.CDIJUnitRunner.createTest(CDIJUnitRunner.java:22)
  27. at org.junit.runners.BlockJUnit4ClassRunner$1.runReflectiveCall(BlockJUnit4ClassRunner.java:266)
  28. at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
  29. at org.junit.runners.BlockJUnit4ClassRunner.methodBlock(BlockJUnit4ClassRunner.java:263)
  30. at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
  31. at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
  32. at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
  33. at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
  34. at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
  35. at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
  36. at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
  37. at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
  38. at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
  39. at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
  40. at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
  41. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  42. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  43. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  44. at java.lang.reflect.Method.invoke(Method.java:498)
  45. at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
  46. at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
  47. at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
  48. at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
  49. at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)
  50. Caused by: java.lang.ClassNotFoundException: py.com.personal.bc.initializer.ThreadMock
  51. at java.net.URLClassLoader.findClass(URLClassLoader.java:382)
  52. at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
  53. at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:349)
  54. at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  55. ... 26 more
  56.  
  57.  
  58. Results :
  59.  
  60. Tests in error:
  61. prueba(TasacionesTest): py/com/personal/bc/initializer/ThreadMock
  62.  
  63. Tests run: 1, Failures: 0, Errors: 1, Skipped: 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement