[jboss-jira] [JBoss JIRA] (AS7-5048) Cannot run smoke tests from IDE
Thomas Diesler (JIRA)
jira-events at lists.jboss.org
Thu Jun 21 11:47:12 EDT 2012
Thomas Diesler created AS7-5048:
-----------------------------------
Summary: Cannot run smoke tests from IDE
Key: AS7-5048
URL: https://issues.jboss.org/browse/AS7-5048
Project: Application Server 7
Issue Type: Bug
Components: Test Suite
Reporter: Thomas Diesler
Assignee: Thomas Diesler
This currently relies on
{code}
private String jbossHome = System.getenv("JBOSS_HOME");
{code}
So you must have the environment variable set before you start the IDE. Otherwise you get
{code}
org.jboss.arquillian.container.spi.ConfigurationException: jbossHome 'null' must exist
at org.jboss.arquillian.container.spi.client.deployment.Validate.configurationDirectoryExists(Validate.java:93)
at org.jboss.as.arquillian.container.managed.ManagedContainerConfiguration.validate(ManagedContainerConfiguration.java:82)
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list