Question

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.

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top