[arquillian-issues] [JBoss JIRA] Updated: (ARQ-157) OpenEJB container needs @Inject API to run

Dan Allen (JIRA) jira-events at lists.jboss.org
Sat Oct 2 15:50:39 EDT 2010


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

Dan Allen updated ARQ-157:
--------------------------

    Workaround Description: 
Add javax.inject dependency to test scope

<dependency>
   <groupId>javax.inject</groupId> 
   <artifactId>javax.inject</artifactId> 
   <version>1</version> 
   <scope>test</scope>
</dependency>

  was:
Add CDI-API dependency to test scope:


		<dependency>
			<groupId>javax.enterprise</groupId> 
			<artifactId>cdi-api</artifactId> 
			<version>1.0-SP1</version> 
			<scope>test</scope>
		</dependency>




> OpenEJB container needs @Inject API to run
> ------------------------------------------
>
>                 Key: ARQ-157
>                 URL: https://jira.jboss.org/browse/ARQ-157
>             Project: Arquillian
>          Issue Type: Bug
>          Components: OpenEJB Containers
>    Affects Versions: 1.0.0.Alpha2
>            Reporter: Aslak Knutsen
>            Assignee: Andrew Rubinger
>            Priority: Critical
>             Fix For: 1.0.0.Beta1
>
>
> The OpenEJBTestEnricher needs the javax.inject API (JSR-330) to run due to import of javax.inject.Inject

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