Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WFLY-1383 Disable pooling of stateless EJB's by default #5738

Closed
wants to merge 2 commits into from

Conversation

stuartwdouglas
Copy link
Contributor

No description provided.

@wildfly-ci
Copy link

Build 2272 is now running using a merge of b464ead

@wildfly-ci
Copy link

Build 2272 outcome was FAILURE using a merge of b464ead
Summary: Tests failed: 2 (2 new), passed: 5534, ignored: 73 Build time: 1:36:53

Build problems:

Failed tests detected

javax.ejb.EJBException: java.lang.IllegalStateException: JBAS011048: Failed to construct component instance
javax.ejb.EJBException: java.lang.IllegalStateException: JBAS011048: Failed to construct component instance
    at org.junit.Assert.fail(Assert.java:86)
    at org.junit.Assert.assertTrue(Assert.java:41)
    at org.junit.Assert.assertFalse(Assert.java:64)
    at org.junit.Assert.assertFalse(Assert.java:74)
    at org.jboss.as.test.integration.ejb.interceptor.lifecycle.chains.InterceptedWithProceedSLSB.postConstruct(InterceptedWithProceedSLSB.java:51)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:606)
    at org.jboss.as.ee.component.ManagedReferenceLifecycleMethodInterceptor.processInvocation(ManagedReferenceLifecycleMethodInterceptor.java:96)
    at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309)
    at org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53)
    at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309)
    at org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:406)
    at org.jboss.as.weld.ejb.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:70)
    at org.jboss.as.weld.ejb.Jsr299BindingsInterceptor.doLifecycleInterception(Jsr299BindingsInterceptor.java:117)
    at org.jboss.as.weld.ejb.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:103)
    at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309)
    at org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:406)
    at org.jboss.as.test.integration.ejb.interceptor.lifecycle.chains.LifecycleInterceptorWithProceed.postConstruct(LifecycleInterceptorWithProceed.java:40)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:606)
    at org.jboss.as.ee.component.ManagedReferenceLifecycleMethodInterceptor.processInvocation(ManagedReferenceLifecycleMethodInterceptor.java:84)
    at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309)
    at org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53)
    at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309)
    at org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:406)
    at org.jboss.weld.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:46)
    at org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:83)
    at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309)
    at org.jboss.as.weld.injection.WeldInjectionInterceptor.processInvocation(WeldInjectionInterceptor.java:53)
    at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309)
    at org.jboss.as.ee.component.AroundConstructInterceptorFactory$1.processInvocation(AroundConstructInterceptorFactory.java:28)
    at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309)
    at org.jboss.as.weld.injection.WeldInterceptorInjectionInterceptor.processInvocation(WeldInterceptorInjectionInterceptor.java:56)
    at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309)
    at org.jboss.as.ee.component.ComponentInstantiatorInterceptor.processInvocation(ComponentInstantiatorInterceptor.java:75)
    at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309)
    at org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53)
    at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:309)
    at org.jboss.as.weld.ejb.Jsr299B ...
java.lang.AssertionError: expected:<0> but was:<2>
java.lang.AssertionError: expected:<0> but was:<2>
    at org.junit.Assert.fail(Assert.java:88)
    at org.junit.Assert.failNotEquals(Assert.java:743)
    at org.junit.Assert.assertEquals(Assert.java:118)
    at org.junit.Assert.assertEquals(Assert.java:555)
    at org.junit.Assert.assertEquals(Assert.java:542)
    at org.jboss.as.test.clustering.cluster.ejb.stateful.StatefulTimeoutTestCase.timeout(StatefulTimeoutTestCase.java:119)

Failed tests

org.jboss.as.test.integration.ejb.interceptor.lifecycle.chains.InterceptorLifecycleSFSBTestCase.testInterceptorPostConstructWithProceed: javax.ejb.EJBException: java.lang.IllegalStateException: JBAS011048: Failed to construct component instance
    at org.junit.Assert.fail(Assert.java:86)
    at org.junit.Assert.assertTrue(Assert.java:41)

org.jboss.as.test.clustering.cluster.ejb.stateful.StatefulTimeoutTestCase(SYNC-tcp).timeout: java.lang.AssertionError: expected:<0> but was:<2>
    at org.junit.Assert.fail(Assert.java:88)
    at org.junit.Assert.failNotEquals(Assert.java:743)

@bstansberry
Copy link
Contributor

I'm assuming the InterceptorLifecycleSFSBTestCase failure is relevant; let me know if not.

@wildfly-ci
Copy link

Build 2304 is now running using a merge of 42a757c

@wildfly-ci
Copy link

Build 2304 outcome was FAILURE using a merge of 42a757c
Summary: Tests failed: 7 (7 new), passed: 5532, ignored: 73 Build time: 1:27:59

Build problems:

Failed tests detected

java.lang.AssertionError: expected:<true> but was:<false>
java.lang.AssertionError: expected:<true> but was:<false>
    at org.junit.Assert.fail(Assert.java:88)
    at org.junit.Assert.failNotEquals(Assert.java:743)
    at org.junit.Assert.assertEquals(Assert.java:118)
    at org.junit.Assert.assertEquals(Assert.java:144)
    at org.jboss.as.test.integration.mgmt.access.ValidateAddressOrOperationTestCase.validateAddress(ValidateAddressOrOperationTestCase.java:385)
    at org.jboss.as.test.integration.mgmt.access.ValidateAddressOrOperationTestCase.testValidateAddress(ValidateAddressOrOperationTestCase.java:281)
    at org.jboss.as.test.integration.mgmt.access.ValidateAddressOrOperationTestCase.test(ValidateAddressOrOperationTestCase.java:246)
    at org.jboss.as.test.integration.mgmt.access.ValidateAddressOrOperationTestCase.testAuditor(ValidateAddressOrOperationTestCase.java:233)
java.lang.AssertionError: expected:<true> but was:<false>
java.lang.AssertionError: expected:<true> but was:<false>
    at org.junit.Assert.fail(Assert.java:88)
    at org.junit.Assert.failNotEquals(Assert.java:743)
    at org.junit.Assert.assertEquals(Assert.java:118)
    at org.junit.Assert.assertEquals(Assert.java:144)
    at org.jboss.as.test.integration.mgmt.access.ValidateAddressOrOperationTestCase.validateAddress(ValidateAddressOrOperationTestCase.java:385)
    at org.jboss.as.test.integration.mgmt.access.ValidateAddressOrOperationTestCase.testValidateAddress(ValidateAddressOrOperationTestCase.java:281)
    at org.jboss.as.test.integration.mgmt.access.ValidateAddressOrOperationTestCase.test(ValidateAddressOrOperationTestCase.java:246)
    at org.jboss.as.test.integration.mgmt.access.ValidateAddressOrOperationTestCase.testOperator(ValidateAddressOrOperationTestCase.java:213)
java.lang.AssertionError: expected:<true> but was:<false>
java.lang.AssertionError: expected:<true> but was:<false>
    at org.junit.Assert.fail(Assert.java:88)
    at org.junit.Assert.failNotEquals(Assert.java:743)
    at org.junit.Assert.assertEquals(Assert.java:118)
    at org.junit.Assert.assertEquals(Assert.java:144)
    at org.jboss.as.test.integration.mgmt.access.ValidateAddressOrOperationTestCase.validateAddress(ValidateAddressOrOperationTestCase.java:385)
    at org.jboss.as.test.integration.mgmt.access.ValidateAddressOrOperationTestCase.testValidateAddress(ValidateAddressOrOperationTestCase.java:281)
    at org.jboss.as.test.integration.mgmt.access.ValidateAddressOrOperationTestCase.test(ValidateAddressOrOperationTestCase.java:246)
    at org.jboss.as.test.integration.mgmt.access.ValidateAddressOrOperationTestCase.testSuperUser(ValidateAddressOrOperationTestCase.java:238)
java.lang.AssertionError: expected:<true> but was:<false>
java.lang.AssertionError: expected:<true> but was:<false>
    at org.junit.Assert.fail(Assert.java:88)
    at org.junit.Assert.failNotEquals(Assert.java:743)
    at org.junit.Assert.assertEquals(Assert.java:118)
    at org.junit.Assert.assertEquals(Assert.java:144)
    at org.jboss.as.test.integration.mgmt.access.ValidateAddressOrOperationTestCase.validateAddress(ValidateAddressOrOperationTestCase.java:385)
    at org.jboss.as.test.integration.mgmt.access.ValidateAddressOrOperationTestCase.testValidateAddress(ValidateAddressOrOperationTestCase.java:281)
    at org.jboss.as.test.integration.mgmt.access.ValidateAddressOrOperationTestCase.test(ValidateAddressOrOperationTestCase.java:246)
    at org.jboss.as.test.integration.mgmt.access.ValidateAddressOrOperationTestCase.testMaintainer(ValidateAddressOrOperationTestCase.java:218)
java.lang.AssertionError: expected:<true> but was:<false>
java.lang.AssertionError: expected:<true> but was:<false>
    at org.junit.Assert.fail(Assert.java:88)
    at org.junit.Assert.failNotEquals(Assert.java:743)
    at org.junit.Assert.assertEquals(Assert.java:118)
    at org.junit.Assert.assertEquals(Assert.java:144)
    at org.jboss.as.test.integration.mgmt.access.ValidateAddressOrOperationTestCase.validateAddress(ValidateAddressOrOperationTestCase.java:385)
    at org.jboss.as.test.integration.mgmt.access.ValidateAddressOrOperationTestCase.testValidateAddress(ValidateAddressOrOperationTestCase.java:281)
    at org.jboss.as.test.integration.mgmt.access.ValidateAddressOrOperationTestCase.test(ValidateAddressOrOperationTestCase.java:246)
    at org.jboss.as.test.integration.mgmt.access.ValidateAddressOrOperationTestCase.testMonitor(ValidateAddressOrOperationTestCase.java:208)

##### and more errors, see build details

Failed tests

org.jboss.as.test.integration.mgmt.access.ValidateAddressOrOperationTestCase.testAuditor: java.lang.AssertionError: expected:<true> but was:<false>
    at org.junit.Assert.fail(Assert.java:88)
    at org.junit.Assert.failNotEquals(Assert.java:743)

org.jboss.as.test.integration.mgmt.access.ValidateAddressOrOperationTestCase.testOperator: java.lang.AssertionError: expected:<true> but was:<false>
    at org.junit.Assert.fail(Assert.java:88)
    at org.junit.Assert.failNotEquals(Assert.java:743)

org.jboss.as.test.integration.mgmt.access.ValidateAddressOrOperationTestCase.testSuperUser: java.lang.AssertionError: expected:<true> but was:<false>
    at org.junit.Assert.fail(Assert.java:88)
    at org.junit.Assert.failNotEquals(Assert.java:743)

org.jboss.as.test.integration.mgmt.access.ValidateAddressOrOperationTestCase.testMaintainer: java.lang.AssertionError: expected:<true> but was:<false>
    at org.junit.Assert.fail(Assert.java:88)
    at org.junit.Assert.failNotEquals(Assert.java:743)

org.jboss.as.test.integration.mgmt.access.ValidateAddressOrOperationTestCase.testMonitor: java.lang.AssertionError: expected:<true> but was:<false>
    at org.junit.Assert.fail(Assert.java:88)
    at org.junit.Assert.failNotEquals(Assert.java:743)

org.jboss.as.test.integration.mgmt.access.ValidateAddressOrOperationTestCase.testAdministrator: java.lang.AssertionError: expected:<true> but was:<false>
    at org.junit.Assert.fail(Assert.java:88)
    at org.junit.Assert.failNotEquals(Assert.java:743)

org.jboss.as.test.integration.mgmt.access.ValidateAddressOrOperationTestCase.testDeployer: java.lang.AssertionError: expected:<true> but was:<false>
    at org.junit.Assert.fail(Assert.java:88)
    at org.junit.Assert.failNotEquals(Assert.java:743)

@stuartwdouglas
Copy link
Contributor Author

Retest this please!

@wildfly-ci
Copy link

Build 2309 is now running using a merge of 42a757c

@wildfly-ci
Copy link

Build 2309 outcome was SUCCESS using a merge of 42a757c
Summary: Tests passed: 5539, ignored: 73 Build time: 1:30:02

@stuartwdouglas
Copy link
Contributor Author

merged

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants