[arquillian-issues] [JBoss JIRA] Updated: (ARQ-418) Arquillian container configuration reference mistakes

Hendy Irawan (JIRA) jira-events at lists.jboss.org
Sat Apr 16 01:14:33 EDT 2011


     [ https://issues.jboss.org/browse/ARQ-418?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hendy Irawan updated ARQ-418:
-----------------------------

        Summary: Arquillian container configuration reference mistakes  (was: Weld SE Embedded 1.0 configuration incomplete)
    Description: 
This documentation: http://docs.jboss.org/arquillian/reference/latest/en-US/html/container.reference.html#container.weld-se-embedded-1

Weld SE Embedded 1.0 configuration incomplete, is missing a dependency:

{code}
				<dependency>
					<groupId>org.glassfish.web</groupId>
					<artifactId>el-impl</artifactId>
					<version>2.2</version>
					<scope>runtime</scope>
				</dependency>
{code}

probably also needed by Weld SE 1.1.

Weld SE 1.1 configuration is wrong:

{code}
<profile>
    <id>weld-se-embedded-11</id>
    <dependencies>
        <dependency>
            <groupId>org.jboss.arquillian.container</groupId>
            <artifactId>arquillian-weld-se-embedded-1</artifactId>
            <version>1.0.0.Alpha5</version>
        </dependency>
{code}

Should be:
{code}
            <artifactId>arquillian-weld-se-embedded-1.1</artifactId>
{code}

  was:
This documentation: http://docs.jboss.org/arquillian/reference/latest/en-US/html/container.reference.html#container.weld-se-embedded-1

is missing a dependency:

{code}
				<dependency>
					<groupId>org.glassfish.web</groupId>
					<artifactId>el-impl</artifactId>
					<version>2.2</version>
					<scope>runtime</scope>
				</dependency>
{code}

probably also needed by Weld SE 1.1.



> Arquillian container configuration reference mistakes
> -----------------------------------------------------
>
>                 Key: ARQ-418
>                 URL: https://issues.jboss.org/browse/ARQ-418
>             Project: Arquillian
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: Documentation
>    Affects Versions: 1.0.0.Alpha5
>            Reporter: Hendy Irawan
>
> This documentation: http://docs.jboss.org/arquillian/reference/latest/en-US/html/container.reference.html#container.weld-se-embedded-1
> Weld SE Embedded 1.0 configuration incomplete, is missing a dependency:
> {code}
> 				<dependency>
> 					<groupId>org.glassfish.web</groupId>
> 					<artifactId>el-impl</artifactId>
> 					<version>2.2</version>
> 					<scope>runtime</scope>
> 				</dependency>
> {code}
> probably also needed by Weld SE 1.1.
> Weld SE 1.1 configuration is wrong:
> {code}
> <profile>
>     <id>weld-se-embedded-11</id>
>     <dependencies>
>         <dependency>
>             <groupId>org.jboss.arquillian.container</groupId>
>             <artifactId>arquillian-weld-se-embedded-1</artifactId>
>             <version>1.0.0.Alpha5</version>
>         </dependency>
> {code}
> Should be:
> {code}
>             <artifactId>arquillian-weld-se-embedded-1.1</artifactId>
> {code}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the arquillian-issues mailing list