]
Jason Greene updated WFLY-11:
-----------------------------
Fix Version/s: 8.0.0.CR1
(was: 8.0.0.Beta1)
Bundle path for Embedded server still not working properly
----------------------------------------------------------
Key: WFLY-11
URL:
https://issues.jboss.org/browse/WFLY-11
Project: WildFly
Issue Type: Bug
Reporter: Galder ZamarreƱo
Assignee: Alexey Loubyansky
Fix For: 8.0.0.CR1
Error is:
{code} io.escalante.test.artifact.ArtifactInstallTest: bundlesDir not a directory{code}
The problem is that the check is done in an 'assert' block and that only happens
when assertions have been enabled by the user :(
The problem comes cos bundlesDir is set to "null/bundles", even if I have not
set any bundlesDir.
Seems like bundlesDir is pre-computed too early in EmbeddedContainerConfiguration where
it expects a system property, but that might not be set, it might come from
arquillian.xml. So better delay until EmbeddedServerFactory.create.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: