[jboss-jira] [JBoss JIRA] (AS7-5236) Arquillian Managed Container fails to build
Chao Wang (JIRA)
jira-events at lists.jboss.org
Wed Jul 25 04:46:07 EDT 2012
[ https://issues.jboss.org/browse/AS7-5236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12707699#comment-12707699 ]
Chao Wang commented on AS7-5236:
--------------------------------
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
More information about the jboss-jira
mailing list