[arquillian-issues] [JBoss JIRA] Commented: (ARQ-238) Create a DeployableContainer integration for JBoss AS 4.2

Aslak Knutsen (JIRA) jira-events at lists.jboss.org
Wed Aug 4 06:09:49 EDT 2010


    [ https://jira.jboss.org/browse/ARQ-238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12542931#action_12542931 ] 

Aslak Knutsen commented on ARQ-238:
-----------------------------------

Pushed DeployableContainer impl http://github.com/aslakknutsen/arquillian/tree/ARQ-238 , branch ARQ-238

incontainer test case, need to manually add application.xml and arquillian servlet protocol description:
http://github.com/aslakknutsen/arquillian/blob/ARQ-238/containers/jbossas-remote-4.2/src/test/java/org/jboss/arquillian/container/jbossas/remote_4_2/JBossASIntegrationTestCase.java

client test case, need to manually add your application.xml:
http://github.com/aslakknutsen/arquillian/blob/ARQ-238/containers/jbossas-remote-4.2/src/test/java/org/jboss/arquillian/container/jbossas/remote_4_2/JBossASIntegrationClientTestCase.java

Tested using JBoss AS 4.2.3 GA with client lib:

		<dependency>
			<groupId>org.jboss.client</groupId>
			<artifactId>jbossall-client</artifactId>
			<version>4.2.3.GA</version>
			<scope>provided</scope>
		</dependency>


> Create a DeployableContainer integration for JBoss AS 4.2
> ---------------------------------------------------------
>
>                 Key: ARQ-238
>                 URL: https://jira.jboss.org/browse/ARQ-238
>             Project: Arquillian
>          Issue Type: Feature Request
>          Components: Documentation, JBoss Containers
>            Reporter: Aslak Knutsen
>
> Create a implementation that can talk to JBoss AS 4.2.x

-- 
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

        


More information about the arquillian-issues mailing list