See
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-WF8/1620...
Changes:
[Jozef Hartinger] WELD-1699 InterceptorModel not properly intialized for a session bean
------------------------------------------
[...truncated 3090 lines...]
Running org.jboss.weld.tests.annotatedType.superclass.SuperclassTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.549 sec - in
org.jboss.weld.tests.annotatedType.superclass.SuperclassTest
Running org.jboss.weld.tests.annotatedType.superclass.SuperclassModifiedTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.588 sec - in
org.jboss.weld.tests.annotatedType.superclass.SuperclassModifiedTest
Running org.jboss.weld.tests.annotatedType.annotation.SyntheticAnnotationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.589 sec - in
org.jboss.weld.tests.annotatedType.annotation.SyntheticAnnotationTest
Running org.jboss.weld.tests.annotatedType.ExampleTest
Tests run: 2, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.466 sec <<<
FAILURE! - in org.jboss.weld.tests.scope.RemoteScopeTest
org.jboss.weld.tests.scope.RemoteScopeTest Time elapsed: 0.167 sec <<< ERROR!
java.lang.RuntimeException: Could not invoke deployment method: public static
org.jboss.shrinkwrap.api.Archive org.jboss.weld.tests.scope.RemoteScopeTest.deploy()
at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
at org.jboss.weld.tests.scope.RemoteScopeTest.deploy(RemoteScopeTest.java:49)
Running org.jboss.weld.tests.scope.unproxyable.method.NonPrivateNonStaticFinalMethodTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.423 sec - in
org.jboss.weld.tests.scope.unproxyable.method.NonPrivateNonStaticFinalMethodTest
Running org.jboss.weld.tests.scope.unproxyable.method.StaticFinalMethodTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.596 sec - in
org.jboss.weld.tests.scope.unproxyable.method.StaticFinalMethodTest
Running org.jboss.weld.tests.scope.unproxyable.method.PrivateFinalMethodTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.459 sec - in
org.jboss.weld.tests.scope.unproxyable.method.PrivateFinalMethodTest
Running org.jboss.weld.tests.scope.unproxyable.UnproxyableTest
Tests run: 2, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.86 sec <<<
FAILURE! - in org.jboss.weld.tests.scope.ScopeTest
org.jboss.weld.tests.scope.ScopeTest Time elapsed: 0.015 sec <<< ERROR!
java.lang.RuntimeException: Could not invoke deployment method: public static
org.jboss.shrinkwrap.api.Archive org.jboss.weld.tests.scope.ScopeTest.deploy()
at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
at org.jboss.weld.tests.scope.ScopeTest.deploy(ScopeTest.java:37)
Running org.jboss.weld.tests.integration.multideployment.CrossDeploymentTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.707 sec - in
org.jboss.weld.tests.integration.multideployment.CrossDeploymentTest
Running org.jboss.weld.tests.event.SimpleEventTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.629 sec - in
org.jboss.weld.tests.event.SimpleEventTest
Running org.jboss.weld.tests.event.weld1361.FiringNullEventTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.567 sec <<<
FAILURE! - in org.jboss.weld.tests.event.weld1361.FiringNullEventTest
test(org.jboss.weld.tests.event.weld1361.FiringNullEventTest) Time elapsed: 0.051 sec
<<< ERROR!
java.lang.Exception: Unexpected exception,
expected<java.lang.IllegalArgumentException> but
was<org.jboss.arquillian.test.spi.ArquillianProxyException>
at org.jboss.weld.util.Preconditions.checkArgumentNotNull(Preconditions.java:40)
at org.jboss.weld.event.EventImpl.fire(EventImpl.java:80)
at
org.jboss.weld.tests.event.weld1361.FiringNullEventTest.test(FiringNullEventTest.java:49)
Running org.jboss.weld.tests.event.weld1361.RawEventTypeTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.626 sec <<<
FAILURE! - in org.jboss.weld.tests.event.weld1361.RawEventTypeTest
test(org.jboss.weld.tests.event.weld1361.RawEventTypeTest) Time elapsed: 0.061 sec
<<< ERROR!
java.lang.Exception: Unexpected exception,
expected<java.lang.IllegalArgumentException> but
was<org.jboss.arquillian.test.spi.ArquillianProxyException>
at org.jboss.weld.event.ObserverNotifier$EventTypeCheck.load(ObserverNotifier.java:200)
at org.jboss.weld.event.ObserverNotifier$EventTypeCheck.load(ObserverNotifier.java:190)
at
com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3524)
at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2317)
at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2280)
at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2195)
at com.google.common.cache.LocalCache.get(LocalCache.java:3934)
at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:3938)
at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:4821)
at org.jboss.weld.util.cache.LoadingCacheUtils.getCacheValue(LoadingCacheUtils.java:49)
at org.jboss.weld.event.ObserverNotifier.checkEventObjectType(ObserverNotifier.java:183)
at
org.jboss.weld.event.ObserverNotifier.resolveObserverMethods(ObserverNotifier.java:96)
at org.jboss.weld.event.EventImpl.getObservers(EventImpl.java:95)
at org.jboss.weld.event.EventImpl.fire(EventImpl.java:81)
at org.jboss.weld.tests.event.weld1361.EventFiringBean.fire(EventFiringBean.java:28)
at org.jboss.weld.tests.event.weld1361.RawEventTypeTest.test(RawEventTypeTest.java:49)
Running org.jboss.weld.tests.event.subtype.EventSelectTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.591 sec - in
org.jboss.weld.tests.event.subtype.EventSelectTest
Running org.jboss.weld.tests.event.lifecycle.ContainerLifecycleEventNotFiredIntoBeanTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.368 sec - in
org.jboss.weld.tests.event.lifecycle.ContainerLifecycleEventNotFiredIntoBeanTest
Running
org.jboss.weld.tests.event.lifecycle.concurrent.ContainerLifecycleEventDeliveryNotConcurrentTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.669 sec - in
org.jboss.weld.tests.event.lifecycle.concurrent.ContainerLifecycleEventDeliveryNotConcurrentTest
Running
org.jboss.weld.tests.event.lifecycle.phase.ContainerLifecycleEventInvocationOutsideObserverTest
Tests run: 5, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.569 sec <<<
FAILURE! - in
org.jboss.weld.tests.event.observer.conditional.ConditionalObserverCustomContextTest
org.jboss.weld.tests.event.observer.transactional.TransactionalObserversTest Time
elapsed: 0.184 sec <<< ERROR!
java.lang.RuntimeException: Could not invoke deployment method: public static
org.jboss.shrinkwrap.api.Archive
org.jboss.weld.tests.event.observer.transactional.TransactionalObserversTest.deploy()
at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
at
org.jboss.weld.tests.event.observer.transactional.TransactionalObserversTest.deploy(TransactionalObserversTest.java:46)
org.jboss.weld.tests.event.observer.conditional.ConditionalObserverCustomContextTest Time
elapsed: 0.191 sec <<< ERROR!
java.lang.RuntimeException: Could not invoke deployment method: public static
org.jboss.shrinkwrap.api.spec.WebArchive
org.jboss.weld.tests.event.observer.conditional.ConditionalObserverCustomContextTest.createTestArchive()
at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
at
org.jboss.weld.tests.event.observer.conditional.ConditionalObserverCustomContextTest.createTestArchive(ConditionalObserverCustomContextTest.java:43)
Running
org.jboss.weld.tests.event.observer.validation.ObserverMethodParameterInjectionValidationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.418 sec - in
org.jboss.weld.tests.event.observer.validation.ObserverMethodParameterInjectionValidationTest
Running org.jboss.weld.tests.event.observer.validation.FiringArrayEventTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.519 sec - in
org.jboss.weld.tests.event.observer.validation.FiringArrayEventTest
Running
org.jboss.weld.tests.event.observer.validation.enterprise.InheritedObserverMethodNotInBusinessInterfaceValidationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.497 sec - in
org.jboss.weld.tests.event.observer.validation.enterprise.InheritedObserverMethodNotInBusinessInterfaceValidationTest
Running org.jboss.weld.tests.event.observer.superclass.SuperclassObserversTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.582 sec - in
org.jboss.weld.tests.event.observer.superclass.SuperclassObserversTest
Running org.jboss.weld.tests.event.observer.superclass.SuperclassObservers1Test
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.572 sec - in
org.jboss.weld.tests.event.observer.superclass.SuperclassObservers1Test
Running org.jboss.weld.tests.event.observer.superclass.SuperclassObservers2Test
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.554 sec - in
org.jboss.weld.tests.event.observer.superclass.SuperclassObservers2Test
Running org.jboss.weld.tests.event.EventQualifierTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.603 sec - in
org.jboss.weld.tests.event.EventQualifierTest
Running org.jboss.weld.tests.event.parameterized.ParameterizedEventTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.194 sec - in
org.jboss.weld.tests.event.parameterized.ParameterizedEventTest
Running org.jboss.weld.tests.event.tx.TxEventTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.628 sec - in
org.jboss.weld.tests.event.tx.TxEventTest
Running org.jboss.weld.tests.annotations.weld1131.Weld1131Test
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.591 sec - in
org.jboss.weld.tests.annotations.weld1131.Weld1131Test
Running org.jboss.weld.tests.annotations.AnnotationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.141 sec - in
org.jboss.weld.tests.annotations.AnnotationTest
Results :
Tests in error:
SessionBeanInterceptorTrulySerializableTest.org.jboss.weld.tests.ejb.interceptor.serializable.SessionBeanInterceptorTrulySerializableTest
» Runtime
EjbDecoratorTest.org.jboss.weld.tests.decorators.ejb.EjbDecoratorTest » Runtime
CustomDecoratorTest.org.jboss.weld.tests.decorators.custom.CustomDecoratorTest »
Runtime
CustomDecorator2Test.org.jboss.weld.tests.decorators.custom.CustomDecorator2Test »
Runtime
DecoratorWithNoDecoratedTypes3Test.org.jboss.weld.tests.decorators.broken.DecoratorWithNoDecoratedTypes3Test
» Runtime
InjectableReferenceOptimizationSessionTest.org.jboss.weld.tests.proxy.client.optimization.InjectableReferenceOptimizationSessionTest
» Runtime
InjectableReferenceOptimizationApplicationTest.org.jboss.weld.tests.proxy.client.optimization.InjectableReferenceOptimizationApplicationTest
» Runtime
InjectableReferenceOptimizationDependentTest.org.jboss.weld.tests.proxy.client.optimization.InjectableReferenceOptimizationDependentTest
» Runtime
InjectableReferenceOptimizationRequestTest.org.jboss.weld.tests.proxy.client.optimization.InjectableReferenceOptimizationRequestTest
» Runtime
InjectableReferenceOptimizationConversationTest.org.jboss.weld.tests.proxy.client.optimization.InjectableReferenceOptimizationConversationTest
» Runtime
ClientProxySerializationUnit.org.jboss.weld.tests.proxy.client.serialization.ClientProxySerializationUnit
» Runtime
ClientProxySerializationUnit.org.jboss.weld.tests.proxy.client.serialization.ClientProxySerializationUnit
» Runtime
EnterpriseBeanProxyTest.org.jboss.weld.tests.proxy.enterprise.EnterpriseBeanProxyTest »
Runtime
ManagerTest.org.jboss.weld.tests.beanManager.serializability.ManagerTest » Runtime
BeanManagerTest.org.jboss.weld.tests.beanManager.BeanManagerTest » Runtime Cou...
CreateBeanAttributesTest.org.jboss.weld.tests.beanManager.beanAttributes.CreateBeanAttributesTest
» Runtime
SessionBeanInherritanceAttributesTest.org.jboss.weld.tests.beanManager.beanAttributes.weld1473.SessionBeanInherritanceAttributesTest
» Runtime
CreateInjectionPointTest.org.jboss.weld.tests.beanManager.injectionPoint.CreateInjectionPointTest
» Runtime
BeanPreDestroyTest.org.jboss.weld.tests.beanManager.predestroy.BeanPreDestroyTest »
Runtime
SyntheticProducerTest.testInvalidProducerMethod1 » Unexpected exception, expe...
SyntheticProducerTest.testInvalidProducerMethod2 » Unexpected exception, expe...
SyntheticProducerTest.testInvalidProducerField1 » Unexpected exception, expec...
SyntheticProducerTest.testInvalidProducerField2 » Unexpected exception, expec...
SyntheticProducerTest.testInvalidProducerField3 » Unexpected exception, expec...
GetExtensionTest.testNoInstanceAvailable » Unexpected exception, expected<jav...
GetExtensionTest.testWithNull » Unexpected exception, expected<java.lang.Ille...
InstanceIteratorTest.org.jboss.weld.tests.instance.iterator.dependent.InstanceIteratorTest
» Runtime
PersistenceInjectionTest.org.jboss.weld.tests.injectionPoint.resource.persistence.PersistenceInjectionTest
» Runtime
ResourceInjectionTest.org.jboss.weld.tests.injectionPoint.resource.ResourceInjectionTest
» Runtime
InjectionPointTest.org.jboss.weld.tests.injectionPoint.InjectionPointTest » Runtime
Weld1177Test.org.jboss.weld.tests.injectionPoint.weld1177.Weld1177Test » Runtime
InjectedManagerCurrentActivityTest.org.jboss.weld.tests.activities.current.InjectedManagerCurrentActivityTest
» Runtime
EventCurrentActivityTest.org.jboss.weld.tests.activities.current.EventCurrentActivityTest
» Runtime
InstanceCurrentActivityTest.org.jboss.weld.tests.activities.current.InstanceCurrentActivityTest
» Runtime
NonNormalScopeTest.org.jboss.weld.tests.activities.current.NonNormalScopeTest » Runtime
ELCurrentActivityTest.org.jboss.weld.tests.activities.current.ELCurrentActivityTest »
Runtime
InactiveScopeTest.testInactiveScope » Unexpected exception, expected<javax.en...
ActivitiesTest.org.jboss.weld.tests.activities.ActivitiesTest » Runtime Could ...
EarSpecializationTest.org.jboss.weld.tests.specialization.modular.EarSpecializationTest
» Runtime
ContextTest.org.jboss.weld.tests.contexts.ContextTest » Runtime Could not invo...
PassivationTest.org.jboss.weld.tests.contexts.passivating.serialization.interception.PassivationTest
» Runtime
PassivationTest.org.jboss.weld.tests.contexts.passivating.serialization.PassivationTest
» Runtime
BeanMetadataPassivationCapableDependencyTest.org.jboss.weld.tests.builtinBeans.metadata.passivation.BeanMetadataPassivationCapableDependencyTest
» Runtime
EEResourceProducerFieldPassivationCapableTest.org.jboss.weld.tests.builtinBeans.ee.EEResourceProducerFieldPassivationCapableTest
» Runtime
BuiltInBeanPassivationCapableTest.org.jboss.weld.tests.builtinBeans.BuiltInBeanPassivationCapableTest
» Runtime
InjectionTargetTest.org.jboss.weld.tests.injectionTarget.InjectionTargetTest » Runtime
LookupInstanceTest.org.jboss.weld.tests.resolution.LookupInstanceTest » Runtime
ResolutionTest.org.jboss.weld.tests.resolution.ResolutionTest » Runtime Could ...
ContextualReferenceTest.org.jboss.weld.tests.resolution.wbri293.ContextualReferenceTest
» Runtime
NamedProducerTest.org.jboss.weld.tests.producer.method.NamedProducerTest » Runtime
InstanceCleanupTest.org.jboss.weld.tests.producer.method.InstanceCleanupTest » Runtime
NullProducerTest.org.jboss.weld.tests.producer.method.NullProducerTest » Runtime
DisposalMethodOnOtherBeanNotResolvedTest.org.jboss.weld.tests.producer.method.DisposalMethodOnOtherBeanNotResolvedTest
» Runtime
ManagerProducerTest.org.jboss.weld.tests.producer.method.ManagerProducerTest » Runtime
DisposalMethodInjectionPointTest.org.jboss.weld.tests.producer.method.DisposalMethodInjectionPointTest
» Runtime
NamedProducerWithBindingTest.org.jboss.weld.tests.producer.method.NamedProducerWithBindingTest
» Runtime
ReceiverBeanLifecycleTest.org.jboss.weld.tests.producer.receiver.ReceiverBeanLifecycleTest
» Runtime
AnnotatedTypeBdaIdTest.org.jboss.weld.tests.serialization.annotated.id.AnnotatedTypeBdaIdTest
» Runtime
BackedAnnotatedTypeSerializationTest.org.jboss.weld.tests.serialization.annotated.BackedAnnotatedTypeSerializationTest
» Runtime
UnbackedAnnotatedTypeSerializationTest.org.jboss.weld.tests.serialization.annotated.UnbackedAnnotatedTypeSerializationTest
» Runtime
SerializationTest.org.jboss.weld.tests.serialization.SerializationTest » Runtime
ELResolverTest.org.jboss.weld.tests.el.resolver.ELResolverTest » Runtime Could...
InterceptorInvocationTest.org.jboss.weld.tests.interceptors.weld1391.InterceptorInvocationTest
» Runtime
ExcludeClassInterceptorsTest.org.jboss.weld.tests.interceptors.exclusion.ExcludeClassInterceptorsTest
» Runtime
SessionBeanConstructorInterceptionTest.org.jboss.weld.tests.interceptors.aroundConstruct.extended.ejb.SessionBeanConstructorInterceptionTest
» Runtime
ConstructorInterceptionTest.org.jboss.weld.tests.interceptors.aroundConstruct.extended.ConstructorInterceptionTest
» Runtime
AroundConstructTest.org.jboss.weld.tests.interceptors.aroundConstruct.basic.AroundConstructTest
» Runtime
TargetClassInterceptorTest.org.jboss.weld.tests.interceptors.spi.TargetClassInterceptorTest
» Runtime
DuplicateInterceptorTest.org.jboss.weld.tests.interceptors.weld1410.DuplicateInterceptorTest
» Runtime
InterceptorBridgeMethodTest.org.jboss.weld.tests.interceptors.bridgemethods.hierarchy.InterceptorBridgeMethodTest
» Runtime
ExceptionHandlingTest.org.jboss.weld.tests.exceptions.ExceptionHandlingTest » Runtime
SuperTypeTest.org.jboss.weld.tests.extensions.supertypes.beans.SuperTypeTest » Runtime
ExtensionFieldMissingDependencyTest.org.jboss.weld.tests.extensions.missing.dependencies.ExtensionFieldMissingDependencyTest
» Runtime
MultipleBeansTest.org.jboss.weld.tests.extensions.multipleBeans.MultipleBeansTest »
Runtime
VerifyValuesTest.org.jboss.weld.tests.extensions.lifecycle.processBeanAttributes.VerifyValuesTest
» Runtime
SetBeanAttributesTest.org.jboss.weld.tests.extensions.lifecycle.processBeanAttributes.modify.SetBeanAttributesTest
» Runtime
SpecializationTest.org.jboss.weld.tests.extensions.lifecycle.processBeanAttributes.specialization.SpecializationTest
» Runtime
VetoTest.org.jboss.weld.tests.extensions.lifecycle.processBeanAttributes.specialization.VetoTest
» Runtime
ProcessInjectionPointFiredTest.org.jboss.weld.tests.extensions.lifecycle.processInjectionPoint.ProcessInjectionPointFiredTest
» Runtime
AfterTypeDiscoveryTest.org.jboss.weld.tests.extensions.lifecycle.atd.AfterTypeDiscoveryTest
» Runtime
InjectedExtensionIsPassivationCapableDependencyTest.org.jboss.weld.tests.extensions.injection.InjectedExtensionIsPassivationCapableDependencyTest
» Runtime
InterceptorExtensionTest.org.jboss.weld.tests.extensions.interceptors.InterceptorExtensionTest
» Runtime
AnnotatedTypeExtensionTest.org.jboss.weld.tests.extensions.annotatedType.AnnotatedTypeExtensionTest
» Runtime
AnnotatedTypeSessionBeanTest.org.jboss.weld.tests.extensions.annotatedType.ejb.AnnotatedTypeSessionBeanTest
» Runtime
EnterpriseBeanLifecycleRemoteTest.org.jboss.weld.tests.enterprise.lifecycle.EnterpriseBeanLifecycleRemoteTest
» Runtime
EnterpriseBeanLifecycleTest.org.jboss.weld.tests.enterprise.lifecycle.EnterpriseBeanLifecycleTest
» Runtime
EnterpriseBeanTest.org.jboss.weld.tests.enterprise.EnterpriseBeanTest » Runtime
EnterpriseBeanDefinitionTest.org.jboss.weld.tests.enterprise.EnterpriseBeanDefinitionTest
» Runtime
StereotypesTest.<init>:47 NoClassDefFound org/jboss/weld/annotated/slim/SlimAn...
StereotypesTest.<init>:47 NoClassDefFound org/jboss/weld/annotated/slim/SlimAn...
StereotypesTest.<init>:47 NoClassDefFound org/jboss/weld/annotated/slim/SlimAn...
InterceptedAnnotatedTypeTest.org.jboss.weld.tests.annotatedType.interceptors.InterceptedAnnotatedTypeTest
» Runtime
RemoteScopeTest.org.jboss.weld.tests.scope.RemoteScopeTest » Runtime Could not...
ScopeTest.org.jboss.weld.tests.scope.ScopeTest » Runtime Could not invoke depl...
FiringNullEventTest.test » Unexpected exception, expected<java.lang.IllegalAr...
RawEventTypeTest.test » Unexpected exception, expected<java.lang.IllegalArgum...
TransactionalObserversTest.org.jboss.weld.tests.event.observer.transactional.TransactionalObserversTest
» Runtime
ConditionalObserverCustomContextTest.org.jboss.weld.tests.event.observer.conditional.ConditionalObserverCustomContextTest
» Runtime
Tests run: 777, Failures: 0, Errors: 98, Skipped: 14
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 8:15.110s
[INFO] Finished at: Mon Jun 30 10:43:50 EDT 2014
[INFO] Final Memory: 43M/513M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.17:test
(default-test) on project weld-core-test-arquillian: There are test failures.
[ERROR]
[ERROR] Please refer to
<
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-int-WF8/ws/w...
for the individual test results.
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the
following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
Build step 'Execute shell' marked build as failure
Archiving artifacts
Recording test results