Add support for Arquillian Core level Configuration
---------------------------------------------------
Key: ARQ-140
URL: https://jira.jboss.org/browse/ARQ-140
Project: Arquillian
Issue Type: Task
Components: Configuration, Documentation
Reporter: Aslak Knutsen
Assignee: Aslak Knutsen
Only ContainerConfiguration are currently configurable.
The Configuration object should be populated in the same way as ContianerConfiguration. This will open up for configurable options on the Arquillian Core level.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
General Configuration module
----------------------------
Key: ARQ-33
URL: https://jira.jboss.org/jira/browse/ARQ-33
Project: Arquillian
Issue Type: Task
Reporter: Aslak
Most things are loaded dynamically based on what's on classpath, but we still need some 'common' configuration for the containers.
The configuration should be able to get configuration from multiple locations and override in some order..
system properties, properties file, maven config etc..
Some of the configuration is global, like port/bindaddress, but container specific configuration is also needed, ie Embedded AS having what 'profile' to run.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Create integration test for Weld-Embedded container
---------------------------------------------------
Key: ARQ-142
URL: https://jira.jboss.org/browse/ARQ-142
Project: Arquillian
Issue Type: Task
Components: Weld Containers
Reporter: Aslak Knutsen
Assignee: Aslak Knutsen
Fix For: 1.0.0.Alpha2
To ensure that the container works we need to add a integration test
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Make the GFv3 integration test use @RunWith(Arquillian.class)
-------------------------------------------------------------
Key: ARQ-137
URL: https://jira.jboss.org/jira/browse/ARQ-137
Project: Arquillian
Issue Type: Feature Request
Reporter: Andrew Lee Rubinger
Assignee: Andrew Lee Rubinger
Fix For: 1.0.0.Alpha2
Get more complete integration coverage instead of using internals directly in the test.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
InjectionPoint is null in Producer when using Argument Injection
----------------------------------------------------------------
Key: ARQ-120
URL: https://jira.jboss.org/jira/browse/ARQ-120
Project: Arquillian
Issue Type: Bug
Components: Weld Containers
Reporter: Aslak Knutsen
Assignee: Aslak Knutsen
Using CDI method argument injection in test method against a Bean that is created by a producer that requires the InjectionPoint, causes NullPointerException. Arquillian tries to lookup the arguments based on bean.getReference, this produces no InjectionPoint for Weld to pass to the Producer.
Create a Argument Injection point and use bean.getInjectableReference
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Do not export dependency upon target container in all containers
----------------------------------------------------------------
Key: ARQ-136
URL: https://jira.jboss.org/jira/browse/ARQ-136
Project: Arquillian
Issue Type: Task
Components: GlassFish Containers, JBoss Containers, OpenEJB Containers
Affects Versions: 1.0.0.Alpha2
Reporter: Andrew Lee Rubinger
Priority: Blocker
We currently export the dependency upon backing containers (ie. JBossAS, OpenEJB, GlassFish) from the Arquillian container impls. Users should be responsible for placing these dependencies on their own (ie. they're not needed in compile scope).
Mark the scope as "provided" in all container impl modules.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
DeployableContainer and TestEnrichers need to share state
---------------------------------------------------------
Key: ARQ-114
URL: https://jira.jboss.org/jira/browse/ARQ-114
Project: Arquillian
Issue Type: Task
Components: Deployable Containers SPI, Runtime Enricher SPI
Reporter: Aslak Knutsen
Assignee: Aslak Knutsen
When working with embedded containers, the test enrichers need to access the container or container related apis.
Open up the DeployableContainer and TestEnricher spi to have access to the Context.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Create integration test for OpenWebBeans-Embedded container
-----------------------------------------------------------
Key: ARQ-143
URL: https://jira.jboss.org/browse/ARQ-143
Project: Arquillian
Issue Type: Task
Components: OpenWebBeans Containers
Reporter: Aslak Knutsen
Assignee: Aslak Knutsen
Fix For: 1.0.0.Alpha2
To ensure that the container works we need to add a integration test
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira