[JBoss JIRA] Created: (ARQ-376) Environment configuration is overridden by arquillian.xml
by Karel Piwko (JIRA)
Environment configuration is overridden by arquillian.xml
---------------------------------------------------------
Key: ARQ-376
URL: https://issues.jboss.org/browse/ARQ-376
Project: Arquillian
Issue Type: Bug
Components: Configuration, JBoss Containers
Affects Versions: 1.0.0.Beta1
Reporter: Karel Piwko
Priority: Blocker
It is not possible to define JAVA_HOME and JBOSS_HOME for managed containers via system properties because these values are used only during configuration creation and they will be overridden by arquillian.xml value.
This is not desired behaviour how to make test execution flexible enough.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 5 months
[JBoss JIRA] Created: (ARQ-578) Create a Extension for handling Server State assertion during normal Servlet/JSF requests
by Aslak Knutsen (JIRA)
Create a Extension for handling Server State assertion during normal Servlet/JSF requests
-----------------------------------------------------------------------------------------
Key: ARQ-578
URL: https://issues.jboss.org/browse/ARQ-578
Project: Arquillian
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Reporter: Aslak Knutsen
The general requirements would be:
* hook into existing lifecycle callbacks from server (after_render, request_destory)
* inject and assert on state during request in container
** we want this to happen during request so all state is still available (@RequestScope)
* assert on output on client side
** this limits the need for incontianer deps / packaging
Rough API idea/draft:
https://gist.github.com/1184904
If we can piggyback the ServerState Assertion object to 'any' HTML request, we should be able to reuse existing tools for client testing like htmlunit / selenium, but with incontainer assertions.
This could be JSFUnit 3+ combined with a Serlvet Extension.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 6 months
[JBoss JIRA] Created: (ARQ-355) Support fluent API and @DeploymentTarget for Rules
by Aslak Knutsen (JIRA)
Support fluent API and @DeploymentTarget for Rules
--------------------------------------------------
Key: ARQ-355
URL: https://issues.jboss.org/browse/ARQ-355
Project: Arquillian
Issue Type: Feature Request
Components: Extension - Byteman
Reporter: Aslak Knutsen
Priority: Minor
With multi container support in arquillian, the byteman integration should support @DeploymentTarget for specifying which container a rule should be deployed on.
Byteman integration could follow the ShrinkWrap fluent API and make a API for rule creation, instead of having it only declarative via Annotaitons.
@BMRule @DeploymentTarget("name")
public static Rule createExceptionRule()
{
return Byteman.rule().....
}
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 6 months