[arquillian-issues] [JBoss JIRA] (ARQ-1488) CDI Injection not working in WebSphere Containers

Gerhard Poul (JIRA) jira-events at lists.jboss.org
Sun Sep 22 15:18:03 EDT 2013


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

Gerhard Poul commented on ARQ-1488:
-----------------------------------

Created development branch for this issue at https://github.com/gpoul/arquillian-container-was/tree/ARQ-1488

I was thinking that the missing CDI module dependency might resolve the problem, but on my test machine this did not resolve the issue with Liberty Profile V8.5.5. Will still have to test with WAS V8.0.

    <!-- For @Inject annotations -->
    <dependency>
        <groupId>org.jboss.arquillian.testenricher</groupId>
        <artifactId>arquillian-testenricher-cdi</artifactId>
    </dependency>

                
> CDI Injection not working in WebSphere Containers
> -------------------------------------------------
>
>                 Key: ARQ-1488
>                 URL: https://issues.jboss.org/browse/ARQ-1488
>             Project: Arquillian
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: WebSphere Containers
>    Affects Versions: was_1.0.0.Alpha1
>            Reporter: Gerhard Poul
>            Assignee: Gerhard Poul
>            Priority: Critical
>             Fix For: was_1.0.0.next
>
>
> On all WAS containers that support CDI Injection the @Inject annotation in test classes is not working.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the arquillian-issues mailing list