[
https://issues.jboss.org/browse/JBIDE-19641?page=com.atlassian.jira.plugi...
]
Kabir Khan edited comment on JBIDE-19641 at 6/11/15 5:22 AM:
-------------------------------------------------------------
This is the branch:
https://github.com/wildfly/wildfly-core/pull/804
To run the tests you need to run:
mvn clean install -Djboss.test.client.old.server.dir=/Users/kabir/old-as7-releases/
-Djboss.test.client.old.server.jdk7=/Library/Java/JavaVirtualMachines/jdk1.7.0_71.jdk/Contents/Home/jre
-pl testsuite/client-old-server/ -am
The -Djboss.test.client.old.server.dir property turns on the profile triggering this test.
It should point to a directory with all the zips of AS versions. You can comment/uncomment
things in OldVersionTestParameter if you don't want to download all the zips.
The -Djboss.test.client.old.server.jdk7 property points to a JDK 7 installation, since AS
7.x does not work on JDK 8.
was (Author: kabirkhan):
This is the branch:
https://github.com/kabir/wildfly-core/commits/client-old-server
To run the tests you need to run:
mvn clean install -Djboss.test.client.old.server.dir=/Users/kabir/old-as7-releases/
-Djboss.test.client.old.server.jdk7=/Library/Java/JavaVirtualMachines/jdk1.7.0_71.jdk/Contents/Home/jre
-pl testsuite/client-old-server/ -am
The -Djboss.test.client.old.server.dir property turns on the profile triggering this test.
It should point to a directory with all the zips of AS versions. You can comment/uncomment
things in OldVersionTestParameter if you don't want to download all the zips.
The -Djboss.test.client.old.server.jdk7 property points to a JDK 7 installation, since AS
7.x does not work on JDK 8.
Big war deployment via management API gets stuck
------------------------------------------------
Key: JBIDE-19641
URL:
https://issues.jboss.org/browse/JBIDE-19641
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: server
Affects Versions: 4.3.0.Alpha2
Reporter: Martin Malina
Assignee: Rob Stryker
Fix For: 4.3.0.Beta2
Attachments: stuck-deploy-eap-jstack-osx.log, stuck-deploy-eap-jstack-rhel.log,
stuck-deploy-jstack-osx.log, stuck-deploy-jstack-rhel.log
When you try to deploy some really big war (~500 MB) to EAP 6.3 via management api, it
will not go through.
This is a follow-up of JBIDE-19350 which previously reported this, but Rob eventually
used that JIRA to fix a side issue - the stuck operation could not be canceled.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)