I use MockMvc for my controller testing
@Test public void updateEvent() throws Exception{ MockHttpServletRequestBuilder request = MockMvcRequestBuild
You maybe just need to add the dependency in your test. Are you using maven? if so, can you try to add this to your pom? You may need a different jar/version, but something like this:
javax.el javax.el-api 3.0.0 test