[
https://issues.jboss.org/browse/ARQ-781?page=com.atlassian.jira.plugin.sy...
]
Jan Papousek updated ARQ-781:
-----------------------------
Description:
Consider the following configuration:
{code:title=WEB-INF/jboss-web.xml}
<?xml version="1.0" encoding="UTF-8"?>
<jboss-web>
<context-root>/</context-root>
</jboss-web>
{code}
{code:title=SimpleTest.java}
class SimpleTest {
...
@ArquillianResource
private URL deployedURL;
...
}
{code}
The context-root is not detected and injected url can't be used in tests.
The detection should be fixed in
[
ServletUtils|https://github.com/arquillian/arquillian-container-openshift...].
The example of a project with this type of configuration is Richfaces Showcase
([
showcase.war|https://repository.jboss.org/nexus/content/groups/staging/or...]).
was:
Consider the following configuration:
{code:title=WEB-INF/jboss-web.xml}
<?xml version="1.0" encoding="UTF-8"?>
<jboss-web>
<context-root>/</context-root>
</jboss-web>
{code}
{code:title=SimpleTest.java}
class SimpleTest {
...
@ArquillianResource
private URL deployedURL;
...
}
{code}
The context-root is not detected and injected url can't be used in tests.
The detection should be fixed in
[
ServletUtils|https://github.com/arquillian/arquillian-container-openshift...]
openshift container - improve deployment url detection
------------------------------------------------------
Key: ARQ-781
URL:
https://issues.jboss.org/browse/ARQ-781
Project: Arquillian
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: OpenShift Containers
Affects Versions: openshift_1.0.0.Alpha1
Reporter: Jan Papousek
Consider the following configuration:
{code:title=WEB-INF/jboss-web.xml}
<?xml version="1.0" encoding="UTF-8"?>
<jboss-web>
<context-root>/</context-root>
</jboss-web>
{code}
{code:title=SimpleTest.java}
class SimpleTest {
...
@ArquillianResource
private URL deployedURL;
...
}
{code}
The context-root is not detected and injected url can't be used in tests.
The detection should be fixed in
[
ServletUtils|https://github.com/arquillian/arquillian-container-openshift...].
The example of a project with this type of configuration is Richfaces Showcase
([
showcase.war|https://repository.jboss.org/nexus/content/groups/staging/or...]).
--
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