eclipse / microprofile-conference

Microprofile.io Demo Code - Web Services Conference Application
http://microprofile.io/
Apache License 2.0
116 stars 116 forks source link

3 x SessionVoteTest failures #110

Closed karianna closed 7 years ago

karianna commented 7 years ago

Tests in error: SessionVoteTest.testDeleteRating:186 » NullPointer SessionVoteTest.testRateSession:146 NullPointer SessionVoteTest.testUpdateRating:162 » NullPointer

lasombra commented 7 years ago

I'm looking into this. It seems CDI is not kicking in, making HashMapSessionRatingDAO's @Inject not working and also init().

WDYT of running this test on Arquillian?