[
https://issues.jboss.org/browse/AS7-5236?page=com.atlassian.jira.plugin.s...
]
Chao Wang edited comment on AS7-5236 at 7/25/12 4:59 AM:
---------------------------------------------------------
The resourceURL returned by ManagedInContainerTestCase.class.getResource which not encode
a proper URL with "%20" instead of space, I tried to use the simple
URLDecoder.decode method to replace the %20. This could make the test passed. But it will
lead to others failed tests from integration/smoke with "Arquillian has previously
been attempted initialized, but failed". Seem like the ManagedDeployableContainer
still use a wrong path.
was (Author: soul2zimate):
The resourceURL returned by ManagedInContainerTestCase.class.getResource which not
encode a proper URL with "%20" instead of space, I tried to use the simple
URLDecoder.decode method to replace the %20. This could make the test passed. But it will
lead to others failed tests from integration/smoke with "Arquillian has previously
been attempted initialized, but failed".
Arquillian Managed Container fails to build
-------------------------------------------
Key: AS7-5236
URL:
https://issues.jboss.org/browse/AS7-5236
Project: Application Server 7
Issue Type: Bug
Affects Versions: 7.1.1.Final
Environment: Fedora 16
Reporter: Tejas Mehta
Assignee: Chao Wang
When building the application server the arquillian managed container fails to build if
there is space in the path to the source code, e.g. /home/jboss as/jboss-as. Specifically,
createComponent() in ManagedInContainerTestCase fails because of the path with a space in
it.
--
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