[jboss-jira] [JBoss JIRA] (AS7-6440) EmbeddedDeployableContainer should support multiple module paths
Galder Zamarreño (JIRA)
jira-events at lists.jboss.org
Fri Feb 1 11:43:51 EST 2013
Galder Zamarreño created AS7-6440:
-------------------------------------
Summary: EmbeddedDeployableContainer should support multiple module paths
Key: AS7-6440
URL: https://issues.jboss.org/browse/AS7-6440
Project: Application Server 7
Issue Type: Bug
Reporter: Galder Zamarreño
AS7 Arquillian EmbeddedDeployableContainer is making the wrong assumptions about the module path. The module path can be made out of several paths separated with a ':'. The following module path fails to start with Embedded container:
{code}/var/folders/vk/g4jts68n6nd37lgvynmtrwxh0000gn/T/test-module:./build/target/jboss-as/modules:./build/target/jboss-as/thirdparty-modules{code}
It fails with:
{code}java.lang.IllegalStateException: Invalid modules directory: /var/folders/vk/g4jts68n6nd37lgvynmtrwxh0000gn/T/test-module:./build/target/jboss-as/modules:./build/target/jboss-as/thirdparty-modules
at org.jboss.as.arquillian.container.embedded.EmbeddedDeployableContainer.setupModuleLoader(EmbeddedDeployableContainer.java:89)
at org.jboss.as.arquillian.container.embedded.EmbeddedDeployableContainer.setup(EmbeddedDeployableContainer.java:65)
at org.jboss.as.arquillian.container.embedded.EmbeddedDeployableContainer.setup(EmbeddedDeployableContainer.java:40)
at org.jboss.arquillian.container.impl.ContainerImpl.setup(ContainerImpl.java:180){code}
The same path works without problems with the Managed Container.
--
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: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list