Create a DeployableContainer integration for Tomcat Embedded
------------------------------------------------------------
Key: ARQ-189
URL: https://jira.jboss.org/browse/ARQ-189
Project: Arquillian
Issue Type: Feature Request
Components: Tomcat Containers
Reporter: Dan Allen
Assignee: Dan Allen
Fix For: 1.0.0.Alpha3
--
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
Update build pom to only use the JBoss Nexus repositories
---------------------------------------------------------
Key: ARQ-173
URL: https://jira.jboss.org/browse/ARQ-173
Project: Arquillian
Issue Type: Task
Components: Build Infrastructure
Affects Versions: 1.0.0.Alpha2
Reporter: Aslak Knutsen
Assignee: Aslak Knutsen
--
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
Support JUnit @Test(expected = Exception.class)
-----------------------------------------------
Key: ARQ-37
URL: https://jira.jboss.org/jira/browse/ARQ-37
Project: Arquillian
Issue Type: Task
Reporter: Aslak
When doing remote calls, we should translate the Exceptions between the client/server so we can support Junit expected
--
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
Rename configuration property for Embedded GlassFish HTTP port
--------------------------------------------------------------
Key: ARQ-170
URL: https://jira.jboss.org/browse/ARQ-170
Project: Arquillian
Issue Type: Bug
Components: GlassFish Containers
Affects Versions: 1.0.0.Alpha2
Reporter: Dan Allen
The configuration property for the Embedded GlassFish HTTP port is currently bindPort.
However, this is an incorrect name. What this value is actually configuring is the port on which the http-listener-1 runs (the HTTP port). In fact, it's the only port that can be configured in Embedded GlassFish. Therefore, the property should be renamed to httpPort to reflect the proper purpose.
change property bindPort to httpPort in GlassFishConfiguration
--
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
Primitive fields annotated with @Resource are not assigned
----------------------------------------------------------
Key: ARQ-201
URL: https://jira.jboss.org/browse/ARQ-201
Project: Arquillian
Issue Type: Bug
Components: Runtime Enricher SPI
Affects Versions: 1.0.0.Alpha2
Reporter: Dan Allen
Fields which are not null are skipped when performing @Resource injections. However, primitive fields are never null and therefore injections do not occur on those fields.
Example:
@Resource(name = "port") int port;
--
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
Create a DeployableContainer integration for Weld Embedded with Mock EE
-----------------------------------------------------------------------
Key: ARQ-180
URL: https://jira.jboss.org/browse/ARQ-180
Project: Arquillian
Issue Type: Feature Request
Components: Weld Containers
Reporter: Aslak Knutsen
Assignee: Aslak Knutsen
--
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
Expose Java VM memory parameters as part of the Configuration for Managed containers
------------------------------------------------------------------------------------
Key: ARQ-186
URL: https://jira.jboss.org/browse/ARQ-186
Project: Arquillian
Issue Type: Feature Request
Components: JBoss Containers
Reporter: Aslak Knutsen
Expose memory settings as part of the Configuration object.
MaxPermSize
mx
ms
--
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
Test class bundled with the deployment in a AS_CLIENT test
----------------------------------------------------------
Key: ARQ-165
URL: https://jira.jboss.org/browse/ARQ-165
Project: Arquillian
Issue Type: Bug
Affects Versions: 1.0.0.Alpha2
Reporter: Jozef Hartinger
Fix For: 1.0.0.Alpha3
Even though I use @Run(RunModeType.AS_CLIENT), the test class gets implicitly bundled with the application.
This leads to deployment failures when using CDI-enabled container (client libraries like httpclient, arquillian, etc. are not available to the server).
This issue can be solved by not implicitly bundling the test class when the test is run AS_CLIENT (The test class is not needed on the server anyway)
--
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
Package rename deleted JBoss AS Local 5.1 Container
---------------------------------------------------
Key: ARQ-179
URL: https://jira.jboss.org/browse/ARQ-179
Project: Arquillian
Issue Type: Bug
Components: JBoss Containers
Affects Versions: 1.0.0.Alpha2
Reporter: Aslak Knutsen
--
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
Rename Local containers to Managed
----------------------------------
Key: ARQ-202
URL: https://jira.jboss.org/browse/ARQ-202
Project: Arquillian
Issue Type: Feature Request
Components: JBoss Containers
Affects Versions: 1.0.0.Alpha2
Reporter: Aslak Knutsen
Assignee: Aslak Knutsen
Priority: Minor
Fix For: 1.0.0.Alpha3
--
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