Sure, I'll try to get something in next week for the JSF tests.
- Ranga ________________________________ From: David Blevins <[email protected]> To: Ranga S <[email protected]> Cc: "[email protected]" <[email protected]> Sent: Saturday, September 10, 2011 2:55 PM Subject: Re: Arquillian-Embedded: Patch for https://issues.apache.org/jira/browse/OPENEJB-1651 On Sep 9, 2011, at 7:09 PM, Ranga S wrote: > I've done some re-factoring of the tests and have uploaded a patch to this > issue. Please review. Reviewed and committed! Thank you! I'm currently looking at the CDI issues. Got it down to 51 failures as of this morning (from 75). Nearly all the remaining issues are in JSF integration. Would be fantastic to get some of these in: - Arquillian: JSF Managed Bean Tests https://issues.apache.org/jira/browse/OPENEJB-1653 -David > From: David Blevins <[email protected]> > To: [email protected] > Cc: Ranga S <[email protected]> > Sent: Friday, September 2, 2011 6:17 PM > Subject: Re: Arquillian-Embedded: Patch for > https://issues.apache.org/jira/browse/OPENEJB-1651 > > Very excellent! > > Was just remembering in terms of injection w should add these "built-in" > types. All are declared via @Resource or <resource-env-ref>. > > - java:comp/UserTransaction > - java:comp/TransactionManager > - java:comp/TransactionSynchronizationRegistry > - java:comp/ValidatorFactory > - java:comp/Validator > > Any of those things should be able to be looked up or injected. > > -David > > On Sep 2, 2011, at 5:11 PM, Ranga S wrote: > > > > > > > Hi > > > > > > I've uploaded a patch for the above mentioned issue. They contain unit > > tests for injection into ServletFilters. It has 16 tests of which 3 are > > failing. > > Please review. > > > > > > - Ranga > > >
