[jboss-user] [JBoss Seam] - Re: ca anybody help?

SmokingAPipe do-not-reply at jboss.com
Tue Jan 16 19:07:05 EST 2007


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



More information about the jboss-user mailing list