1

I get this error during tomcat load:

C:\Projects\asdf\ejb7\out\artifacts\ejb7_war_exploded\WEB-INF\lib\weld-se.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/el/Expression.class

I've created project with web and CDI support in Intellij IDEA. What's wrong here?

Thanx.

Stepan Yakovenko
  • 8,670
  • 28
  • 113
  • 206

1 Answers1

0

You should be using the weld-servlet jar instead of the SE jar.

LightGuard
  • 5,298
  • 19
  • 19