Remove DeploymentScanner disabling
----------------------------------
Key: ARQ-353
URL:
https://issues.jboss.org/browse/ARQ-353
Project: Arquillian
Issue Type: Feature Request
Components: JBoss Containers
Reporter: Aslak Knutsen
Fix For: 1.0.0.Beta1
The HDScanner / ProfileService redeploy issue has been fixed in JBoss AS 6.0 Final. Remove
the old stop/start of HDScanner in the JBoss 6.0 Remote Container.
New ProfileServiceClient API could be used to minimize the dep chain:
dependency>
<groupId>org.jboss.jbossas</groupId>
<artifactId>jboss-as-profileservice-client</artifactId>
<version>6.0.0-SNAPSHOT</version>
<type>pom</type>
<scope>test</scope>
</dependency>
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira