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-3929 WeldApplicationFactory does not override getWrapped() #6776

Merged
merged 1 commit into from Oct 6, 2014

Conversation

jharting
Copy link
Contributor

@jharting jharting commented Oct 2, 2014

PR for 8.x #6775

@wildfly-ci
Copy link

Linux with security manager Build 139 is now running using a merge of b91de84

@wildfly-ci
Copy link

Windows Build 255 is now running using a merge of b91de84

@wildfly-ci
Copy link

Linux Build 5105 is now running using a merge of b91de84

@wildfly-ci
Copy link

Linux with security manager Build 139 outcome was SUCCESS using a merge of b91de84
Summary: Tests passed: 790, ignored: 242 Build time: 0:06:32

@wildfly-ci
Copy link

Linux Build 5105 outcome was FAILURE using a merge of b91de84
Summary: Tests failed: 2 (2 new), passed: 3083, ignored: 260 Build time: 0:56:14

Build problems:

Failed tests detected

Failed tests

org.jboss.as.test.integration.ejb.mdb.vaultedproperties.MDBWithVaultedPropertiesTestCase.sendAndReceiveMessage: java.lang.RuntimeException: Could not inject members
    at org.jboss.arquillian.testenricher.cdi.CDIInjectionEnricher.injectClass(CDIInjectionEnricher.java:135)
    at org.jboss.arquillian.testenricher.cdi.CDIInjectionEnricher.enrich(CDIInjectionEnricher.java:78)

org.jboss.as.test.manualmode.management.cli.HTTPSConnectionWithCLITestCase.testTrustedCLICertificate: java.lang.AssertionError: Client with valid certificate should be authenticated.
Expected: a string containing "\"outcome\" => \"success\""
     but: was "1: INFO  [org.jboss.modules] JBoss Modules version 1.3.4.Final
INFO  [org.xnio] XNIO version 3.3.0.Beta2
INFO  [org.xnio.nio] XNIO NIO Implementation Version 3.3.0.Beta2
INFO  [org.jboss.remoting] JBoss Remoting version 4.0.5.Beta1
org.jboss.as.cli.CliInitializationException: Failed to connect to the controller
 at org.jboss.as.cli.impl.CliLauncher.initCommandContext(CliLauncher.java:278)
 at org.jboss.as.cli.impl.CliLauncher.main(CliLauncher.java:241)
 at org.jboss.as.cli.CommandLineMain.main(CommandLineMain.java:34)
 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.modules.Module.run(Module.java:312)
 at org.jboss.modules.Main.main(Main.java:460)
Caused by: org.jboss.as.cli.CommandLineException: The controller is not available at [::1]:9993
 at org.jboss.as.cli.impl.CommandContextImpl.tryConnection(CommandContextImpl.java:1018)
 at org.jboss.as.cli.impl.CommandContextImpl.connectController(CommandContextImpl.java:853)
 at org.jboss.as.cli.impl.CommandContextImpl.connectController(CommandContextImpl.java:831)
 at org.jboss.as.cli.impl.CliLauncher.initCommandContext(CliLauncher.java:276)
 ... 8 more
Caused by: java.io.IOException: java.net.ConnectException: WFLYPRT0023: Could not connect to https-remoting://[::1]:9993. The connection timed out
 at org.jboss.as.controller.client.impl.AbstractModelControllerClient.executeForResult(AbstractModelControllerClient.java:129)
 at org.jboss.as.controller.client.impl.AbstractModelControllerClient.execute(AbstractModelControllerClient.java:71)
 at org.jboss.as.cli.impl.CommandContextImpl.tryConnection(CommandContextImpl.java:995)
 ... 11 more
Caused by: java.net.ConnectException: WFLYPRT0023: Could not connect to https-remoting://[::1]:9993. The connection timed out
 at org.jboss.as.protocol.ProtocolConnectionUtils.connectSync(ProtocolConnectionUtils.java:120)
 at org.jboss.as.protocol.ProtocolConnectionManager$EstablishingConnection.connect(ProtocolConnectionManager.java:257)
 at org.jboss.as.protocol.ProtocolConnectionManager.connect(ProtocolConnectionManager.java:71)
 at org.jboss.as.protocol.mgmt.FutureManagementChannel$Establishing.getChannel(FutureManagementChannel.java:212)
 at org.jboss.as.cli.impl.CLIModelControllerClient.getOrCreateChannel(CLIModelControllerClient.java:169)
 at org.jboss.as.cli.impl.CLIModelControllerClient$2.getChannel(CLIModelControllerClient.java:129)
 at org.jboss.as.protocol.mgmt.ManagementChannelHandler.executeRequest(ManagementChannelHandler.java:147)
 at org.jboss.as.protocol.mgmt.ManagementChannelHandler.executeRequest(ManagementChannelHandler.java:122)
 at org.jboss.as.controller.client.impl.AbstractModelControllerClient.executeRequest(AbstractModelControllerClient.java:236)
 at org.jboss.as.controller.client.impl.AbstractModelControllerClient.execute(AbstractModelControllerClient.java:141)
 at org.jboss.as.controller.client.impl.AbstractModelControllerClient.executeForResult(AbstractModelControllerClient.java:127)
 ... 13 more
"
java.lang.AssertionError: Client with valid certificate should be authenticated.
Expected: a string containing "\"outcome\" => \"success\""
     but: was "1: INFO  [org.jboss.modules] JBoss Modules version 1.3.4.Final

@wildfly-ci
Copy link

Windows Build 255 outcome was FAILURE using a merge of b91de84
Summary: Tests failed: 1 (1 new), passed: 3083, ignored: 260, muted: 1 Build time: 1:00:56

Build problems:

Failed tests detected

Failed tests

org.jboss.as.test.integration.messaging.jms.context.VaultedInjectedJMSContextTestCase.sendMessage: javax.ejb.EJBException: javax.jms.JMSSecurityRuntimeException: HQ119031: Unable to validate user: ${VAULT::messaging::userName::1}
    at org.hornetq.core.protocol.core.impl.ChannelImpl.sendBlocking(ChannelImpl.java:399)
    at org.hornetq.core.client.impl.ClientSessionFactoryImpl.createSessionInternal(ClientSessionFactoryImpl.java:891)

@wildfly-ci
Copy link

Linux with security manager Build 150 is now running using a merge of b91de84

@wildfly-ci
Copy link

Linux Build 5114 is now running using a merge of b91de84

@wildfly-ci
Copy link

Windows Build 263 is now running using a merge of b91de84

@wildfly-ci
Copy link

Linux with security manager Build 150 outcome was SUCCESS using a merge of b91de84
Summary: Tests passed: 790, ignored: 242 Build time: 0:07:15

@wildfly-ci
Copy link

Linux Build 5114 outcome was SUCCESS using a merge of b91de84
Summary: Tests passed: 3085, ignored: 260 Build time: 0:56:23

@wildfly-ci
Copy link

Windows Build 263 outcome was SUCCESS using a merge of b91de84
Summary: Tests passed: 3084, ignored: 260, muted: 1 Build time: 0:58:13

@stuartwdouglas stuartwdouglas merged commit b91de84 into wildfly:master Oct 6, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants