I'm 99% certain the problem is in your EAR's application.xml file.  You 
probably have a line like:

   <module>
  |         <java>el-api.jar</java>
  |     </module>
  | 

but the el-api.jar file is not being put into the EAR file.

The el-api.jar file must be in the EAR of course because it is used not just in 
the web app layer, but Seam uses it all over the place when parsing XML files 
etc.

You can grab it from:

jboss-seam-1.1.0.GA/lib/el-api.jar


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4002525#4002525

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4002525
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to