[ https://issues.apache.org/jira/browse/GERONIMO-5489?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12894604#action_12894604 ]
Jarek Gawor commented on GERONIMO-5489: --------------------------------------- Right now this testsuite packages in the generated war file the openwebbeans jars, myfaces jars, etc. That means that the testsuite is really testing a standalone JCDI application and not Geronimo's support/integration for JCDI (which is not there anyway yet). The war file should not contain any openwebbeans jars or openwebbeans-specific configuration files. It should only contain classes that implement the business logic of the application (test code in this case) > Add test cases for dependency injection for java 1.0 features into the > testsuite. > --------------------------------------------------------------------------------- > > Key: GERONIMO-5489 > URL: https://issues.apache.org/jira/browse/GERONIMO-5489 > Project: Geronimo > Issue Type: Task > Security Level: public(Regular issues) > Components: testsuite > Affects Versions: 3.0 > Reporter: Wang Guang Zhe > Fix For: 3.0 > > Attachments: di1.0-testsuite.patch > > > Dependency Injection for Java 1.0 is a new component in Java EE 6. > The features included are five annotations ane one interface. > The annotations are: > @Inject > @Named > @Qualifier > @Scope > @Singleton > The only interface is: > public interface Provider<T> > They are all tested in this suite. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.