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

WFCORE-1302 Rename wildfly-launcher.jar to launcher.jar #1362

Merged
merged 1 commit into from Jan 20, 2016

Conversation

ctomc
Copy link
Contributor

@ctomc ctomc commented Jan 15, 2016

No description provided.

@wildfly-ci
Copy link

Core - Full Integration Build 2576 outcome was FAILURE using a merge of bfc6540
Summary: Tests failed: 1 (1 new), passed: 3313, ignored: 191 Build time: 00:54:18

Failed tests

org.jboss.as.test.integration.ejb.stateful.passivation.PassivationTestCase.testPassivationMaxSize:  at com.sun.proxy.$Proxy61.runTestMethod(Unknown Source)
Caused by: java.io.IOException: Unable to invoke invoke(), status=WAITING
    at org.jboss.remotingjmx.protocol.v2.ClientConnection$TheConnection.invoke(ClientConnection.java:1072)
    at org.jboss.as.arquillian.container.ManagementClient$MBeanConnectionProxy.invoke(ManagementClient.java:560)
    at javax.management.MBeanServerInvocationHandler.invoke(MBeanServerInvocationHandler.java:298)
    at com.sun.proxy.$Proxy61.runTestMethod(Unknown Source)
------- Stdout: -------
 [0m12:24:09,658 INFO  [org.jboss.weld.deployer] (MSC service thread 1-2) WFLYWELD0010: Stopping weld service for deployment ReentrantLockTestCase.jar
 [0m [0m12:24:09,661 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0028: Stopped deployment ReentrantLockTestCase.jar (runtime-name: ReentrantLockTestCase.jar) in 4ms
 [0m [0m12:24:09,662 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 68) WFLYCLINF0003: Stopped client-mappings cache from ejb container
 [0m [0m12:24:09,665 INFO  [org.jboss.as.repository] (management-handler-thread - 3) WFLYDR0002: Content removed from location /opt/buildAgent/work/db872761b443af46/full/testsuite/integration/basic/target/jbossas/standalone/data/content/d2/04bbc8bb865d8beb75f3a052df8caf7b5032d5/content
 [0m [0m12:24:09,665 INFO  [org.jboss.as.server] (management-handler-thread - 3) WFLYSRV0009: Undeployed "ReentrantLockTestCase.jar" (runtime-name: "ReentrantLockTestCase.jar")
 [0m12:24:09,669 INFO  [org.jboss.as.test.integration.ejb.stateful.passivation.PassivationTestCase] (main) passivation-test.jar:
/org/
/org/jboss/
/org/jboss/as/
/org/jboss/as/test/
/org/jboss/as/test/integration/
/org/jboss/as/test/integration/ejb/
/org/jboss/as/test/integration/ejb/stateful/
/org/jboss/as/test/integration/ejb/stateful/passivation/
/org/jboss/as/test/integration/ejb/stateful/passivation/PassivationDisabledBean.class
/org/jboss/as/test/integration/ejb/stateful/passivation/PassivationTestCaseSetup.class
/org/jboss/as/test/integration/ejb/stateful/passivation/Employee.class
/org/jboss/as/test/integration/ejb/stateful/passivation/DDBasedSFSB.class
/org/jboss/as/test/integration/ejb/stateful/passivation/BeanWithSerializationIssue.class
/org/jboss/as/test/integration/ejb/stateful/passivation/PassivationSuperClass.class
/org/jboss/as/test/integration/ejb/stateful/passivation/NestledBean.class
/org/jboss/as/test/integration/ejb/stateful/passivation/PassivationEnabledBean.class
/org/jboss/as/test/integration/ejb/stateful/passivation/PassivationInterceptor.class
/org/jboss/as/test/integration/ejb/stateful/passivation/PassivationTestCase.class
/org/jboss/as/test/integration/ejb/stateful/passivation/BeanWithSerializationIssue$1.class
/org/jboss/as/test/integration/ejb/stateful/passivation/TestPassivationBean.class
/org/jboss/as/test/integration/ejb/stateful/passivation/ManagedBean.class
/org/jboss/as/test/integration/ejb/stateful/passivation/TestPassivationRemote.class
/org/jboss/as/test/shared/
/org/jboss/as/test/shared/TimeoutUtil.class
/META-INF/
/META-INF/MANIFEST.MF
/META-INF/jboss-permissions.xml
/META-INF/ejb-jar.xml
/META-INF/beans.xml
/META-INF/persistence.xml
12:24:09,690 INFO  [org.jboss.as.test.integration.ejb.stateful.passivation.PassivationTestCaseSetup] (main) modelnode operation write attribute max-size=1: {
    "outcome" => "success",
    "response-headers" => {"process-state" => "reload-required"}
}
 [0m12:24:09,695 INFO  [org.jboss.as.repository] (management-handler-thread - 2) WFLYDR0001: Content added at location /opt/buildAgent/work/db872761b443af46/full/testsuite/integration/basic/target/jbossas/standalone/data/content/59/a0c6df2debaf722f2348e10ccb0fa25d7f050e/content
 [0m [0m12:24:09,696 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0027: Starting deployment of "passivation-test.jar" (runtime-name: "passivation-test.jar")
 [0m [0m12:24:09,700 INFO  [org.jboss.as.jpa] (MSC service thread 1-3) WFLYJPA0002: Read persistence.xml for main
 [0m [33m12:24:09,703 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-3) WFLYSRV0018: Deployment "deployment.passivation-test.jar" is using a private module ("org.wildfly.security.manager:main") which may be changed or removed in future versions without notice.


@jamezp
Copy link
Member

jamezp commented Jan 15, 2016

Just to throw in my $0.02. I don't see the point in this. It's a rename for the sake of a rename.

n1hility added a commit that referenced this pull request Jan 20, 2016
WFCORE-1302 Rename wildfly-launcher.jar to launcher.jar
@n1hility n1hility merged commit 47cd813 into wildfly:master Jan 20, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants