[JBoss JIRA] (ARQ-1488) CDI Injection not working in WebSphere Containers
by Gerhard Poul (JIRA)
[ https://issues.jboss.org/browse/ARQ-1488?page=com.atlassian.jira.plugin.s... ]
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
11 years, 3 months
[JBoss JIRA] (ARQ-1488) CDI Injection not working in WebSphere Containers
by Gerhard Poul (JIRA)
Gerhard Poul created ARQ-1488:
---------------------------------
Summary: 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
11 years, 3 months